javac debug option not working

2009-07-29 Thread Kevin Javia
that. The IDE does not allow me to put a break point at source with a message like No executable code found. I am not able to figure out what is wrong with the script. Kevin. -- View this message in context: http://www.nabble.com/javac-debug-option-not-working-tp24732233p24732233.html Sent from

Re: javac debug option

2005-09-08 Thread Barry White
Is your problem that you have set it to true/on and it does not seem to be having any effect? If so have you specified debuglevel also? I was just having a quick look at the docs for javac task: "If set to true, the value of the debuglevel attribute determines the command line argument." Bar

Re: javac debug option

2005-09-08 Thread Conor MacNeill
Eduardo Yáñez Parareda wrote: >>>Who says the truth? >>> >> >>Both :) >>Boolean attributes can have values like 'true', 'on', ... they mean the same > > > Is it possible that in older versions of ant was there a bug that > using 'on' instead of 'true' > didn't work fine? > I doubt it. What vers

Re: javac debug option

2005-09-08 Thread Eduardo Yáñez Parareda
> >Who says the truth? > > > Both :) > Boolean attributes can have values like 'true', 'on', ... they mean the same Is it possible that in older versions of ant was there a bug that using 'on' instead of 'true' didn't work fine?

Re: javac debug option

2005-09-08 Thread Nicolas Vervelle
Eduardo Yáñez Parareda wrote: Hi all, Which is the value I have to assign to 'debug' option of javac task? Ant documentation of Core tasks (http://ant.apache.org/manual/index.html) says that debug may be assigned to 'true', but in the examples it is assigned to 'on'. Who says the truth? Bo

javac debug option

2005-09-08 Thread Eduardo Yáñez Parareda
Hi all, Which is the value I have to assign to 'debug' option of javac task? Ant documentation of Core tasks (http://ant.apache.org/manual/index.html) says that debug may be assigned to 'true', but in the examples it is assigned to 'on'. Who says the truth? -- / Eduardo Yáñez Parareda / --