Open mellson opened 9 years ago
I have the same problem with gwt 2.8 beta
Same problem with 2.7.0
has anybody found a solution / workaround for that issue?
Hi @andre77, besides we in our team do not have this problem (we startet with gwt-2.8.0 and now use gwt-2.8.2), I think you'd better switch to this fork: https://github.com/jiakuan/gwt-gradle-plugin, because there, the project is living. "steffenschaefer/gwt-gradle-plugin" project seems to be dead, because Steffen has lost interest or is busy elsewhere.
Hi @carlolf, thanks a lot for your reply. actually i've found a solution by using this library gwt-bean-validators no problems any more with the validation-api since i integrated the project
but independent of that, i will give the mentioned gwt-gradle-plugin a try, thanks again
Hi @carlolf, made some rafactorinigs to my project, i face again the issue described here now i'm using this gwt gradle plugin http://gwt-gradle-plugin.documentnode.io/ org.wisepersist:gwt-gradle-plugin:1.0.6
getting the error
Detected warnings related to 'com.google.gwt.editor.client.SimpleBeanEditorDriver'. Are validation-api-
.jar and validation-api- -sources.jar on the classpath?
the validation api is in my dependencies compile 'javax.validation:validation-api:2.0.0.Final'
sorry @andre77 , I am now complete out of GWT development. Since April I am a retired programmer :-)
I am having some problems getting the validation api to work correctly. The compiler does not seem to find them correctly.
I get the following error when I try to compile a gwt project:
I have tried to add the two jar files on the project like this
I have also tried to exchange the compile keyword with gwt, but I cannot get the warning to disappear.
My full build file can be seen here