I've already set-up the gwt project in Intellij, excluding the super 
sources, and I can compile with success.
But some testcases I can run from the IDE without any problem. Others, 
there's a classpath problem.
See this log:

Tracing compile failure path for type 
'org.hibernate.jsr303.tck.tests.constraints.application.ValidationRequirementGwtTest'
   [ERROR] Errors in 
'file:/home/reinert/gwt/trunk/user/test/org/hibernate/jsr303/tck/tests/constraints/application/ValidationRequirementGwtTest.java'
      [ERROR] 
org.hibernate.jsr303.tck.tests.constraints.application.ValidationRequirementTest
 
cannot be resolved to a type
   [ERROR] Errors in 
'org/hibernate/jsr303/tck/tests/constraints/application/ValidationRequirementTest.java'
      [ERROR] Line 45: No source code is available for type 
org.jboss.testharness.AbstractTest; did you forget to inherit a required 
module?
      [ERROR] Line 59: No source code is available for type 
org.hibernate.jsr303.tck.util.TestUtil; did you forget to inherit a 
required module?

com.google.gwt.junit.JUnitFatalLaunchException: The test class 
'org.hibernate.jsr303.tck.tests.constraints.application.ValidationRequirementGwtTest'
 
had compile errors; check log for details
...

I've already tried many things to add these missing classes to the path of 
the running test, but I had no success.
Has anyone solved a problem like that?

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/ae462ba7-fb22-4e47-9167-6cc74d5d4006%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to