Re: Adding if/unless conditions on commandline args

2013-05-09 Thread Antoine Levy-Lambert
2013, at 5:37 AM, Jan Matèrne (jhm) wrote: >> > > >> > > > AFAIK this was discussed several times in the past (few years) >with >> the >> > > > result, that having if/unless an _all_ elements would decrease >> > > > maintainability of the build scr

Re: Adding if/unless conditions on commandline args

2013-05-09 Thread Peter Reilly
om me for having if/unless on nested elements. > > > > > > > > What about supporting more complex conditions via nested > > > > elements? > > > > > > > > > > > > Jan > > > > > > > >> -Ursprüngliche

Re: Adding if/unless conditions on commandline args

2013-05-09 Thread Jean-Louis Boudart
from me for having if/unless on nested elements. > > > > > > What about supporting more complex conditions via nested > > > elements? > > > > > > > > > Jan > > > > > >> -Ursprüngliche Nachricht- > > >> V

Re: Adding if/unless conditions on commandline args

2013-05-06 Thread Peter Reilly
----- > >> Von: Michael Clarke [mailto:michael.m.cla...@gmail.com] > >> Gesendet: Freitag, 3. Mai 2013 11:01 > >> An: Ant Developers List > >> Betreff: Re: Adding if/unless conditions on commandline args > >> > >> +1 from me too > >> > >

Re: Adding if/unless conditions on commandline args

2013-05-05 Thread Antoine Levy Lambert
; >> -Ursprüngliche Nachricht- >> Von: Michael Clarke [mailto:michael.m.cla...@gmail.com] >> Gesendet: Freitag, 3. Mai 2013 11:01 >> An: Ant Developers List >> Betreff: Re: Adding if/unless conditions on commandline args >> >> +1 from me too >>

AW: Adding if/unless conditions on commandline args

2013-05-03 Thread jhm
? Jan > -Ursprüngliche Nachricht- > Von: Michael Clarke [mailto:michael.m.cla...@gmail.com] > Gesendet: Freitag, 3. Mai 2013 11:01 > An: Ant Developers List > Betreff: Re: Adding if/unless conditions on commandline args > > +1 from me too > > On 3 May 2013, a

Re: Adding if/unless conditions on commandline args

2013-05-03 Thread Michael Clarke
+1 from me too On 3 May 2013, at 09:37, Jean-Louis Boudart wrote: > +1 > > > 2013/5/3 Antoine Levy Lambert > >> I wonder whether we could not add if an unless on all nested elements in >> the framework ? >> >> >> Regards, >> >> Antoine >> On May 3, 2013, at 2:57 AM, Jean-Louis Boudart wrote: >>

Re: Adding if/unless conditions on commandline args

2013-05-03 Thread Jean-Louis Boudart
By the way i don't know yet where we can plugin tests on if/unless condition in this case. 2013/5/3 Jean-Louis Boudart > +1 > > > 2013/5/3 Antoine Levy Lambert > >> I wonder whether we could not add if an unless on all nested elements in >> the framework ? >> >> >> Regards, >> >> Antoine >> On

Re: Adding if/unless conditions on commandline args

2013-05-03 Thread Jean-Louis Boudart
+1 2013/5/3 Antoine Levy Lambert > I wonder whether we could not add if an unless on all nested elements in > the framework ? > > > Regards, > > Antoine > On May 3, 2013, at 2:57 AM, Jean-Louis Boudart wrote: > > > Hi, > > > > It's currently difficult to make reusable script when using task >

Re: Adding if/unless conditions on commandline args

2013-05-03 Thread Antoine Levy Lambert
I wonder whether we could not add if an unless on all nested elements in the framework ? Regards, Antoine On May 3, 2013, at 2:57 AM, Jean-Louis Boudart wrote: > Hi, > > It's currently difficult to make reusable script when using task or > any other task using commandline args. > We oftenly

Adding if/unless conditions on commandline args

2013-05-02 Thread Jean-Louis Boudart
Hi, It's currently difficult to make reusable script when using task or any other task using commandline args. We oftenly need some "dynamic arguments" and this can be complicated. Therefor, i suggest to introduce if/unless conditions on comand line args : I have a working im