I just tried out to compile the DynatableRf example and it seems that the
same problem occurs and there. Here is the full build information:
DynaTableRf$ ant gwtc
Buildfile: build.xml
libs:
[copy] Copying 1 file to
/home/matrix/workspaces/build/gwt-trunk/build/dist/gwt-0.0.0/samples/DynaTableRf/war/WEB-INF/lib
[copy] Copying 1 file to
/home/matrix/workspaces/build/gwt-trunk/build/dist/gwt-0.0.0/samples/DynaTableRf/war/WEB-INF/lib
javac:
[copy] Copying 13 files to
/home/matrix/workspaces/build/gwt-trunk/build/dist/gwt-0.0.0/samples/DynaTableRf/war/WEB-INF/classes
gwtc:
[java] Compiling module com.google.gwt.sample.dynatablerf.DynaTableRf
[java] Validating newly compiled units
[java] [ERROR] Errors in
'jar:file:/home/matrix/workspaces/build/gwt-trunk/build/dist/gwt-0.0.0/gwt-user.jar!/com/google/gwt/editor/client/SimpleBeanEditorDriver.java'
[java] [ERROR] Line 105: No source code is available for type
javax.validation.ConstraintViolation<T>; did you forget to inherit a
required module?
[java] [ERROR] Errors in
'jar:file:/home/matrix/workspaces/build/gwt-trunk/build/dist/gwt-0.0.0/gwt-user.jar!/com/google/gwt/editor/client/impl/AbstractSimpleBeanEditorDriver.java'
[java] [ERROR] Line 80: No source code is available for type
javax.validation.ConstraintViolation<T>; did you forget to inherit a
required module?
[java] [ERROR] Errors in
'jar:file:/home/matrix/workspaces/build/gwt-trunk/build/dist/gwt-0.0.0/gwt-user.jar!/com/google/gwt/editor/client/impl/SimpleViolation.java'
[java] [ERROR] Line 36: No source code is available for type
javax.validation.ConstraintViolation<T>; did you forget to inherit a
required module?
[java] [ERROR] Errors in
'jar:file:/home/matrix/workspaces/build/gwt-trunk/build/dist/gwt-0.0.0/gwt-user.jar!/com/google/gwt/editor/client/testing/MockSimpleBeanEditorDriver.java'
[java] [ERROR] Line 101: No source code is available for type
javax.validation.ConstraintViolation<T>; did you forget to inherit a
required module?
[java] [ERROR] Errors in
'jar:file:/home/matrix/workspaces/build/gwt-trunk/build/dist/gwt-0.0.0/gwt-user.jar!/com/google/gwt/requestfactory/client/RequestFactoryEditorDriver.java'
[java] [ERROR] Line 160: No source code is available for type
javax.validation.ConstraintViolation<T>; did you forget to inherit a
required module?
[java] [ERROR] Errors in
'jar:file:/home/matrix/workspaces/build/gwt-trunk/build/dist/gwt-0.0.0/gwt-user.jar!/com/google/gwt/requestfactory/client/impl/AbstractRequestFactoryEditorDriver.java'
[java] [ERROR] Line 207: No source code is available for type
javax.validation.ConstraintViolation<T>; did you forget to inherit a
required module?
[java] [ERROR] Errors in
'jar:file:/home/matrix/workspaces/build/gwt-trunk/build/dist/gwt-0.0.0/gwt-user.jar!/com/google/gwt/requestfactory/client/testing/MockRequestFactoryEditorDriver.java'
[java] [ERROR] Line 155: No source code is available for type
javax.validation.ConstraintViolation<T>; did you forget to inherit a
required module?
[java] [ERROR] Errors in
'jar:file:/home/matrix/workspaces/build/gwt-trunk/build/dist/gwt-0.0.0/gwt-user.jar!/com/google/gwt/validation/client/AbstractGwtValidatorFactory.java'
I was wrong that all GWT tests are passing. The EmulTestSuite is failing.
[junit] Tests run: 1169, Failures: 2, Errors: 1, Time elapsed: 540.53 sec
[junit] Test com.google.gwt.emultest.EmulSuite FAILED
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.