RE: calling ant with parameters

2008-06-26 Thread Vallon, Justin
3-6725, 212-272-6725; cell 917-861-6042 -Original Message- From: Shawn Castrianni [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2008 4:14 PM To: Ant Users List Subject: RE: calling ant with parameters Oh, stupid me. I didn't realize Dominique is a committer. I think of ANT not

RE: calling ant with parameters

2008-06-26 Thread Shawn Castrianni
ginal Message- From: Matt Benson [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2008 3:04 PM To: Ant Users List Subject: RE: calling ant with parameters --- Shawn Castrianni <[EMAIL PROTECTED]> wrote: > I would love it too. Can we all vote for this or > can any ANT committer on

RE: calling ant with parameters

2008-06-26 Thread Matt Benson
PROTECTED] > Sent: Thursday, June 26, 2008 1:33 PM > To: Ant Users List > Subject: RE: calling ant with parameters > > Wow! Me likes it :) > > OK I see now... I assumed there would have to be > some delimiter...just > hadn't considered the -- > > Now some

RE: calling ant with parameters

2008-06-26 Thread Shawn Castrianni
: Ant Users List Subject: RE: calling ant with parameters Wow! Me likes it :) OK I see now... I assumed there would have to be some delimiter...just hadn't considered the -- Now something like that would be -super- neat to have... On Thu, 26 Jun 2008, Shawn Castrianni wrote: > Her

RE: calling ant with parameters

2008-06-26 Thread Scot P. Floess
e.org/bugzilla/show_bug.cgi?id=30651 it answers your questions. --- Shawn Castrianni -Original Message- From: Scot P. Floess [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2008 12:56 PM To: Shawn Castrianni Cc: Ant Users List Subject: RE: calling ant with parameters So, I am cu

RE: calling ant with parameters

2008-06-26 Thread Shawn Castrianni
Users List Subject: RE: calling ant with parameters So, I am curious... How would one deliniate the name of the target(s) vs the name of params to hand in? Granted the -Dname=value can be somewhat verbose... Is this $0 $1 notation somehow more obvious? I haven't looked at it...so just asking

RE: calling ant with parameters

2008-06-26 Thread Scot P. Floess
So, I am curious... How would one deliniate the name of the target(s) vs the name of params to hand in? Granted the -Dname=value can be somewhat verbose... Is this $0 $1 notation somehow more obvious? I haven't looked at it...so just asking "off the cuff." So, I tend to agree as well...it

RE: calling ant with parameters

2008-06-26 Thread Shawn Castrianni
I would love this feature too. It would allow us an easy way to launch any java class with application arguments by having a generic launchClass target that takes in the name of the class to launch and any app arguments. Dominique Devienne developed a mechanism for this with $0, $1, etc.. pro

Re: calling ant with parameters

2008-06-26 Thread Scot P. Floess
You can certainly use proprties and the -D command line option to define those properties. For example: ant -Ddebug="true" compile Then look for the ${debug} in your Ant script... On Thu, 26 Jun 2008, Guy Catz wrote: I would like to set a parameter to a ant. Something like this from command