Author: [email protected]
Date: Wed Mar 4 14:10:21 2009
New Revision: 4929
Added:
wiki/JavaSystemPropertiesAndGwt.wiki
Log:
Documenting all of the System properties GWT cares about.
Added: wiki/JavaSystemPropertiesAndGwt.wiki
==============================================================================
--- (empty file)
+++ wiki/JavaSystemPropertiesAndGwt.wiki Wed Mar 4 14:10:21 2009
@@ -0,0 +1,32 @@
+#summary List and description of the Java System properties GWT cares
about.
+#labels Phase-Deploy
+
+== Global ==
+|| *gwt.nowarn.metadata* || Prevents generators from warning about old
Javadoc annotations ||
+|| *gwt.devjar* || Overrides the computed GWT installation directory ||
+|| *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.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:
+|| *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:
+|| *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:
+|| *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 ||
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---