Friday, March 28, 2014

Re: RequestFactory Validation Tool

[+cc google-web-toolkit@googlegroups]

If Eclipse (and m2e-apt) is correctly configured to do the annotation processing, and doesn't fail at doing it, then yes you should be able to use a "pure Eclipse" workflow, with no need to invoke Maven.


On Fri, Mar 28, 2014 at 1:28 PM, joris <datkenwel@hotmail.com> wrote:
Is it, when i have done your modifications, possible to run my application with only doing Project - clean -build? or do i still have to do a maven build (goal package)?
 
Thanks..

 

Date: Fri, 28 Mar 2014 03:30:44 -0700
From: t.broyer@gmail.com
To: google-web-toolkit@googlegroups.com
CC: Google-Web-Toolkit@googlegroups.com; datkenwel@hotmail.com
Subject: Re: RequestFactory Validation Tool

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!




--
Thomas Broyer
/tɔ.ma.bʁwa.je/

--
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+unsubscribe@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.

No comments:

Post a Comment