Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 67172 invoked from network); 7 May 2002 03:46:23 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 7 May 2002 03:46:23 -0000 Received: (qmail 14700 invoked by uid 97); 7 May 2002 03:46:31 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 14679 invoked by uid 97); 7 May 2002 03:46:30 -0000 Mailing-List: contact ant-dev-help@jakarta.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 ant-dev@jakarta.apache.org Received: (qmail 14667 invoked by uid 98); 7 May 2002 03:46:29 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: <6E78A44566D3FF429E7B08BC305A8B321DE998@DYN-EXCH-001.dynamicsoft.com> From: Kevin Grey To: "'ant-dev@jakarta.apache.org'" Subject: Slight change to build.bat Date: Mon, 6 May 2002 23:46:25 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/mixed; boundary="----_=_NextPart_000_01C1F579.C31D2680" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_000_01C1F579.C31D2680 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1F579.C31D2680" ------_=_NextPart_001_01C1F579.C31D2680 Content-Type: text/plain Minor change: The build.bat only allows for 10 vars to be passed in from the command line. Changing it to %* I think allows for N number of params. Diff attached. ~~K ------_=_NextPart_001_01C1F579.C31D2680 Content-Type: text/html Content-Transfer-Encoding: quoted-printable

Minor change:

 

The build.bat only allows for 10 vars to be passed = in from the command line.  = Changing it to %* I think allows for N number of params.

 

Diff attached.

 

~~K

 

------_=_NextPart_001_01C1F579.C31D2680-- ------_=_NextPart_000_01C1F579.C31D2680 Content-Type: text/plain; name="diff.txt" Content-Disposition: attachment; filename="diff.txt" Index: build.bat =================================================================== RCS file: /home/cvspublic/jakarta-ant/build.bat,v retrieving revision 1.34 diff -r1.34 build.bat 22c22 < call bootstrap\bin\ant.bat -emacs %1 %2 %3 %4 %5 %6 %7 %8 %9 --- > call bootstrap\bin\ant.bat -emacs %* 26c26 < call bootstrap\bin\ant.bat -emacs -Dant.install="%REAL_ANT_HOME%" %1 %2 %3 %4 %5 %6 %7 %8 %9 --- > call bootstrap\bin\ant.bat -emacs -Dant.install="%REAL_ANT_HOME%" %* ------_=_NextPart_000_01C1F579.C31D2680 Content-Type: text/plain; charset=us-ascii -- To unsubscribe, e-mail: For additional commands, e-mail: ------_=_NextPart_000_01C1F579.C31D2680--