diff --git a/docs/manual/running.html b/docs/manual/running.html index 2ef471dd0..96796f1bf 100644 --- a/docs/manual/running.html +++ b/docs/manual/running.html @@ -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
For more information about -logger
and
-listener
see
@@ -212,6 +212,14 @@ set):
build.xml
.
+Some of Ants core classes can be configured via system properties:
+org.apache.tools.ant.ProjectHelper
- 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.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.