Revision: 7050
Author: br...@google.com
Date: Thu Nov 19 19:49:52 2009
Log: Makes the -remoteUI flag undocumented. Cleans up the help text a  
little for a variety of flags.

Change by: bruce
Review by: spoon (TBR)


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

Modified:
  /trunk/dev/core/src/com/google/gwt/dev/DevModeBase.java
   
/trunk/dev/core/src/com/google/gwt/dev/util/arg/ArgHandlerCompileReport.java
   
/trunk/dev/core/src/com/google/gwt/dev/util/arg/ArgHandlerEnableAssertions.java
  /trunk/dev/core/src/com/google/gwt/dev/util/arg/ArgHandlerExtraDir.java
  /trunk/dev/core/src/com/google/gwt/dev/util/arg/ArgHandlerGenDir.java
  /trunk/dev/core/src/com/google/gwt/dev/util/arg/ArgHandlerLocalWorkers.java
   
/trunk/dev/core/src/com/google/gwt/dev/util/arg/ArgHandlerTreeLoggerFlag.java
  /trunk/dev/core/src/com/google/gwt/dev/util/arg/ArgHandlerWarDir.java
   
/trunk/dev/core/src/com/google/gwt/dev/util/arg/ArgHandlerWorkDirOptional.java

=======================================
--- /trunk/dev/core/src/com/google/gwt/dev/DevModeBase.java     Thu Nov 19  
14:35:03 2009
+++ /trunk/dev/core/src/com/google/gwt/dev/DevModeBase.java     Thu Nov 19  
19:49:52 2009
@@ -315,6 +315,11 @@
      public String[] getTagArgs() {
        return new String[] {"port-number:client-id-string |  
host-string:port-number:client-id-string"};
      }
+
+    @Override
+    public boolean isUndocumented() {
+      return true;
+    }

      @Override
      public boolean setString(String str) {
=======================================
---  
/trunk/dev/core/src/com/google/gwt/dev/util/arg/ArgHandlerCompileReport.java    
 
Wed Oct 28 09:10:53 2009
+++  
/trunk/dev/core/src/com/google/gwt/dev/util/arg/ArgHandlerCompileReport.java    
 
Thu Nov 19 19:49:52 2009
@@ -30,7 +30,7 @@

    @Override
    public String getPurpose() {
-    return "Enable Compile Report (Story of Your Compile)";
+    return "Create a compile report that tells the Story of Your Compile";
    }

    @Override
=======================================
---  
/trunk/dev/core/src/com/google/gwt/dev/util/arg/ArgHandlerEnableAssertions.java 
 
Tue Oct 13 16:57:19 2009
+++  
/trunk/dev/core/src/com/google/gwt/dev/util/arg/ArgHandlerEnableAssertions.java 
 
Thu Nov 19 19:49:52 2009
@@ -30,7 +30,7 @@

    @Override
    public String getPurpose() {
-    return "Debugging: causes the compiled output to check assert  
statements.";
+    return "Debugging: causes the compiled output to check assert  
statements";
    }

    @Override
=======================================
--- /trunk/dev/core/src/com/google/gwt/dev/util/arg/ArgHandlerExtraDir.java     
 
Thu Nov 20 14:17:44 2008
+++ /trunk/dev/core/src/com/google/gwt/dev/util/arg/ArgHandlerExtraDir.java     
 
Thu Nov 19 19:49:52 2009
@@ -33,7 +33,7 @@
    }

    public String getPurpose() {
-    return "The directory into which extra, non-deployed files will be  
written";
+    return "The directory into which extra files, not intended for  
deployment, will be written";
    }

    public String getTag() {
=======================================
--- /trunk/dev/core/src/com/google/gwt/dev/util/arg/ArgHandlerGenDir.java       
 
Tue Oct 28 11:27:54 2008
+++ /trunk/dev/core/src/com/google/gwt/dev/util/arg/ArgHandlerGenDir.java       
 
Thu Nov 19 19:49:52 2009
@@ -31,7 +31,7 @@
    }

    public String getPurpose() {
-    return "The directory into which generated files will be written for  
review";
+    return "Debugging: causes normally-transient generated types to be  
saved in the specified directory";
    }

    public String getTag() {
=======================================
---  
/trunk/dev/core/src/com/google/gwt/dev/util/arg/ArgHandlerLocalWorkers.java     
 
Tue Jul 28 12:15:21 2009
+++  
/trunk/dev/core/src/com/google/gwt/dev/util/arg/ArgHandlerLocalWorkers.java     
 
Thu Nov 19 19:49:52 2009
@@ -37,7 +37,7 @@

    @Override
    public String getPurpose() {
-    return "Specifies the number of local workers to use when compiling  
permutations";
+    return "The number of local workers to use when compiling  
permutations";
    }

    @Override
=======================================
---  
/trunk/dev/core/src/com/google/gwt/dev/util/arg/ArgHandlerTreeLoggerFlag.java   
 
Tue Oct 28 11:27:54 2008
+++  
/trunk/dev/core/src/com/google/gwt/dev/util/arg/ArgHandlerTreeLoggerFlag.java   
 
Thu Nov 19 19:49:52 2009
@@ -35,6 +35,11 @@
    public String getTag() {
      return "-treeLogger";
    }
+
+  @Override
+  public boolean isUndocumented() {
+    return true;
+  }

    public boolean setFlag() {
      option.setUseGuiLogger(true);
=======================================
--- /trunk/dev/core/src/com/google/gwt/dev/util/arg/ArgHandlerWarDir.java       
 
Tue Dec 23 16:45:21 2008
+++ /trunk/dev/core/src/com/google/gwt/dev/util/arg/ArgHandlerWarDir.java       
 
Thu Nov 19 19:49:52 2009
@@ -35,7 +35,7 @@
    }

    public String getPurpose() {
-    return "The war directory to write output files into (defaults to  
war)";
+    return "The directory into which deployable output files will be  
written (defaults to 'war')";
    }

    public String getTag() {
=======================================
---  
/trunk/dev/core/src/com/google/gwt/dev/util/arg/ArgHandlerWorkDirOptional.java  
 
Tue Oct 13 16:57:19 2009
+++  
/trunk/dev/core/src/com/google/gwt/dev/util/arg/ArgHandlerWorkDirOptional.java  
 
Thu Nov 19 19:49:52 2009
@@ -31,7 +31,7 @@
    }

    public String getPurpose() {
-    return "The compiler work directory (must be writeable; defaults to a  
system temp dir)";
+    return "The compiler's working directory for internal use (must be  
writeable; defaults to a system temp dir)";
    }

    public String getTag() {

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to