|
@@ -74,7 +74,9 @@ used.</p> |
|
|
of the build file's targets. Targets that include a |
|
|
of the build file's targets. Targets that include a |
|
|
<code>description</code> attribute are listed as "Main targets", |
|
|
<code>description</code> attribute are listed as "Main targets", |
|
|
those without a <code>description</code> are listed as |
|
|
those without a <code>description</code> are listed as |
|
|
"Subtargets", then the "Default" target is listed. |
|
|
|
|
|
|
|
|
"Other targets", then the "Default" target is listed |
|
|
|
|
|
("Other targets" are only displayed if there are no main |
|
|
|
|
|
targets, or if Ant is invoked in -verbose or -debug mode). |
|
|
|
|
|
|
|
|
<h3><a name="options">Command-line Options Summary</a></h3> |
|
|
<h3><a name="options">Command-line Options Summary</a></h3> |
|
|
<pre>ant [options] [target [target2 [target3] ...]] |
|
|
<pre>ant [options] [target [target2 [target3] ...]] |
|
@@ -108,7 +110,7 @@ Options: |
|
|
-nice number A niceness value for the main thread: |
|
|
-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 |
|
|
-nouserlib Run ant without using the jar files from ${user.home}/.ant/lib |
|
|
-nouserlib Run ant without using the jar files from ${user.home}/.ant/lib |
|
|
-noclasspath Run ant without using CLASSPATH |
|
|
|
|
|
|
|
|
-noclasspath Run ant without using CLASSPATH |
|
|
</pre> |
|
|
</pre> |
|
|
<p>For more information about <code>-logger</code> and |
|
|
<p>For more information about <code>-logger</code> and |
|
|
<code>-listener</code> see |
|
|
<code>-listener</code> see |
|
|