jhm         2005/06/04 00:24:47

  Modified:    docs/manual using.html
  Log:
  Hint to ant.home property
  
  Revision  Changes    Path
  1.44      +8 -3      ant/docs/manual/using.html
  
  Index: using.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/using.html,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- using.html        31 May 2005 15:30:53 -0000      1.43
  +++ using.html        4 Jun 2005 07:24:47 -0000       1.44
  @@ -115,9 +115,9 @@
   the target will always be executed.</p>
   
   <p>
  -<b>Important:</b> the <code>if</code> and <code>unless</code> attributes 
only 
  +<b>Important:</b> the <code>if</code> and <code>unless</code> attributes only
   enable or disable the target to which they are attached. They do not control
  -whether or not targets that a conditional target depends upon get executed. 
  +whether or not targets that a conditional target depends upon get executed.
   In fact, they do not even get evaluated until the target is about to be 
executed,
   and all its predecessors have already run.
   
  @@ -278,6 +278,11 @@
   ant.java.version    the JVM version Ant detected; currently it can hold
                       the values &quot;1.2&quot;, &quot;1.3&quot;, 
&quot;1.4&quot; and &quot;1.5&quot;.
   </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>
   
   <a name="example"><h3>Example Buildfile</h3></a>
   <pre>
  @@ -591,4 +596,4 @@
   Reserved.</p>
   
   </body>
  -</html>
  +</html>
  \ No newline at end of file
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to