Re: [JBoss-dev] No line numbers in stack trace

2001-09-14 Thread Scott M Stark
It is because the default values for the key javac options in the task.properties files are: javac.optimize=onjavac.debug=off This should be reversed. The main branch default should always be to enable debugging and turn off optimization. To compile with these value copy the

Re: [JBoss-dev] No line numbers in stack trace

2001-09-14 Thread Jason Dillon
check that build/local.properties is setting java.debug=on. If you still don't get traces, run with -debug and check if javac is actually getting debug flags. If it is not please mail me the output and I will look into it further. --jason On Fri, 14 Sep 2001, Bill Burke wrote: I'm getting

Re: [JBoss-dev] No line numbers in stack trace

2001-09-14 Thread Scott M Stark
Why isn't this default setting? - Original Message - From: Jason Dillon [EMAIL PROTECTED] To: Jboss-Development@Lists. Sourceforge. Net [EMAIL PROTECTED] Sent: Friday, September 14, 2001 1:58 AM Subject: Re: [JBoss-dev] No line numbers in stack trace check that build/local.properties

Re: [JBoss-dev] No line numbers in stack trace

2001-09-14 Thread Scott M Stark
Note that the local.properties file needs to be in the build directory, not build/etc directory as I indicated. - Original Message - From: Bill Burke To: [EMAIL PROTECTED] Sent: Friday, September 14, 2001 8:19 AM Subject: RE: [JBoss-dev] No line numbers

Re: [JBoss-dev] No line numbers in stack trace

2001-09-14 Thread Jason Dillon
14, 2001 1:58 AM Subject: Re: [JBoss-dev] No line numbers in stack trace check that build/local.properties is setting java.debug=on. If you still don't get traces, run with -debug and check if javac is actually getting debug flags. If it is not please mail me the output and I will look

RE: [JBoss-dev] No line numbers in stack trace

2001-09-14 Thread Jason Dillon
It is because the default values for the key javac options in the task.properties files are: javac.optimize=on javac.debug=off This should be reversed. The main branch default should always be to enable These are simply default values, local.properties should be used to set

Re: [JBoss-dev] No line numbers in stack trace

2001-09-14 Thread Jason Dillon
property: javac.debug - off - Original Message - From: Jason Dillon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 14, 2001 2:14 PM Subject: Re: [JBoss-dev] No line numbers in stack trace It should be... if it is not them my appoligies. --jason On Fri, 14 Sep

Re: [JBoss-dev] No line numbers in stack trace

2001-09-14 Thread Scott M Stark
/ - Original Message - From: Jason Dillon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 14, 2001 4:53 PM Subject: Re: [JBoss-dev] No line numbers in stack trace this file should be included after processing local.properties, do you see anything related to that? I had some