From 648d36e6ffa98d7fc307a582b71c1363e3e56514 Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Fri, 28 Nov 2003 11:56:29 +0000 Subject: [PATCH] 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 --- docs/manual/running.html | 11 +++++++++-- docs/manual/runninglist.html | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) 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):

to find, even if the file is called build.xml. +

Java System Properties

+

Some of Ants core classes can be configured via system properties:

+ +

Cygwin Users

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.

- diff --git a/docs/manual/runninglist.html b/docs/manual/runninglist.html index 8e973e7e8..2dcc332da 100644 --- a/docs/manual/runninglist.html +++ b/docs/manual/runninglist.html @@ -16,10 +16,10 @@   Library Directories
  Files
  Environment Variables
+  Java System Properties
  Cygwin Users
  OS/2 Users
Running Ant via Java
-