Reviewers: rchandia,
Description:
Fixes some errors in the eclipse readme, and fixes some marker files.
Please review this at http://gwt-code-reviews.appspot.com/1553803/
Affected files:
M eclipse/README.txt
A samples/hello/war/WEB-INF/classes/marker
Index: eclipse/README.txt
===================================================================
--- eclipse/README.txt (revision 10645)
+++ eclipse/README.txt (working copy)
@@ -107,15 +107,23 @@
Select project 'gwt-user'
-Project->Preferences->Java Compiler->AnnotationProcessor
+Project->Properties->Java Compiler->AnnotationProcessor
- Check Enable project specific settings
- Check Enable annotation processing
-
-This adds a directory named '.apt-generated' to the source path.
+- Optional: check Enable processing in editor (for on-the-fly validation
of RequestFactory interfaces)
+
+Project->Properties->Java Compiler->AnnotationProcessor->Factory Path
+- Add Variable
+- Select GWT_TOOLS and click Extend
+- Select lib/requestfactory and the most recently dated
requestfactory-apt-YYYY-MM-DD.jar
+- Optional: deselect org.eclipse.jst.ws.annoations.core if eclipse has
added it, it can make eclipse sluggish
+
+This adds a directory named '.apt-generated' to the source path, and puts
on the APT factory path annotation processors required by the
RequestFactory unit tests
+
== Checkstyle ==
-Checkstyle is used to enforce good programming style.
+Checkstyle is used to enforce good programming style. Its use in Eclipse
is optional, since it is also run as part of the acceptance test suite.
1. Install Checkstyle version 4.4.3 (newer versions will not work)
@@ -156,7 +164,7 @@
Window->Preferences->Run/Debug->String Substitution->New...
Set the Name to "gwt_devjar".
-Set the Value to the approprate path for your install -- for example:
+Set the Value to the appropriate path for your install -- for example:
<path-to-trunk>\trunk\build\staging\gwt-0.0.0\gwt-dev.jar
<path-to-trunk>/trunk/build/staging/gwt-0.0.0/gwt-dev.jar
Description can be left blank.
Index: samples/hello/war/WEB-INF/classes/marker
===================================================================
--- samples/hello/war/WEB-INF/classes/marker (revision 0)
+++ samples/hello/war/WEB-INF/classes/marker (revision 0)
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors