Re: Error while compiling gwt module ?.

2011-08-23 Thread Xybrek
Looks like you have forgotten to inherit a required module? Skimming to the error I can see: No source code is available for type ValidatorFactory; did you forget to inherit a required module? On Tuesday, 23 August, 2011 01:28 PM, suresh babu wrote: Hi, I am using *Gwt 2.3.0* and Eclipse

Re: Error while compiling gwt module ?.

2011-08-23 Thread Alexander Orlov
Putting *inherits name=javax.validation.Validation/* into your *.gwt.xml might solve the problem. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Error while compiling gwt module ?.

2011-08-23 Thread suresh babu
Even after adding inherits name=javax.validation.Validation/ in gwt.xml it shows same error. On Tue, Aug 23, 2011 at 5:16 PM, Alexander Orlov alexander.or...@loxal.netwrote: Putting *inherits name=javax.validation.Validation/* into your *.gwt.xml might solve the problem. -- You

Re: Error while compiling gwt module ?.

2011-08-23 Thread Alexander Orlov
On Tue, Aug 23, 2011 at 3:08 PM, suresh babu sureshgbab...@gmail.comwrote: Even after adding inherits name=javax.validation.Validation/ in gwt.xml it shows same error. Are validation-api-*.jar and validation-api-*-sources.jar in your classpath? -- You received this message because you are

Re: Error while compiling gwt module ?.

2011-08-23 Thread suresh babu
Thanks for the reply, now this issue is solved by adding validation-api-1.0.0.GA.jar, validation-api-1.0.0.GA-sources.jar in class path. This jar is available in gwt-2.3.0. But I don't known where this jar is used. On Tue, Aug 23, 2011 at 6:42 PM, Alexander Orlov

Re: Error while compiling gwt module ?.

2011-08-23 Thread Alexander Orlov
On Tue, Aug 23, 2011 at 4:03 PM, suresh babu sureshgbab...@gmail.comwrote: But I don't known where this jar is used. It's a dependency for some *CellWidgets*. You should be able to compile your code without this dependency using GWT 2.4-rc1. -- You received this message because you are

Re: Error while compiling gwt module ?.

2011-08-23 Thread Thomas Broyer
It's a direct dependency of EditorDriver, and the errors made it clear: [ERROR] Errors in 'jar:file:/D:/suresh/gwt-2.3.0/gwt-user.jar!/com/google/gwt/editor/client/EditorDriver.java' [ERROR] Line 20: The import javax.validation.ConstraintViolation cannot be resolved

Re: Error while compiling gwt module ?.

2011-08-23 Thread geert3
Those errors aren't fatal. I know they look scary but as long as the compile doesn't abort, you may just as well see them as warnings or plain ignore them. They're caused by code that is eventually pruned as dead code, and as a result it doesn't prevent the compile from succeeding. -- You

Error while compiling gwt module ?.

2011-08-22 Thread suresh babu
Hi, I am using *Gwt 2.3.0* and Eclipse Version: 3.6.1 IDE, when I try to compile my module I am getting following error: Compiling module com.veersoft.gwt.AgeingReport Validating newly compiled units [ERROR] Errors in