I guess you could do this with <antcall>, but why would you just not write
<target name="jar" depends="project1"> ... </target> ? -Matt --- Nick Pellow <[EMAIL PROTECTED]> wrote: > Hi, > I would like to know if I can achieve the same > behaviour > regarding properties with an ANTCALL as I can if I > call > two targets from the command line at the same time. > > ie: ant project1 jar > > where the project1 target simply sets the > properties needed for the jar > target. > > Does anyone know if the same be done using ANTCALL > (or ANT) somehow? > > I guess the antcall target would allow multiple > target(s) to be supplied. > > Cheers, > Nick > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
