From d11cb1454c5c38a60cbf4964d049c38ffdbb3a7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Mat=C3=A8rne?= Date: Tue, 24 Feb 2015 12:18:50 +0100 Subject: [PATCH] Clarify when ${ant.project.invoked-targets} is set. --- manual/properties.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manual/properties.html b/manual/properties.html index 782adce60..e42d3a2aa 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 <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). 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".