google-code-export / gwt-test-utils

Automatically exported from code.google.com/p/gwt-test-utils
1 stars 0 forks source link

java.lang.NoSuchFieldError: NULL #136

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Running ant task to run test from command line

What is the expected output? What do you see instead?
I expected success but got the following stack trace:

initializationError0    Error   NULL 

java.lang.NoSuchFieldError: NULL
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at 
com.googlecode.gwt.test.internal.runner.AbstractGwtRunnerFactory.newInstance(Abs
tractGwtRunnerFactory.java:56)
at 
com.googlecode.gwt.test.internal.runner.AbstractGwtRunnerFactory.create(Abstract
GwtRunnerFactory.java:32)
at 
com.googlecode.gwt.test.internal.runner.AbstractGwtRunner.<init>(AbstractGwtRunn
er.java:24)
at com.googlecode.gwt.test.GwtRunner.<init>(GwtRunner.java:19)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)

What version of the product are you using? On what operating system?
I'm using the latest version on Ubuntu 11.10 32-bit

Please provide any additional information below.
I follow the steps exactly as stated. Do I need to do some extra configuration?

Original issue reported on code.google.com by tdespe...@gmail.com on 6 Apr 2012 at 5:44

GoogleCodeExporter commented 9 years ago
This seems to be a Junit related error : are you sure you have a junit-XXX.jar 
in your classpath ? which version is it ?

Original comment by gael.laz...@gmail.com on 9 Apr 2012 at 8:07

GoogleCodeExporter commented 9 years ago
Yes it was there but the wrong minimum version. I've updated it and that error 
is gone.

Original comment by tdespe...@gmail.com on 9 Apr 2012 at 1:49

GoogleCodeExporter commented 9 years ago
great :)

Original comment by gael.laz...@gmail.com on 9 Apr 2012 at 2:09

GoogleCodeExporter commented 9 years ago

Original comment by gael.laz...@gmail.com on 9 Apr 2012 at 2:09