[Anthill] Does Ant hill do a CVS GET for dependant projects
Jeevan_Sunkersett
Jeevan_Sunkersett at satyam.com
Wed Jul 21 01:50:42 CDT 2004
Thx,
In Anthill I have defined 3 build targets/projects - Project A, Project B
and Project C
Project B is dependant on C
Project A is dependant on B and C
As per the Ant Hill manaul I created a group Test.but what I did was not
totally clear to me.
In the group test,
I added all, A, B and C as group members.
Then for group member A added dependancy of B and C
And for group member B added dependancy of C
Guess that means Ant hill will run the build script of C, B and
A in that order
But it seems Ant HILL does not do a checkout of the dependant projects. It
issues a checkout only for A
Why ?
-----------------
thks & rgds
G1
Hi,
I think what you want to do is use the dependency system. If you have
three projects, P1, P2 and P3 and you would like P1 to build then P2
then P3, I would create a new depenecy group adding those three items.
Then make P3 dependent on P2 and P2 dependant on P1. You can then choose
to build the whole group forcing some or all of the builds.
Regards,
Eric
Jeevan_Sunkersett wrote:
> Hi,
>
>
>
> The projects that we work on are so configured that in the ant build
> script there is a target - build-all/ compile-all
> Which when executed, ant compiles the projects in a specific order.
> How to achieve this in Ant HILL.?
> Cause when I configured Ant HILL, I can specify only one CVS module to
> checkout. And then execute a particular target in the build script checked
out.
> How do I tell Ant HILL to checkout related projects from CVS as well
> and then perform the build.
>
> (We do not propose to use Ant Hill in automated mode, but do a Force
> build when ever required)
>
**************************************************************************
This email (including any attachments) is intended for the sole use of the
intended recipient/s and may contain material that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or
distribution or forwarding of any or all of the contents in this message is
STRICTLY PROHIBITED. If you are not the intended recipient, please contact
the sender by email and delete all copies; your cooperation in this regard
is appreciated.
**************************************************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.urbancode.com/pipermail/anthill/attachments/20040721/96c8e208/attachment-0003.htm
More information about the Anthill
mailing list