I haven't used RF with IntelliJ yet, but have you configured IntelliJ to Make the project automatically (Settings -> Compiler -> use external build -> make automatically)? This should re-run the RF validation tool as soon as you modify any file. If you dont want that you can re-run annotation processors using the Build menu or context menu (-> Process '<name'> annotations).
In addition, in you run configuration you could add custom applications that should be executed before IntelliJ's 'make' when launching DevMode. -- J. Am Mittwoch, 9. Januar 2013 14:40:27 UTC+1 schrieb Christien Lomax: > > We've managed to get this working in a non-automatic way by manually > triggering the compile of GWT via intellij's Maven integration window, this > is NOT optimal, as it requires the developer to remember to do this step > manually. apparently, you can also specify that gwt:compile be run > before each launch too... I figure there should be some automated way of > updating the Validation ??? no? > > > <https://lh6.googleusercontent.com/-zcFsqiQk7k0/UO1zBAuEM7I/AAAAAAAAAL8/tFs0-_oMf2o/s1600/Capture4.PNG> > > Other than this issue, IntelliJ has been excellent. no more fussing with > plugins or m2e, plus it seems to crash a whole lot less (read: not once > yet). > > > On Tuesday, 8 January 2013 11:24:18 UTC-4, Christien Lomax wrote: >> >> Just wondering if anyone else is getting this issue or has run into this >> issue (re: "The RequestFactory ValidationTool must be run") while using >> IntelliJ IDEA (ver 12, ultimate). We are currently exploring moving from >> Eclipse to IntelliJ and this is our last stumbling block. >> >> Run Configuration: >> >> >> <https://lh6.googleusercontent.com/-hyN3dWmrMvE/UOw4q3G6k8I/AAAAAAAAALc/IpYJ0a-WTZ4/s1600/Capture1.PNG> >> >> Artifiact Settings in Module Config >> >> >> <https://lh5.googleusercontent.com/-WUxFluViwyA/UOw5Eq0CihI/AAAAAAAAALk/IVlrtIZ2MhY/s1600/Capture2.PNG> >> >> Annotation Processor settings: >> >> >> <https://lh4.googleusercontent.com/-1m6mgsS8e94/UOw5jokBb6I/AAAAAAAAALs/mQKGAyY17lg/s1600/Capture3.PNG> >> >> >> Let me know if there are any specific config items you wish to see that >> aren't included above... We've been stuck on this for a couple days now. >> >> PS: Please don't ask WHY the move from Eclipse to IDEA, we can have that >> discussion in another forum. >> > -- 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/-/UuPaEQJuMlgJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
