Author: [email protected]
Date: Wed Mar  4 15:22:16 2009
New Revision: 4933

Modified:
    wiki/JavaSystemPropertiesAndGwt.wiki

Log:
Added gwt.nowarn.legacy.tools

Modified: wiki/JavaSystemPropertiesAndGwt.wiki
==============================================================================
--- wiki/JavaSystemPropertiesAndGwt.wiki        (original)
+++ wiki/JavaSystemPropertiesAndGwt.wiki        Wed Mar  4 15:22:16 2009
@@ -2,31 +2,32 @@
  #labels Phase-Deploy

  == Global ==
-|| *gwt.nowarn.metadata* || Prevents generators from warning about old  
Javadoc annotations ||
  || *gwt.devjar* || Overrides the computed GWT installation directory ||
+|| *gwt.nowarn.legacy.tools* || Suppress warning for using deprecated  
tools ||
+|| *gwt.nowarn.metadata* || Suppress generator warnings about old Javadoc  
annotations ||
  || *gwt.perflog* || Turns on performance logging ||
  || ~~gwt.useTreeLogger~~ || "Loggers" class, appears to be unused ||
  || ~~gwt.logLevel~~ || "Loggers" class, appears to be unused ||

  == Compiler ==
-|| *gwt.jjs.javaArgs* || Parallel compiles: overrides the JVM args passed  
to a subprocess |
+|| *gwt.jjs.javaArgs* || Parallel compiles: overrides the JVM args passed  
to a subprocess ||
  || *gwt.jjs.javaCommand* || Parallel compiles: overrides the command used  
to start a new JVM ||
  || *gwt.jjs.maxThreads* || Parallel compiles: the maximum number of  
in-process threads that will be used (defaults to 1) ||
  || *gwt.jjs.permutationWorkerFactory* || Parallel compiles: sets the list  
of PWF implementors (think of this as parallelization strategies) ||
  || *gwt.jjs.traceMethods* || Print debugging information about how the  
compiler optimizes ||

-Shell:
+== Shell ==
  || *gwt.browser.default* || Sets the external browser to run, but  
superceded by GWT_EXTERNAL_BROWSER environment variable ||
  || *gwt.shell.endquick* || Hosted mode main window will close without  
prompting even when browser windows are open ||
  || ~~catalina.base~~ || With legacy GWTShell, set the Tomcat directory ||

-CheckForUpdates:
+== !CheckForUpdates ==
  || *gwt.debugLowLevelHttpGet* || Log debugging information  ||
  || *gwt.forceVersionCheckNonNative* || Windows only: use the pure Java  
implementation ||
  || *gwt.forceVersionCheckURL* || Version check on a specific URL instead  
of the hardcoded one ||
  || *gwt.prefsPathName* || Use a different user-prefs node to record  
version check info ||

-JUnit:
+== JUnit ==
  || *gwt.args* || Pass in a set of arguments to JUnitShell ||
  || ~~gwt.hybrid~~ || Deprecated: use -web in gwt.args ||
-|| *com.google.gwt.junit.reportPath* || Specify where Benchmark reports  
get written to ||
+|| *com.google.gwt.junit.reportPath* || Specify where Benchmark reports  
get written to ||
\ No newline at end of file

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

Reply via email to