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