You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2008/09/25 14:44:22 UTC

svn commit: r698949 - /ant/core/trunk/docs/manual/using.html

Author: bodewig
Date: Thu Sep 25 05:44:22 2008
New Revision: 698949

URL: http://svn.apache.org/viewvc?rev=698949&view=rev
Log:
two more builtin properties, PR 45850.

Modified:
    ant/core/trunk/docs/manual/using.html

Modified: ant/core/trunk/docs/manual/using.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/using.html?rev=698949&r1=698948&r2=698949&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/using.html (original)
+++ ant/core/trunk/docs/manual/using.html Thu Sep 25 05:44:22 2008
@@ -318,12 +318,20 @@
                     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