jhm         2003/11/28 03:56:29

  Modified:    docs/manual running.html runninglist.html
  Log:
  Document org.apache.tools.ant.ProjectHelper System property.
  
  Revision  Changes    Path
  1.24      +9 -2      ant/docs/manual/running.html
  
  Index: running.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/running.html,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- running.html      3 Oct 2003 01:40:48 -0000       1.23
  +++ running.html      28 Nov 2003 11:56:29 -0000      1.24
  @@ -105,7 +105,7 @@
     -find <file>           (s)earch for buildfile towards the root of
       -s  <file>           the filesystem and use it
     -nice  number          A niceness value for the main thread:
  -                         1 (lowest) to 10 (highest); 5 is the default        
                 
  +                         1 (lowest) to 10 (highest); 5 is the default
   </pre>
   <p>For more information about <code>-logger</code> and
   <code>-listener</code> see
  @@ -212,6 +212,14 @@
     to find, even if the file is called <code>build.xml</code>.
   </ul>
   
  +<h3><a name="sysprops">Java System Properties</a></h3>
  +<p>Some of Ants core classes can be configured via system properties:</p>
  +<ul>
  +  <li><code>org.apache.tools.ant.ProjectHelper</code> - specifies the
  +  classname to use as ProjectHelper. The class must extend 
org.apache.tools.ant.ProjectHelper.
  +  If not set org.apache.tools.ant.ProjectHelper is used as 
ProjectHelper.</li>
  +</ul>
  +
   <h2><a name="cygwin">Cygwin Users</a></h2>
   <p>The Unix launch script that come with Ant works correctly with Cygwin. You
   should not have any problems launching Ant form the Cygwin shell. It is 
important
  @@ -293,4 +301,3 @@
   
   </body>
   </html>
  -
  
  
  
  1.6       +1 -1      ant/docs/manual/runninglist.html
  
  Index: runninglist.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/runninglist.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- runninglist.html  2 Oct 2003 06:44:27 -0000       1.5
  +++ runninglist.html  28 Nov 2003 11:56:29 -0000      1.6
  @@ -16,10 +16,10 @@
   &nbsp;&nbsp;<a href="running.html#libs">Library Directories</a><br>
   &nbsp;&nbsp;<a href="running.html#files">Files</a><br>
   &nbsp;&nbsp;<a href="running.html#envvars">Environment Variables</a><br>
  +&nbsp;&nbsp;<a href="running.html#sysprops">Java System Properties</a><br>
   &nbsp;&nbsp;<a href="running.html#cygwin">Cygwin Users</a><br>
   &nbsp;&nbsp;<a href="running.html#os2">OS/2 Users</a><br>
   <a href="running.html#viajava">Running Ant via Java</a><br>
   
   </body>
   </html>
  -
  
  
  

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

Reply via email to