-
Notifications
You must be signed in to change notification settings - Fork 45
Validation api on classpath? #91
Comments
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. but independent of that, i will give the mentioned gwt-gradle-plugin a try, thanks again |
Hi @carlolf, getting the error
the validation api is in my dependencies |
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
The text was updated successfully, but these errors were encountered: