Browse Source

Clarify when ${ant.project.invoked-targets} is set.

master
Jan Matèrne 10 years ago
parent
commit
d11cb1454c
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      manual/properties.html

+ 3
- 0
manual/properties.html View File

@@ -77,6 +77,9 @@ ant.project.invoked-targets
been specified on the command line (the IDE, been specified on the command line (the IDE,
an <ant> task ...) when invoking the current an <ant> task ...) when invoking the current
project. 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).
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.7", "1.6", "1.5", the values "1.7", "1.6", "1.5",
"1.4", "1.3" and "1.2". "1.4", "1.3" and "1.2".


Loading…
Cancel
Save