Eclipse (thus STS) is quite bad at annotation processing. It regularly 
fails (forcing you to disable and re-enable it, and/or change the output 
folder and changing it back again).
Try using the maven-processor-plugin (and configure maven-compiler-plugin 
with <proc>none</proc>) and configure m2e-apt to delegate to the plugin (or 
manually run Maven generate-sources)

On Thursday, March 27, 2014 6:57:51 PM UTC+1, joja wrote:
>
> Hello, 
> I have a question: Is it necessary to do a maven build (package) in Spring 
> Tool Suite in order to run the RequestFactory Validation Tool 
> to validate the GWT ProxyForName and ServiceName annotations? 
>
> Without only  doing a Project - clean - build I get this error: 
>  "RequestFactory Validation Tool must be run..." 
>
> anybody knows how to fix this ????????????? 
>
> I followed: 
>
> http://code.google.com/p/google-web-toolkit/wiki/RequestFactoryInterfaceValidation
>  
> but this is not enough... 
>
> 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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to