Re: JCSC -- to be added as external Tool and Task

2002-11-24 Thread Stefan Bodewig
On Fri, 22 Nov 2002, Ralph Jocham <[EMAIL PROTECTED]> wrote: > the Ant external tools and task website states: > [...] If you've written something that should be > included, please post all relevant information to one > of the mailing lists. [...] > > I did that. JCSC (Java Coding Standard Checke

Re: can I change a system property?

2002-11-24 Thread Hari Kodungallur
every property (system property or otherwise) is "immutable" in Ant. That is once set anywhere in the project, its value does not change. But you could try passing the value on command line with -D rgds -Hari On Mon, 25 Nov 2002 Dmitry Macsema wrote : Is it possible to change a syste

can I change a system property?

2002-11-24 Thread Dmitry Macsema
Is it possible to change a system property? I tried , but it remains the same. I want to change java.ext.dirs property, so that my whole project would have access to jars in the extension dirs I specify. -- Best regards, Dmitry mailto:[E

Re: Re[4]: is command line input possible when running ?

2002-11-24 Thread Steve Schlaifer
On Thu, 21 Nov 2002, Jacob Kjome wrote: > > Ok, I tried running the command line app using > with the JVM non-forked, but now I get this exception: > > java.lang.IllegalAccessError: class > sun.reflect.GeneratedSerializationConstructorAccessor1 cannot access its > superclass sun.reflect.Serializa