Author: mbenson
Date: Thu Apr 13 10:36:55 2006
New Revision: 393864
URL: http://svn.apache.org/viewcvs?rev=393864&view=rev
Log:
Clarify doc re other (sub) targets in -p mode. PR# 39302
Modified:
ant/core/trunk/docs/manual/running.html
Modified: ant/core/trunk/docs/manual/running.html
URL:
http://svn.apache.org/viewcvs/ant/core/trunk/docs/manual/running.html?rev=393864&r1=393863&r2=393864&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/running.html (original)
+++ ant/core/trunk/docs/manual/running.html Thu Apr 13 10:36:55 2006
@@ -74,7 +74,9 @@
of the build file's targets. Targets that include a
<code>description</code> attribute are listed as "Main targets",
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>
<pre>ant [options] [target [target2 [target3] ...]]
@@ -108,7 +110,7 @@
-nice number A niceness value for the main thread:
1 (lowest) to 10 (highest); 5 is the default
-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>
<p>For more information about <code>-logger</code> and
<code>-listener</code> see
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]