Steve Kelem wrote:
I'm trying to debug someone else's Ant Task code and having the
problem of getting "Unknown Source"
in the stack trace.
I've compiled (in ant) with debug="true", debuglevel="lines,vars,source",
and even tried including the source tree in the jar file.
By the way, the code I'm tr
Thanks for the suggestion, but it didn't work.
The stack trace for that ant task still shows:
java.lang.NullPointerException
at java.io.File.(File.java:180)
at de.pleumann.antenna.WtkMakePrc.executeWtk(Unknown Source)
at de.pleumann.antenna.WtkMakePrc.execute(Unknown Source)
--- Steve Kelem <[EMAIL PROTECTED]> wrote:
> I'm trying to debug someone else's Ant Task code and
> having the problem of getting "Unknown Source"
> in the stack trace.
> I've compiled (in ant) with debug="true",
> debuglevel="lines,vars,source",
Sorry, Steve... I meant to respond to this the othe
I'm trying to debug someone else's Ant Task code and having the problem of getting "Unknown Source"
in the stack trace.
I've compiled (in ant) with debug="true", debuglevel="lines,vars,source",
and even tried including the source tree in the jar file.
By the way, the code I'm trying to debug is an