jhm 2003/11/28 04:01:02 Modified: docs/manual Tag: ANT_16_BRANCH running.html runninglist.html Log: Sync with HEAD Revision Changes Path No revision No revision 1.21.2.4 +9 -2 ant/docs/manual/running.html Index: running.html =================================================================== RCS file: /home/cvs/ant/docs/manual/running.html,v retrieving revision 1.21.2.3 retrieving revision 1.21.2.4 diff -u -r1.21.2.3 -r1.21.2.4 --- running.html 9 Oct 2003 21:01:14 -0000 1.21.2.3 +++ running.html 28 Nov 2003 12:01:02 -0000 1.21.2.4 @@ -211,6 +211,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 @@ -291,5 +299,4 @@ Reserved.</p> </body> -</html> - +</html> \ No newline at end of file 1.4.2.3 +1 -1 ant/docs/manual/runninglist.html Index: runninglist.html =================================================================== RCS file: /home/cvs/ant/docs/manual/runninglist.html,v retrieving revision 1.4.2.2 retrieving revision 1.4.2.3 diff -u -r1.4.2.2 -r1.4.2.3 --- runninglist.html 9 Oct 2003 21:01:14 -0000 1.4.2.2 +++ runninglist.html 28 Nov 2003 12:01:02 -0000 1.4.2.3 @@ -17,10 +17,10 @@ <a href="running.html#libs">Library Directories</a><br> <a href="running.html#files">Files</a><br> <a href="running.html#envvars">Environment Variables</a><br> + <a href="running.html#sysprops">Java System Properties</a><br> <a href="running.html#cygwin">Cygwin Users</a><br> <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]