You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jh...@apache.org on 2015/02/24 12:21:47 UTC

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

Repository: ant
Updated Branches:
  refs/heads/master 833af4b2b -> d11cb1454


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

Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/d11cb145
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/d11cb145
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/d11cb145

Branch: refs/heads/master
Commit: d11cb1454c5c38a60cbf4964d049c38ffdbb3a7c
Parents: 833af4b
Author: Jan Matèrne <jh...@apache.org>
Authored: Tue Feb 24 12:18:50 2015 +0100
Committer: Jan Matèrne <jh...@apache.org>
Committed: Tue Feb 24 12:18:50 2015 +0100

----------------------------------------------------------------------
 manual/properties.html | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/d11cb145/manual/properties.html
----------------------------------------------------------------------
diff --git a/manual/properties.html b/manual/properties.html
index 782adce..e42d3a2 100644
--- a/manual/properties.html
+++ b/manual/properties.html
@@ -77,6 +77,9 @@ ant.project.invoked-targets
                     been specified on the command line (the IDE,
                     an &lt;ant&gt; 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 &lt;project&gt; tag).
 ant.java.version    the JVM version Ant detected; currently it can hold
                     the values &quot;1.7&quot;, &quot;1.6&quot;, &quot;1.5&quot;,
                     &quot;1.4&quot;,  &quot;1.3&quot; and &quot;1.2&quot;.