AW: AW: command line option visibility within a task ..

2003-05-07 Thread Jan . Materne
If you want more specific: supports multiple loglevel. - LogLevel defined with nested class extending EnumeratedAttribute => Ant will enforce that only valid values are set - setLevel(LogLevel) uses cascading if-statements for evaluating the value if ("debug".equals(loglevel.getValue()))

AW: AW: command line option visibility within a task ..

2003-05-06 Thread Jan . Materne
You can customize the wrapper script and store the parameter list as Flag. A kind of ant2.bat: call ant -Dcmdargs="%*" %* In Ant you have the property 'cmdargs'. Maybe that works ... Jan > -Ursprüngliche Nachricht- > Von: Harsha Kalidindi [mailto:[EMAIL PROTECTED] > Gesendet a

AW: AW: command line option visibility within a task ..

2003-05-06 Thread Jan . Materne
Ups, sorry. Thanks for correction :-) Jan > -Ursprüngliche Nachricht- > Von: peter reilly [mailto:[EMAIL PROTECTED] > Gesendet am: Dienstag, 6. Mai 2003 18:51 > An: Ant Developers List > Betreff: Re: AW: command line option visibility within a task .. > > On Tuesday 06 May 2003 17:39, [