Reviewers: Ray Ryan,

Description:
Configure the logging level to not show the warning by default.

Patch by: amitmanjhi
Review by: rjrjr (tbr)


Please review this at http://gwt-code-reviews.appspot.com/495803/show

Affected files:
  M trunk/bikeshed/scripts/dataPopulator


Index: trunk/bikeshed/scripts/dataPopulator
===================================================================
--- trunk/bikeshed/scripts/dataPopulator        (revision 8094)
+++ trunk/bikeshed/scripts/dataPopulator        (working copy)
@@ -27,4 +27,6 @@
NEW_CLASSPATH=$MAVEN_REPO/com/google/gwt/gwt-${i}/2.0.999/gwt-${i}-2.0.999.jar:$NEW_CLASSPATH
 done

-java -cp $NEW_CLASSPATH com.google.gwt.requestfactory.server.SampleDataPopulator "$@" +java -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog\
+     -Dorg.apache.commons.logging.simplelog.defaultlog=ERROR\
+ -cp $NEW_CLASSPATH com.google.gwt.requestfactory.server.SampleDataPopulator "$@"


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

Reply via email to