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

2003-05-07 Thread Jan . Materne
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

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

2003-05-06 Thread Harsha Kalidindi
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

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

2003-05-06 Thread peter reilly
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

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

2003-05-06 Thread Jan . Materne
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

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

2003-05-06 Thread Harsha Kalidindi
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

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 Tues

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

2003-05-06 Thread peter reilly
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

AW: command line option visibility within a task ..

2003-05-06 Thread Jan . Materne
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]