Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 97193 invoked from network); 8 Feb 2005 19:12:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Feb 2005 19:12:39 -0000 Received: (qmail 52759 invoked by uid 500); 8 Feb 2005 19:12:28 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 52685 invoked by uid 500); 8 Feb 2005 19:12:28 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 52586 invoked by uid 500); 8 Feb 2005 19:12:27 -0000 Received: (qmail 52564 invoked by uid 99); 8 Feb 2005 19:12:27 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 08 Feb 2005 11:12:26 -0800 Received: (qmail 97080 invoked by uid 1365); 8 Feb 2005 19:12:24 -0000 Date: 8 Feb 2005 19:12:24 -0000 Message-ID: <20050208191224.97079.qmail@minotaur.apache.org> From: stevel@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/docs/manual using.html X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N stevel 2005/02/08 11:12:24 Modified: docs/manual using.html Log: tweaking the bit on arguments. Revision Changes Path 1.38 +3 -2 ant/docs/manual/using.html Index: using.html =================================================================== RCS file: /home/cvs/ant/docs/manual/using.html,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- using.html 27 Jan 2005 17:47:31 -0000 1.37 +++ using.html 8 Feb 2005 19:12:24 -0000 1.38 @@ -490,11 +490,12 @@
     <arg value="-l -a"/>
   
-

is a single command-line argument containing a space character.

+

is a single command-line argument containing a space character, +not separate commands "-l" and "-a".

     <arg line="-l -a"/>
   
-

represents two separate command-line arguments.

+

This is a command line with two separate arguments, "-l" and "-a".

     <arg path="/dir;/dir2:\dir3"/>
   
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org