conor 00/09/24 01:52:33
Modified: docs index.html
Log:
Fix minor typo
Submitted by: Nico Seessle <[EMAIL PROTECTED]>
Revision Changes Path
1.114 +1 -1 jakarta-ant/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/index.html,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- index.html 2000/09/24 08:45:54 1.113
+++ index.html 2000/09/24 08:52:33 1.114
@@ -180,7 +180,7 @@
option, where <i><property></i> is the name of the property and
<i><value></i>
the value. This can also be used (and is the only way since Java can not
access them)
to have access to your environment variables, just pass -DMYVAR=%MYVAR%
(Windows) or
--DMYVAR=$MYVAR (Unix) do Ant, you can access these variables inside your
build-file
+-DMYVAR=$MYVAR (Unix) do Ant, you can then access these variables inside
your build-file
as ${MYVAR}.</p>
<p>Two more options are <i>-quiet</i> which instructs Ant to print less
information on the console when running. The option <i>-verbose</i> on the
other