From 59309ba22468da7f23aa62eb273484bb0c3f6f28 Mon Sep 17 00:00:00 2001
From: Jan Materne
+ +-<ant antfile="subproject/subbuild.xml" - dir="subproject" target="compile"/> +<ant antfile="subproject/subbuild.xml" target="compile"/> <ant dir="subproject"/> @@ -213,6 +212,14 @@ details: <property name="output.type" value="html"/> </ant>
These lines invoke the same build file:
+++<ant antfile="sub1/sub2/build.xml" /> +<ant antfile="sub2/build.xml" dir="sub1" /> +<ant antfile="build.xml" dir="sub1/sub2" /> +
The build file of the calling project defines some
<path>
elements like this:
<path>
with the id path1
, but
new project using the id path2
.
Copyright © 2000-2005 The Apache Software Foundation. All rights +
Copyright © 2000-2006 The Apache Software Foundation. All rights Reserved.