Migrating from 2.0 to 2.1 version I found unexpected errors in the
compilation logs:

[ERROR] Errors in 'jar:file:/<skipped>/gwt-user-2.1.0.jar!/com/google/
gwt/validation/client/constraints/NotGwtCompatibleValidator.java'
[INFO]          [ERROR] Line 20: The import javax.validation cannot be
resolved
[INFO]          [ERROR] Line 21: The import javax.validation cannot be
resolved
[INFO]          [ERROR] Line 43: ConstraintValidator cannot be
resolved to a type
[INFO]          [ERROR] Line 51: ConstraintValidatorContext cannot be
resolved to a type
[INFO]       [ERROR] Errors in 'jar:file:/<skipped>/gwt-user/2.1.0/gwt-
user-2.1.0.jar!/com/google/gwt/validation/client/impl/
ConstraintDescriptorImpl.java'
[INFO]          [ERROR] Line 25: The import javax.validation cannot be
resolved
[INFO]          [ERROR] Line 26: The import javax.validation cannot be
resolved
[INFO]          [ERROR] Line 27: The import javax.validation cannot be
resolved
[INFO]          [ERROR] Line 35: ConstraintDescriptor cannot be
resolved to a type
[INFO]          [ERROR] Line 45: Payload cannot be resolved to a type
[INFO]          [ERROR] Line 46: ConstraintValidator cannot be
resolved to a type
[INFO]          [ERROR] Line 48: ConstraintDescriptor cannot be
resolved to a type
[INFO]          [ERROR] Line 55: Missing code implementation in the
compiler
[INFO]          [ERROR] Line 73: ConstraintDescriptor cannot be
resolved to a type
[INFO]          [ERROR] Line 74: Missing code implementation in the
compiler
[INFO]          [ERROR] Line 79: ConstraintValidator cannot be
resolved to a type
[INFO]          [ERROR] Line 80: Missing code implementation in the
compiler
[INFO]          [ERROR] Line 89: ConstraintValidator cannot be
resolved to a type
[INFO]          [ERROR] Line 90: ConstraintValidator cannot be
resolved to a type
[INFO]          [ERROR] Line 105: Payload cannot be resolved to a type
[INFO]          [ERROR] Line 106: Missing code implementation in the
compiler
[INFO]          [ERROR] Line 110: Payload cannot be resolved to a type
[INFO]          [ERROR] Line 111: The method setPayload(Set<Class<?
extends Payload>>) from the type ConstraintDescriptorImpl.Builder<T>
refers to the missing type Payload
[INFO]          [ERROR] Line 111: Payload cannot be resolved to a type
[INFO]          [ERROR] Line 127: Payload cannot be resolved to a type
[INFO]          [ERROR] Line 128: ConstraintValidator cannot be
resolved to a type
[INFO]          [ERROR] Line 130: ConstraintDescriptor cannot be
resolved to a type
[INFO]          [ERROR] Line 136: Payload cannot be resolved to a type
[INFO]          [ERROR] Line 137: ConstraintValidator cannot be
resolved to a type
[INFO]          [ERROR] Line 139: ConstraintDescriptor cannot be
resolved to a type
[INFO]          [ERROR] Line 144: Missing code implementation in the
compiler
[INFO]          [ERROR] Line 159: ConstraintDescriptor cannot be
resolved to a type
[INFO]          [ERROR] Line 160: Missing code implementation in the
compiler
[INFO]          [ERROR] Line 163: ConstraintValidator cannot be
resolved to a type
[INFO]          [ERROR] Line 164: Missing code implementation in the
compiler
[INFO]          [ERROR] Line 171: Payload cannot be resolved to a type
[INFO]          [ERROR] Line 172: Missing code implementation in the
compiler

Application works fine but there were not such errors while we had
used 2.0. Why it might happen?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to