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
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
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
> >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?
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
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 /
--