----- Original Message -----
From: "Stefan Moebius" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 07, 2002 8:43 AM
Subject: debuglevel attribute unnecessarily break backwards-compatibility


> Hi,
>
> The default value of the debuglevel attribute for the javac task is
> ":none". The result of the following task are therfore classes without
> any debug info:
>
>   <javac srcdir="${dir.source}"
>          destdir="${dir.class}"
>          debug="on">
>   </javac>
>
> With ant1.4.x you get the desired debug info. Hence I suggest changing
> the default for debuglevel to "", i.e. all debug info.
>

If what stefan says is right, then we have another bug. we should set the
debuglevel attr to be compatible either with ant1.4 or ant1.3.




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

Reply via email to