Not sure, but maybe try using the inheritAll attribute?
[EMAIL PROTECTED] wrote:
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]
--
Scot P. Floess
27 Lake Royale
Louisburg, NC 27549
252-478-8087 (Home)
919-754-4592 (Work)
Chief Architect JPlate http://sourceforge.net/projects/jplate
Chief Architect JavaPIM http://sourceforge.net/projects/javapim
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]