|
|
@@ -77,13 +77,18 @@ ant.project.invoked-targets |
|
|
|
been specified on the command line (the IDE, |
|
|
|
an <ant> task ...) when invoking the current |
|
|
|
project. |
|
|
|
This property is set when the first target is executed. |
|
|
|
So you can't use it in the implicit target (directly |
|
|
|
under the <project> tag). |
|
|
|
This property is set properly when the first target is executed. |
|
|
|
If you use it in the implicit target (directly |
|
|
|
under the <project> tag) the list will be |
|
|
|
empty if no target has been specified while it |
|
|
|
will contain the project's default target in this |
|
|
|
case for tasks nested into targets.. |
|
|
|
ant.java.version the JVM version Ant detected; currently it can hold |
|
|
|
the values "1.7", "1.6", "1.5", |
|
|
|
"1.4", "1.3" and "1.2". |
|
|
|
ant.core.lib the absolute path of the <code>ant.jar</code> file. |
|
|
|
the values "1.9", "1.8", |
|
|
|
"1.7", "1.6", "1.5", |
|
|
|
"1.4", "1.3" and |
|
|
|
"1.2". ant.core.lib the absolute path |
|
|
|
of the <code>ant.jar</code> file. |
|
|
|
</pre> |
|
|
|
|
|
|
|
<p>There is also another property, but this is set by the launcher |
|
|
|