| To make eclipse go: |
| |
| * Set svn or git or whatever to exclude the following: |
| |
| .settings |
| .classpath |
| .project |
| bin |
| build |
| classes |
| com.google.gwt.* |
| eclipse-trunk |
| bikeshed/war/expenses |
| bikeshed/war/stocks |
| bikeshed/war/tree |
| |
| * Install the Google Plugin for Eclipse |
| * Import bikeshed as a new Java project with existing source |
| * Bring up the project properties and find the Google settings, and turn on AppEngine and WebKit |
| * Copy tools/redist/json/r2_20080312/json.jar to bikeshed/war/WEB_INF/lib |
| * Right click on the bikeshed project and choose Run as > Web Application. Choose from the various .html files |
| |