Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 63089 invoked from network); 23 Jan 2002 15:28:43 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 23 Jan 2002 15:28:43 -0000 Received: (qmail 12124 invoked by uid 97); 23 Jan 2002 15:28:32 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 12105 invoked by uid 97); 23 Jan 2002 15:28:31 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 12094 invoked from network); 23 Jan 2002 15:28:31 -0000 Message-ID: <2D90C2075E27D4118960000629A832E5045336E5@exchange.bspark.com> From: Barry Jia To: "'ant-user@jakarta.apache.org'" Subject: how to pass the argument to the build.xml Date: Wed, 23 Jan 2002 10:28:20 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1A422.96741D80" X-OriginalArrivalTime: 23 Jan 2002 15:28:29.0670 (UTC) FILETIME=[9C080860:01C1A422] 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_001_01C1A422.96741D80 Content-Type: text/plain; charset="iso-8859-1" In my build.bat, if I pass a argument as %1, how to use this argument in the build.xml? for example my build.bat is :%ANT_HOME%\bin\ant.bat %1 %2 %3 %4 %5 %6 %7 %8 %9 if I run build xxx, in my build.xml , how to get this xxx? Thanks Barry ------_=_NextPart_001_01C1A422.96741D80--