Revision: 6930
Author: amitman...@google.com
Date: Mon Nov 16 14:42:51 2009
Log: Patch to update the generated README.txt, created when using the  
webAppCreator
script

Suggestion by: bruce
Patch by: amitmanjhi
Review by: rjrjr (desk review)


http://code.google.com/p/google-web-toolkit/source/detail?r=6930

Modified:
  /trunk/user/src/com/google/gwt/user/tools/README.txtsrc

=======================================
--- /trunk/user/src/com/google/gwt/user/tools/README.txtsrc     Tue Oct 13  
16:57:19 2009
+++ /trunk/user/src/com/google/gwt/user/tools/README.txtsrc     Mon Nov 16  
14:42:51 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

Reply via email to