Browse Source

two more builtin properties, PR 45850.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@698949 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 16 years ago
parent
commit
5c86c03505
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      docs/manual/using.html

+ 8
- 0
docs/manual/using.html View File

@@ -318,12 +318,20 @@ ant.project.invoked-targets
project.
ant.java.version the JVM version Ant detected; currently it can hold
the values "1.2", "1.3", "1.4" and "1.5".
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 script and therefore
maybe not set inside IDEs:</p>
<pre>
ant.home home directory of Ant
</pre>
<p>The following property is only set if Ant is started via the
Launcher class (which means it may not be set inside IDEs
either):</p>
<pre>
ant.library.dir the directory that has been used to load Ant's
jars from. In most cases this is ANT_HOME/lib.
</pre>

<a name="propertyHelper"><h3>Property Helpers</h3></a>
Ant's property handling is accomplished by an instance of


Loading…
Cancel
Save