Re: Maven + Eclipse + RequestFactory validation tool: Duplicate class error

2011-10-27 Thread Thomas Broyer
If maven-compiler-plugin executes the validation tool, then you don't need to call it explicitly using the exec-maven-plugin. You'd have to configure Eclipse manually though. Or you could disable annotation processing in the maven-compiler-plugin and run the ValidationTool using the exec-maven-p

Re: Maven + Eclipse + RequestFactory validation tool: Duplicate class error

2011-10-27 Thread Patrick Julien
Probably, you're always free to write a ticket to the gwt team -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/GunUBGXUIW8J. To post to this gro

Re: Maven + Eclipse + RequestFactory validation tool: Duplicate class error

2011-10-27 Thread Tiago
Ha, amazing! Thank you Patrick for the fast and precise answer! Shouldn't that doc page I linked in the OP be updated? Best regards, Tiago. On Oct 27, 3:43 pm, Patrick Julien wrote: > only include generated-sources/apt in your maven build > using build-helper-maven-plugin > > >       >      

Re: Maven + Eclipse + RequestFactory validation tool: Duplicate class error

2011-10-27 Thread Patrick Julien
only include generated-sources/apt in your maven build using build-helper-maven-plugin org.codehaus.mojo build-helper-maven-plugin 1.7 add-source generate-sources add-source

Maven + Eclipse + RequestFactory validation tool: Duplicate class error

2011-10-27 Thread Tiago Rinck Caveden
Hello all, I migrated to GWT 2.4.0 and one of the first errors I got concerned the RequestFactory validation tool that needed to be run before launching the server. As I'm using Maven, I followed the instructions available here: http://code.google.com/p/google-web-toolkit/wiki/RequestFactoryInterf