hi,
I am using GWT SDK 2.3.0 + gwt-validation-2.0-preview-r255 (no maven)
I' ve followed the specifications below (with some changes) in order
to configure my GWT project to use GWT Validation Framework:
http://code.google.com/p/gwt-validation/wiki/GWT_Validation_2_0
Changes:
1. I replaced google-colelctions with guava.
2. I added javassist; otherwise the compilation would fail with:
[ERROR] Unexpected java.lang.NoClassDefFoundError: javassist/bytecode/
ClassFile
When I start the compilation process the following error is thrown:
ERROR org.reflections.Reflections - could not create Vfs.Dir from
url. .......
After the above error is encountered, the permutations are generated
and the compilation completes successfully.
When I run the code where the validations take place the following
error is encountered:
ERROR org.reflections.Reflections - could not create Vfs.Dir from url.
ignoring the exception and continuing
org.reflections.ReflectionsException: could not create Dir using
org.reflections.vfs.Vfs$DefaultUrlTypes$1 from url file:/C:/Program
%20Files/eclipse-jee-indigo-win32-x86_64/plugins/
com.google.appengine.eclipse.sdkbundle_1.5.2.r37v201107211953/
appengine-java-sdk-1.5.2/lib/shared/jsp-api.jar
Is there a patch available for this issue or is under development?
Thank you,
bogdan.