I've been following the instructions here http://code.google.com/p/google-web-toolkit/wiki/RequestFactoryInterfaceValidation
However, I have a few questions. I'm using Eclipse Indigo.
1. In the IDE configuration section of that tutorial, it says to add the requestfactory-apt.jar to the factory path. By default, I already have a requestfactory-apt.jar there when I create a new app engine connected android project.
It is here: D:\Eclipse\eclipse-java-indigo-SR2-win32-x86_64\eclipse\plugins\com.google.gwt.eclipse.sdkbundle_2.4.0.v201205091048-rel-r37\gwt-2.4.0
But I also found one here: D:\Eclipse\gwt-2.4.0\gwt-2.4.0
Which do I choose?
2. I'm trying to use the given recipe to run the validation tool. I right clicked the android project->configure->convert to maven project in order to get a POM.xml. Was that the correct way to get a POM.xml? Do I also need to convert the app engine project to maven?
3. To where in the POM file do I copy paste the given recipe? I copy pasted it right before the '' at the end of the POM file. Was this the correct spot?
4. How do I know when the validation tool has ran successfully?
THANK YOU!!