Known Issue, visit http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5167
Cheers, Magesh *********************************************************** * Smile: A curve that can set a lot of things straight. * *********************************************************** ----- Original Message ----- From: "David Hurcomb" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 06, 2002 12:39 PM Subject: Line numbers in exception stack trace > Hello > > When I build my code manually using javac and jar and run using java I get > line numbers in exception stack traces, however I get an "Unknown Source" > message when I repeat the build using ant. I have narrowed this down to > being in the compile target command as opposed to the jar target. > > I'm sure there is a very simple explanation for this so I will not go into > detail about my build.xml file. I would be very grateful if someone could > provide an explanation as to why I may be having this problem. Thanks in > advance > > example of a stack trace showing this problem: > > [java] openLogFile: File error java.io.FileNotFoundException: > null/datastore/logs/datastore.log.020206 (No such file or directory) > [java] java.io.FileNotFoundException: > null/datastore/logs/datastore.log.020206 (No such file or directory) > [java] at java.io.FileOutputStream.openAppend(Native Method) > [java] at > java.io.FileOutputStream.<init>(FileOutputStream.java:100) > [java] at java.io.FileWriter.<init>(FileWriter.java:52) > [java] at com.viewgate.validator.share.Logger.openLogFile(Unknown > Source) > [java] at com.viewgate.validator.datastore.Datastore.<init>(Unknown > Source) > [java] at com.viewgate.validator.datastore.Datastore.main(Unknown > Source) > [java] Java Result: 1 > > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
