The 2.4.0 RC1 SDK distribution doesn't have a requestfactory-apt.jar Does that mean I have to checkout the 2.4.0 RC1 source and build the TOOLS myself in order to get this jar?
On Aug 25, 10:37 am, Thomas Broyer <[email protected]> wrote: > Seehttp://code.google.com/p/google-web-toolkit/wiki/RequestFactoryInterf... > In 2.4 the annotation processor is already there (called RfApt, living in > requestfactory-apt.jar; note that there's no ValidationTool in 2.4 though), > so you have to compile your proxies with the RfApt in the classpath > (provided you use Java 6 at a minimum) or use the 'apt' tool from the > command line to process your source files (or activate annotation processing > in Eclipse, and add requestfactory-apt.jar to the list of annotation > processors). -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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.
