thanks - that is what I did, I was just hoping that there is a global flag.

> -----Original Message-----
> From: Matt Lyon [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 13, 2002 10:57 AM
> To: Ant Users List
> Subject: RE: global javac debug flag
> 
> 
> You could script your javac tasks to include the parameter
> debug=${javac.debug} and then toggle it on and off at the 
> command line,
> though, (e.g. 'ant -Djavac.debug=on'). That doesn't save you 
> from having
> to still script the parameter for each individual javac task you write
> though. :^/
> 
> -----Original Message-----
> From: Dominique Devienne [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 13, 2002 2:02 PM
> To: 'Ant Users List'
> Subject: RE: global javac debug flag
> 
> 
> No. --DD
> 
> -----Original Message-----
> From: Ilya Lipkind [mailto:[EMAIL PROTECTED]] 
> Sent: Monday, May 13, 2002 12:57 PM
> To: Ant Users List
> Subject: global javac debug flag
> 
> Hi all,
> 
> Is there any way to specify global javac property (like 
> debug="on") that
> will be used by all of my javac tasks,
> so I don't have to specify it for each javac target.
> 
> thanks,
> - Ilya
> 
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 
> 
> --
> To unsubscribe, e-mail:   
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to