I would like to pass the command line argument -verbose to a ant sub 
project
using the <ant> task, so I can get detailed output from the sub project.

ie

<target name="build.project" description="Build the sub project">
           <ant dir="${project.base}/project" antfile="build.xml" 
target="integration-build" />
</target>

The <ant> task does not take <arg> options?

Any ideas?


I'm using.
Apache Ant version 1.6.5 compiled on June 2 2005



~
James Carr

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to