Revision: 6931 Author: [email protected] Date: Mon Nov 16 14:53:46 2009 Log: Merge tr...@6930 into this branch.
svn merge --ignore-ancestry -c6930 https://google-web-toolkit.googlecode.com/svn/trunk/ . Patch by: amitmanjhi http://code.google.com/p/google-web-toolkit/source/detail?r=6931 Modified: /releases/2.0/branch-info.txt /releases/2.0/user/src/com/google/gwt/user/tools/README.txtsrc ======================================= --- /releases/2.0/branch-info.txt Mon Nov 16 13:33:45 2009 +++ /releases/2.0/branch-info.txt Mon Nov 16 14:53:46 2009 @@ -696,3 +696,7 @@ Fix thread safety issues in GwtLocaleFactoryImpl and LocaleUtils. svn merge --ignore-ancestry -c6926 \ https://google-web-toolkit.googlecode.com/svn/trunk/ . + +tr...@6930 was merged into this branch + Update the generated README.txt, created when the webAppCreator script is used. + svn merge --ignore-ancestry -c6930 https://google-web-toolkit.googlecode.com/svn/trunk/ . ======================================= --- /releases/2.0/user/src/com/google/gwt/user/tools/README.txtsrc Tue Oct 13 16:57:19 2009 +++ /releases/2.0/user/src/com/google/gwt/user/tools/README.txtsrc Mon Nov 16 14:53:46 2009 @@ -5,7 +5,7 @@ -- Option A: Import your project into Eclipse (recommended) -- If you use Eclipse, you can simply import the generated project into Eclipse. -We've tested against Eclipse 3.3 and 3.4. Later versions will likely also +We've tested against Eclipse 3.4 and 3.5. Later versions will likely also work, earlier versions may not. If the directory containing this file does not have a .classpath or .project @@ -24,17 +24,15 @@ You can now browse the project in Eclipse. -To launch your web app in GWT hosted mode, go to the Run menu and choose: +To launch your web app in GWT development mode, go to the Run menu and choose: Run -> Open Debug Dialog... Under Java Application, you should find a launch configuration named "@moduleShortName". Select and click "Debug". - You can now use the built-in debugger to debug your web app in hosted mode. - -To compile for web mode, just run your app in hosted mode and press the -"Compile/Browse" button. + You can now use the built-in debugger to debug your web app in development mode. + -- Option B: Build from the command line with Ant -- @@ -44,7 +42,7 @@ to work against Ant 1.7.1. The following assumes 'ant' is on your command line path. -To run hosted mode, just type 'ant hosted'. +To run development mode, just type 'ant devmode'. To compile your project for deployment, just type 'ant'. @@ -58,7 +56,7 @@ setup. If you go this route, be sure to: * Have your IDE build .class files into 'war/WEB-INF/classes'. -* Add gwt-user.jar and gwt-dev-<platform>.jar to your project build path. +* Add gwt-user.jar and gwt-dev.jar to your project build path. * When creating a launch configuration, add a classpath entry for your 'src' folder (this is somewhat unusual but GWT needs access to your source files). -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
