Re: ANT and symantec java compiler

2005-02-24 Thread Stefan Bodewig
On Thu, 24 Feb 2005, Ronen Mashal <[EMAIL PROTECTED]> wrote: >>Stefan Bodewig <[EMAIL PROTECTED]> wrote on 02/23/2005 04:22:05 PM: >> Is there any valid option to disable debugging in sj or does it >> simply mean don't pass -g at all? >> >> Stefan > > To specify no debugging -g has to be removed.

Re: ANT and symantec java compiler

2005-02-23 Thread Ronen Mashal
>Stefan Bodewig <[EMAIL PROTECTED]> wrote on 02/23/2005 04:22:05 PM: > On Tue, 22 Feb 2005, Ronen Mashal <[EMAIL PROTECTED]> wrote: > > > I need to compile a piece of code with SJ. > > I didn't it still exists. We kept it so customers that insist on using MS JVM instead of plugin will still be ab

Re: ANT and symantec java compiler

2005-02-23 Thread Stefan Bodewig
On Tue, 22 Feb 2005, Ronen Mashal <[EMAIL PROTECTED]> wrote: > I need to compile a piece of code with SJ. I didn't it still exists. > It works fine when I compile with debug information but when I set > debug="false" ANT puts "-g:none" on the command and this is not > valid for SJ. Is there any

ANT and symantec java compiler

2005-02-21 Thread Ronen Mashal
I need to compile a piece of code with SJ. It works fine when I compile with debug information but when I set debug="false" ANT puts "-g:none" on the command and this is not valid for SJ. Does anyone know how to fix/workaround this? Ronen.