> If you take Dan Lipofsky's example and run ant with -verbose, you'll see how >different ant is. Ant actually performs the > project twice, overriding the project's default target with each command line target >in turn. > > ant bar1 bar2 <==== should be ant -verbose bar1 bar2 > ... > Build sequence for target `bar1' is [foo, bar1] > ... > Build sequence for target `bar2' is [foo, bar2] >
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
