Java Mailing List Archive

http://www.ant-tasks.com/

Apache Ant Archive

» Ant Users List
» Ant Developers List
AW: group build ?

AW: group build ?

2003-03-12       - By Jan.Materne@(protected)

Make a start buildfile.

<project name="starter" default="all">
   <target name="a"><ant dir=""/></target>
   <target name="b"><ant dir=""/></target>
   <target name="b"><ant dir=""/></target>
   <target name="ab"  depends="a,b"/>
   <target name="ac"  depends="a,c"/>
   <target name="bc"  depends="b,c"/>
   <target name="abc" depends="a,b,c"/>
   <target name="all" depends="a,b,c"/>
</project>


Jan Mat?rne

-----Urspr?ngliche Nachricht-----
Von: shahaji.kadam@(protected) [mailto:shahaji.kadam@(protected)]
Gesendet am: Mittwoch, 12. M?rz 2003 13:18
An: user@(protected)
Betreff: group build ?


Hi,

i want to build different projects independently. e.g. A, B and C

also want to build some group of projects. e.g (A and C) or (A and B)

any idea How to do this ?

Thanks
Shahaji


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)

©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.