RE: How to command line argument to build.xml file

2005-01-10 Thread George Dibi
file. -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Monday, January 10, 2005 2:35 PM To: Ant Users List Subject: RE: How to command line argument to build.xml file I think on the commandline, it should be -Dclient.only=true? (Rhino pointed this out. . .) -Original Me

RE: How to command line argument to build.xml file

2005-01-10 Thread EJ Ciramella
I think on the commandline, it should be -Dclient.only=true? (Rhino pointed this out. . .) -Original Message- From: George Dibi [mailto:[EMAIL PROTECTED] Sent: Monday, January 10, 2005 3:29 PM To: Ant Users List Subject: RE: How to command line argument to build.xml file Rhino, Sorry

RE: How to command line argument to build.xml file

2005-01-10 Thread George Dibi
rom: Rhino [mailto:[EMAIL PROTECTED] Sent: Friday, January 07, 2005 6:28 PM To: Ant Users List Subject: Re: How to command line argument to build.xml file This is the technique; you should be able to adapt it to your needs very easily. Suppose we have a property named 'client.only' define

Re: How to command line argument to build.xml file

2005-01-07 Thread Rhino
This is the technique; you should be able to adapt it to your needs very easily. Suppose we have a property named 'client.only' defined as follows: The default value of the property is 'false'. If you want to override the value of the property from the command line, do this on the command line: