|
|
@@ -199,8 +199,7 @@ details:</p> |
|
|
|
|
|
|
|
<h3>Examples</h3> |
|
|
|
<blockquote><pre> |
|
|
|
<ant antfile="subproject/subbuild.xml" |
|
|
|
dir="subproject" target="compile"/> |
|
|
|
<ant antfile="subproject/subbuild.xml" target="compile"/> |
|
|
|
|
|
|
|
<ant dir="subproject"/> |
|
|
|
|
|
|
@@ -213,6 +212,14 @@ details:</p> |
|
|
|
<property name="output.type" value="html"/> |
|
|
|
</ant> |
|
|
|
</pre></blockquote> |
|
|
|
|
|
|
|
<p>These lines invoke the same build file:</p> |
|
|
|
<blockquote><pre> |
|
|
|
<ant antfile="sub1/sub2/build.xml" /> |
|
|
|
<ant antfile="sub2/build.xml" dir="sub1" /> |
|
|
|
<ant antfile="build.xml" dir="sub1/sub2" /> |
|
|
|
</pre></blockquote> |
|
|
|
|
|
|
|
<p>The build file of the calling project defines some |
|
|
|
<code><path></code> elements like this:</p> |
|
|
|
|
|
|
@@ -269,8 +276,8 @@ a <code><path></code> with the id <code>path1</code>, but |
|
|
|
new project using the id <code>path2</code>.</p> |
|
|
|
|
|
|
|
<hr> |
|
|
|
<p align="center">Copyright © 2000-2005 The Apache Software Foundation. All rights |
|
|
|
<p align="center">Copyright © 2000-2006 The Apache Software Foundation. All rights |
|
|
|
Reserved.</p> |
|
|
|
|
|
|
|
</body> |
|
|
|
</html> |
|
|
|
</html> |