From 83282e17476ca4a21886bccf60981e31297a85d5 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Thu, 13 Apr 2006 17:36:55 +0000 Subject: [PATCH] Clarify doc re other (sub) targets in -p mode. PR# 39302 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@393864 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/running.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/manual/running.html b/docs/manual/running.html index 5317a0ec7..1f3bea437 100644 --- a/docs/manual/running.html +++ b/docs/manual/running.html @@ -74,7 +74,9 @@ used.

of the build file's targets. Targets that include a description attribute are listed as "Main targets", those without a description 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).

Command-line Options Summary

ant [options] [target [target2 [target3] ...]]
@@ -108,7 +110,7 @@ Options:
   -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
 

For more information about -logger and -listener see