Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 13740 invoked by uid 500); 24 Sep 2000 08:52:34 -0000 Delivered-To: apmail-jakarta-ant-cvs@apache.org Received: (qmail 13737 invoked by uid 1142); 24 Sep 2000 08:52:34 -0000 Date: 24 Sep 2000 08:52:34 -0000 Message-ID: <20000924085234.13736.qmail@locus.apache.org> From: conor@locus.apache.org To: jakarta-ant-cvs@apache.org Subject: cvs commit: jakarta-ant/docs index.html conor 00/09/24 01:52:33 Modified: docs index.html Log: Fix minor typo Submitted by: Nico Seessle 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 <property> is the name of the property and <value> 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}.

Two more options are -quiet which instructs Ant to print less information on the console when running. The option -verbose on the other