From billy.bacon@thirty3.net Wed May 14 18:07:16 2003 Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 3368 invoked from network); 14 May 2003 18:07:16 -0000 Received: from h013.c001.snv.cp.net (HELO c001.snv.cp.net) (209.228.32.127) by daedalus.apache.org with SMTP; 14 May 2003 18:07:16 -0000 Received: (cpmta 13686 invoked from network); 14 May 2003 11:07:20 -0700 Received: from 192.18.98.63 (HELO ?129.147.43.29?) by smtp.register-admin.com (209.228.32.127) with SMTP; 14 May 2003 11:07:20 -0700 X-Sent: 14 May 2003 18:07:20 GMT User-Agent: Microsoft-Entourage/10.1.1.2418 Date: Wed, 14 May 2003 12:07:19 -0600 Subject: Giving multiple command line arguments to Ant From: Billy Bacon To: Ant Users List Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I'm trying to give multiple command line arguments to Ant like so.... ant -Dname1=value1 -Dname2=value2 -Dname3-value3 But this doesn't seem to work. It's only accepting the first -D parameter and ignoring the rest. Does anyone know how to do this or do I have to create a properties file and reference that in my build.xml file? Thank you - Billy -