Browse Source

Document org.apache.tools.ant.ProjectHelper System property.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275717 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 21 years ago
parent
commit
648d36e6ff
2 changed files with 10 additions and 3 deletions
  1. +9
    -2
      docs/manual/running.html
  2. +1
    -1
      docs/manual/runninglist.html

+ 9
- 2
docs/manual/running.html View File

@@ -105,7 +105,7 @@ Options:
-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 @@ set):</p>
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 @@ Reserved.</p>

</body>
</html>


+ 1
- 1
docs/manual/runninglist.html View File

@@ -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>


Loading…
Cancel
Save