Hi,
I just noticed that it works fine in the Ant 1.5 nightly build if you don't
specify the debugLevel attribute for the javac task.
If I specify both debug="on" and a debugLevel (even debugLevel="vars"), I
loose line number information in stack traces. If I only specify debug="on"
it works fine.
Is this a bug or is this by design ?
Best regards,
Gert Driesen
----- Original Message -----
From: "David Medinets" <[EMAIL PROTECTED]>
To: "'Ant Users List'" <[EMAIL PROTECTED]>
Sent: Wednesday, February 06, 2002 6:56 PM
Subject: RE: Line numbers in exception stack trace
> I think that I solved this issue by adding 'debug="yes"' to my Javac task:
>
> <javac srcdir="${src.dir}" destdir="${build.dir}" debug="yes"
> depend="yes">
> <include name="**/*.java" />
> <classpath refid="class.path"/>
> </javac>
>
> David Medinets, Consultant, http://www.codebits.com
> World-Renowned Nested Tree Modeler
>
>
> --
> 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]>