> 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
Without a look at your task I can't say for sure, but my guess is that you haven't turned the debug attribute on. Jon -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
