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.
Stefan
=====
Stefan Moebius <[EMAIL PROTECTED]>
Wurzener Str. 43 +49 351 8475827
01127 Dresden +49 172 8739617
__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>