Browse Source

I think this is telling the truth now (modulo allowNativeBasedir), but does anybody understand it?

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@689849 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 17 years ago
parent
commit
c2838fbceb
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      docs/manual/CoreTasks/ant.html

+ 6
- 0
docs/manual/CoreTasks/ant.html View File

@@ -286,6 +286,12 @@ targets so specified, in the order specified.</p>
be the value specified on the command line - no matter how deeply
nested into layers of build files the task may be.</p>

<p>The samae happens if the basedir is specified as a
nested <code>&lt;property&gt;</code> of an <code>&lt;ant&gt;</code>
task. The basedir of build files started at deeper levels will be
set to the specified value of the property element unless the
corresponding Ant tasks set the dir attribute explicitly.</p>

<h3>Examples</h3>
<blockquote><pre>
&lt;ant antfile=&quot;subproject/subbuild.xml&quot; target=&quot;compile&quot;/&gt;


Loading…
Cancel
Save