Re: AW: Passing command Line args for a list

2016-03-09 Thread Scot P. Floess
Ant Users List Betreff: Re: Passing command Line args for a list Didn't hear back - did you get you figure it out? On Sat, 5 Mar 2016, Scot P. Floess wrote: I'm confused as you are asking about using command line params (via the -D) but then reusing those for the input task. As an exa

AW: Passing command Line args for a list

2016-03-07 Thread jhm
che Nachricht- > Von: Scot P. Floess [mailto:sflo...@nc.rr.com] > Gesendet: Dienstag, 8. März 2016 08:41 > An: Ant Users List > Betreff: Re: Passing command Line args for a list > > > Didn't hear back - did you get you figure it out? > > On Sat, 5 Mar 2016, Scot P.

Re: Passing command Line args for a list

2016-03-07 Thread Scot P. Floess
Didn't hear back - did you get you figure it out? On Sat, 5 Mar 2016, Scot P. Floess wrote: I'm confused as you are asking about using command line params (via the -D) but then reusing those for the input task. As an example from your post: ant -f build.xml addNodes -Dagents="d01, d02, d0

Re: Passing command Line args for a list

2016-03-05 Thread Scot P. Floess
I'm confused as you are asking about using command line params (via the -D) but then reusing those for the input task. As an example from your post: ant -f build.xml addNodes -Dagents="d01, d02, d03" -D{node???}='node1' -D{node_description???}='node1 description' Note you list -Dagents In

Re: Passing command Line args for a list

2016-03-04 Thread Petronius
We have to have these inputs for manual execution Thanks - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org

Re: Passing command Line args for a list

2016-03-04 Thread Scot P. Floess
So I see in your example below some input tasks. I'm guessing you'd rather not using input? On Fri, 4 Mar 2016, Petronius wrote: Hello We are tyring to automate an ant task, but finding it impossible to pass a command line argument to a property inside a list. We need to pass Name and Des

Passing command Line args for a list

2016-03-04 Thread Petronius
Hello We are tyring to automate an ant task, but finding it impossible to pass a command line argument to a property inside a list. We need to pass Name and Description for each agent specified from the command line. for ex: ant -f build.xml addNodes -Dagents="d01, d02, d03" -D{node???}='nod