C
coltrane
Multiple targets can be specified when ant is run from the commandline.
Is it possible to specify multiple targets when ant is called with in
an ant script?
something like
<target name="sometarget">
<ant dir="someapp" target="target1, target2">
</ant>
The reason I ask is that I would like to have the ant script opened
once and run 2 targets instead of opening the ant script twice.
thanks
john
Is it possible to specify multiple targets when ant is called with in
an ant script?
something like
<target name="sometarget">
<ant dir="someapp" target="target1, target2">
</ant>
another way to get the same result.From experience I know this doesn't work but I didn't know if there was
The reason I ask is that I would like to have the ant script opened
once and run 2 targets instead of opening the ant script twice.
thanks
john