Hi, I am trying to get rid of warnings generated in my GWT project during the compilation phase. Following is the warning that I get:
[INFO] Compiling module com.polyspot.admin.webapp.AdminWebApp [INFO] Ignored 15 units with compilation errors in first pass. [INFO] Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors. [INFO] Computing all possible rebind results for 'com.google.gwt.useragent.client.UserAgentAsserter' [INFO] Rebinding com.google.gwt.useragent.client.UserAgentAsserter [INFO] Checking rule <generate-with class= 'com.google.gwt.validation.rebind.ValidatorGenerator'/> [INFO] [WARN] Detected warnings related to 'javax.validation.Validator'. Are validation-api-<version>.jar and validation-api-<version>-sources.jar on the classpath? [INFO] Specify -logLevel DEBUG to see all errors. [INFO] [WARN] Unknown type 'javax.validation.Validator' specified in deferred binding rule I have the validation-api-<version>.jar and validation-api-<version>-sources.jar in my classpath. Does anyone has any idea on how to get rid of this warning? Thanks -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
