|
@@ -115,9 +115,9 @@ example, if the <code>module-A-present</code> property is set |
|
|
the target will always be executed.</p> |
|
|
the target will always be executed.</p> |
|
|
|
|
|
|
|
|
<p> |
|
|
<p> |
|
|
<b>Important:</b> the <code>if</code> and <code>unless</code> attributes only |
|
|
|
|
|
|
|
|
<b>Important:</b> the <code>if</code> and <code>unless</code> attributes only |
|
|
enable or disable the target to which they are attached. They do not control |
|
|
enable or disable the target to which they are attached. They do not control |
|
|
whether or not targets that a conditional target depends upon get executed. |
|
|
|
|
|
|
|
|
whether or not targets that a conditional target depends upon get executed. |
|
|
In fact, they do not even get evaluated until the target is about to be executed, |
|
|
In fact, they do not even get evaluated until the target is about to be executed, |
|
|
and all its predecessors have already run. |
|
|
and all its predecessors have already run. |
|
|
|
|
|
|
|
@@ -278,6 +278,11 @@ ant.project.name the name of the project that is currently executing; |
|
|
ant.java.version the JVM version Ant detected; currently it can hold |
|
|
ant.java.version the JVM version Ant detected; currently it can hold |
|
|
the values "1.2", "1.3", "1.4" and "1.5". |
|
|
the values "1.2", "1.3", "1.4" and "1.5". |
|
|
</pre> |
|
|
</pre> |
|
|
|
|
|
<p>There is also another property, but this is set by the launcher script and therefore |
|
|
|
|
|
maybe not set inside IDEs:</p> |
|
|
|
|
|
<pre> |
|
|
|
|
|
ant.home home directory of Ant |
|
|
|
|
|
</pre> |
|
|
|
|
|
|
|
|
<a name="example"><h3>Example Buildfile</h3></a> |
|
|
<a name="example"><h3>Example Buildfile</h3></a> |
|
|
<pre> |
|
|
<pre> |
|
@@ -591,4 +596,4 @@ deliberately assign a different meaning to <code>refid</code>.</p> |
|
|
Reserved.</p> |
|
|
Reserved.</p> |
|
|
|
|
|
|
|
|
</body> |
|
|
</body> |
|
|
</html> |
|
|
|
|
|
|
|
|
</html> |