[Anthill] How to build multiple projects with ONE force-build
Eric Minick
eric at urbancode.com
Tue Jul 20 08:30:56 CDT 2004
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)
>
>
>
> /-----------------/
>
> /thks & rgds/
>
> /G1/
>
>
>
> **************************************************************************
>
>
> 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.
>
> **************************************************************************
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Anthill mailing list
>Anthill at lists.urbancode.com
>http://lists.urbancode.com/mailman/listinfo/anthill
>
>
More information about the Anthill
mailing list