The attached patch updates running.html to reflect output from ant -help

-----Original Message-----
From: Shatzer, Larry [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 29, 2002 8:42 AM
To: 'Ant Users List'
Subject: RE: build xml?


Ahhh, this is what I get for running ant -help on 1.4.1 ;)

> -----Original Message-----
> From: Riffe, Melvin [mailto:[EMAIL PROTECTED]
> Sent: Thursday, August 29, 2002 8:37 AM
> To: 'Ant Users List'
> Subject: RE: build xml?
> 
> 
> the aliases are listed executing
>       ant -help
> 
> Mel
> 
> -----Original Message-----
> From: Shatzer, Larry [mailto:[EMAIL PROTECTED]
> Sent: Thursday, August 29, 2002 11:34 AM
> To: 'Ant Users List'
> Subject: RE: build xml?
> 
> 
> I thought -f might have been an alias for -find... since that 
> is the only
> option that started with f...
> 
> Might be a good time to document them :)
> 
> -- Larry
> 
> > -----Original Message-----
> > From: Brian Schantz [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, August 29, 2002 8:31 AM
> > To: 'Ant Users List'
> > Subject: RE: build xml?
> > 
> > 
> > Just to be clear, '-f' and '-file' are synonyms for 
> > '-buildfile'. Since they
> > don't seem to be documented (outside the source) you should 
> > use them at your
> > own risk.
> > 
> > Brian
> > 
> > > -----Original Message-----
> > > From: Brian Schantz [mailto:[EMAIL PROTECTED]
> > > Sent: Thursday, August 29, 2002 8:13 AM
> > > To: 'Ant Users List'
> > > Subject: RE: build xml?
> > > 
> > > 
> > > If it doesn't exist in your current directory (where ant will 
> > > find it) 
> > > use 
> > >   ant -f <path to xml file including filename>
> > > 
> > > 
> > > 
> > > > -----Original Message-----
> > > > From: Brian Egger [mailto:[EMAIL PROTECTED]
> > > > Sent: Thursday, August 29, 2002 8:05 AM
> > > > To: [email protected]
> > > > Subject: build xml?
> > > > 
> > > > 
> > > > Ok I suppose this is probably a frequent newbie question. 
> > > > Which I am a newbie to ant, but I try to run Ant on Win 2000. 
> > > > I have the classpath set for the ant.jar and I also have it 
> > > > set for the xml-xxxx.jar. Ant I have the path and all of the 
> > > > enviroment variables set to the correct paths. But when I go 
> > > > to run ant, I receive an error upon entering the command 
> > > > "Buildfile: build.xml does not exist; Bulid Failed" Where 
> > > > should I put the xml file or what am I missing here.
> > > > 
> > > > btw, I did STFW and RTFM, but I saw no refernece to the 
> bulid.xml
> > > > 
> > > > thanks
> > > > Brian Egger ,
> > > > [EMAIL PROTECTED]
> > > > 
> > > 
> > > --
> > > To unsubscribe, e-mail:   
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail: 
> > <mailto:[EMAIL PROTECTED]>
> > 
> > --
> > To unsubscribe, e-mail:   
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail: 
> > <mailto:[EMAIL PROTECTED]>
> > 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
>  
> **************************************************************
> ************
> The information transmitted herewith is sensitive information 
> intended only
> for use by the individual or entity to which it is addressed. 
> If the reader
> of this message is not the intended recipient, you are hereby 
> notified that
> any review, retransmission, dissemination, distribution, 
> copying or other
> use of, or taking of any action in reliance upon this information is
> strictly prohibited. If you have received this communication in error,
> please contact the sender and delete the material from your computer.
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Index: docs/manual/running.html
===================================================================
RCS file: /home/cvspublic/jakarta-ant/docs/manual/running.html,v
retrieving revision 1.15
diff -u -r1.15 running.html
--- docs/manual/running.html    22 Jun 2002 23:38:27 -0000      1.15
+++ docs/manual/running.html    29 Aug 2002 15:47:12 -0000
@@ -81,19 +81,25 @@
   -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 &lt;file&gt;        write logging output to given file
-  -logger &lt;classname&gt;    the class that is to perform logging
-  -listener &lt;classname&gt;  add an instance of <i>classname</i> as a 
project listener
-  -buildfile &lt;file&gt;      use given build file
-  -D&lt;property&gt;=&lt;value&gt;   use value for given property
-  -propertyfile &lt;file&gt;   load all properties from <i>file</i> (with -D 
taking precedence)
-  -inputhandler &lt;class&gt;  the class that will handle input requests
-  -find [&lt;file&gt;]         search for build.xml, or <i>file</i>, towards 
the root of the
-                         filesystem
+  -logfile &lt;file&gt;        use given file for log
+    -l     &lt;file&gt;                ''
+  -logger &lt;classname&gt;    the class which is to perform logging
+  -listener &lt;classname&gt;  add an instance of class as a project listener
+  -buildfile &lt;file&gt;      use given buildfile
+    -file    &lt;file&gt;              ''
+    -f       &lt;file&gt;              ''
+  -D&lt;property>=&lt;value&gt;   use value for given property
+  -propertyfile &lt;name&gt;   load all properties from file with -D
+                         properties taking precedence
+  -inputhandler &lt;class&gt;  the class which will handle input requests
+  -find &lt;file&gt;           search for buildfile towards the root of the
+                         filesystem and use it
 </pre>
 <p>For more information about <code>-logger</code> and
 <code>-listener</code> see

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to