Set the attribute debuglevel="lines" for the wocompile task. Check the documentation for the javac task (which wocompile extends) for more info on the values you can use in this attribute.
http://www.jajakarta.org/ant/ant-1.6.1/docs/en/manual/CoreTasks/javac.html Cheers, - hugi On 16.8.2010, at 10:11, Paul Hoadley wrote: > On 12/08/2010, at 8:07 PM, Paul Hoadley wrote: > >> I've noticed that my Hudson-built apps are not being compiled with debug >> information, and hence aren't displaying line numbers in stack traces. The >> exact same apps with the exact same build.xml files previously built with >> Eclipse always showed line numbers in stack traces. I know about setting >> debug="true" on the wocompile task > > It turns out that putting debug="true" on the wocompile task didn't fix the > problem. So, let me phrase the question slightly differently. Since moving > to Hudson builds, I no longer get line numbers in stack traces. Does anyone > have any ideas beyond setting the debug attribute on wocompile (which doesn't > seem to have worked)? > > > -- > Paul. > > http://logicsquad.net/ > > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/hugi%40karlmenn.is > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
