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()))
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
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, [