Re: "Unknown source" in stack trace

2004-01-28 Thread Antoine Lévy-Lambert
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

Re: "Unknown source" in stack trace

2004-01-28 Thread Steve Kelem
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)

Re: "Unknown source" in stack trace

2004-01-28 Thread Matt Benson
--- 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

"Unknown source" in stack trace

2004-01-28 Thread Steve Kelem
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