From f2f144446eff5cecf3640be28a6b249e1ad85ba6 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 2 Sep 2002 12:29:38 +0000 Subject: [PATCH] Show all command line options of Ant and fix a typo. Submitted by: Larry Shatzer git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273277 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/OptionalTasks/jspc.html | 4 ++-- docs/manual/running.html | 28 +++++++++++++++++----------- 2 files changed, 19 insertions(+), 13 deletions(-) diff --git a/docs/manual/OptionalTasks/jspc.html b/docs/manual/OptionalTasks/jspc.html index 635448fa2..079af8088 100644 --- a/docs/manual/OptionalTasks/jspc.html +++ b/docs/manual/OptionalTasks/jspc.html @@ -205,9 +205,9 @@ package heirarchy beginning with com.i3sp.jsp. <jspc destdir="interim" - verbose="1"> + verbose="1" srcdir="src" - package="com.i3sp.jsp" + package="com.i3sp.jsp"> <include name="**/*.jsp" /> </jspc> <depends diff --git a/docs/manual/running.html b/docs/manual/running.html index df4922f77..94e9d7bdb 100644 --- a/docs/manual/running.html +++ b/docs/manual/running.html @@ -81,19 +81,25 @@ Options: -help print this message -projecthelp print project help information -version print the version information and exit - -quiet be extra quiet - -verbose be extra verbose + -diagnostics print information that might be helpful to + diagnose or report problems. + -quiet, -q be extra quiet + -verbose, -v be extra verbose -debug print debugging information -emacs produce logging information without adornments - -logfile <file> write logging output to given file - -logger <classname> the class that is to perform logging - -listener <classname> add an instance of classname as a project listener - -buildfile <file> use given build file - -D<property>=<value> use value for given property - -propertyfile <file> load all properties from file (with -D taking precedence) - -inputhandler <class> the class that will handle input requests - -find [<file>] search for build.xml, or file, towards the root of the - filesystem + -logfile <file> use given file for log + -l <file> '' + -logger <classname> the class which is to perform logging + -listener <classname> add an instance of class as a project listener + -buildfile <file> use given buildfile + -file <file> '' + -f <file> '' + -D<property>=<value> use value for given property + -propertyfile <name> load all properties from file with -D + properties taking precedence + -inputhandler <class> the class which will handle input requests + -find <file> search for buildfile towards the root of the + filesystem and use it

For more information about -logger and -listener see