Try this google search for the error message:

http://www.google.com/search?q=The+import+javax.validation.ConstraintValidator+cannot+be+resolved

The first result it returns is a thread in this group with suggestions
for making it work.

On Mar 22, 6:30 pm, Blaze <baze...@gmail.com> wrote:
> Hi,
>
> I get this error while comiling to JS
>
>  [ERROR] Errors in 'jar:file:/D:/Development/GoogleWebTolkit/gwt-2.4.0/
> gwt-user.jar!/com/google/gwt/validation/client/constraints/
> FutureValidatorForDate.java'
>      [java]       [ERROR] Line 20:  The import
> javax.validation.ConstraintValidator cannot be resolved
>      [java]       [ERROR] Line 21:  The import
> javax.validation.ConstraintValidatorContext cannot be resolved
>      [java]       [ERROR] Line 22:  The import
> javax.validation.constraints.Future cannot be resolved
>      [java]       [ERROR] Line 32:  ConstraintValidator cannot be
> resolved to a type
>      [java]       [ERROR] Line 32:  Future cannot be resolved to a
> type
>      [java]       [ERROR] Line 34:  Future cannot be resolved to a
> type
>      [java]       [ERROR] Line 37:  ConstraintValidatorContext cannot
> be resolved to a type
>      [java]    [ERROR] Cannot proceed due to previous errors
>
> all works fine in dev mode..
>
> any idea, do I make in some file bz mustake import of
> FutureValidatorForDate, I check for this in most of the files
> I cant find any import of this class...
>
> tnx

-- 
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-toolkit@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