Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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!!

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.