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
userid=me -Dpassword=mypass Rhino - Original Message - From: "George Dibi" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Friday, January 07, 2005 6:40 PM Subject: How to command line argument to build.xml file Can someone tell me how to pass a stdin argumen

How to command line argument to build.xml file

2005-01-07 Thread George Dibi
Can someone tell me how to pass a stdin argument on a build file And that argument be a value in arg line. i.e >ant isoft.xml isoftlbl.txt where isoftlbl.txt is the stdin that will be a value to my arg line. ${perl.bin.dir} ${ivc.perl.target} ${drive} ${BUILD_VIEW} ${IVCO