evel.getValue())) ...
Jan
> -Ursprüngliche Nachricht-
> Von: Harsha Kalidindi [mailto:[EMAIL PROTECTED]
> Gesendet am: Dienstag, 6. Mai 2003 19:13
> An: Ant Developers List; Ant Developers List
> Betreff: Re: AW: command line option visibility within a task ..
>
> P
Peter:
Thanks for the example.
I was thinking of an attribute called debug for my tasks but I
think I will use verbose to keep it consistent ..
Regards,
Harsha
The normal way is get debug output is to
use log(..., Project.MSG_VERBOSE);
And then use -debug at the command line.
Thi
The normal way is get debug output is to
use log(..., Project.MSG_VERBOSE);
And then use -debug at the command line.
This however results in a lot of debug output
So some tasks have a verbose attribute - like for
ant -Ddelete.verbose="yes" ...
Check the source (ant.apache.tools.ant.task
MAIL PROTECTED]
> Gesendet am: Dienstag, 6. Mai 2003 18:53
> An: Ant Developers List; [EMAIL PROTECTED]
> Betreff: Re: AW: command line option visibility within a task ..
>
> Jan,Peter:
>
> Thanks for fixing the email address.
>
> >Main.main() -> Main.st
Jan,Peter:
Thanks for fixing the email address.
Main.main() -> Main.start() -> Main.Main() and none of these methods
store the arguments. So you can´t access them.
You can modify this class (should be very easy ...). But then you have a
customized version of an Ant base class.
I def
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 Tues
On Tuesday 06 May 2003 17:39, [EMAIL PROTECTED] wrote:
> BTW
> You´re using the old email adress [EMAIL PROTECTED]
> The new one is
> [EMAIL PROTECTED]
that is
[EMAIL PROTECTED]
Peter
ASAIK no.
Main.main() -> Main.start() -> Main.Main() and none of these methods
store the arguments. So you can´t access them.
You can modify this class (should be very easy ...). But then you have a
customized version of an Ant base class.
BTW
You´re using the old email adress [EMAIL PROTECTED]