Reviewers: rdayal, rjrjr, Description: Add README step to use the Google Web Toolkit SDK in the gwt-user project so that users can run GWT tests.
Also, fixes duplicate step 2 in the README. Please review this at http://gwt-code-reviews.appspot.com/966802/show Affected files: M eclipse/README.txt Index: eclipse/README.txt =================================================================== --- eclipse/README.txt (revision 8971) +++ eclipse/README.txt (working copy) @@ -169,7 +169,12 @@ - DynaTable: uses RPC Then press the Finish button. -2) Dismiss the welcome tab if you are setting up an Eclipse workspace +2) Use the Google Web Toolkit SDK for your 'gwt-user' project. + + Right click the 'gwt-user' project and go to properties. Select + Google->Web Toolkit, and check the box for 'Use Google Web Toolkit'. + +3) Dismiss the welcome tab if you are setting up an Eclipse workspace for the first time. You should now have several new projects in your Eclipse workspace. @@ -183,7 +188,7 @@ Then refresh each project. -3) Finally, drop to the command line and build the project +4) Finally, drop to the command line and build the project using 'ant'. You may need to first download ant from the web: http://ant.apache.org/ @@ -241,7 +246,7 @@ Project->Preferences...->Projects Tab->Add... Add 'gwt-user' as a project dependency. -2) Create a new launch configuration +3) Create a new launch configuration Select the project in the tree on the left of the Main Window Open the Run... dialog -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
