Revision: 8036
Author: [email protected]
Date: Tue May 4 07:54:20 2010
Log: Rollback of issue 438801 (Implement GWT logging)
Seems to be causing an error with computePropValue
http://code.google.com/p/google-web-toolkit/source/detail?r=8036
Deleted:
/branches/2.1/user/src/com/google/gwt/logging
/branches/2.1/user/super/com/google/gwt/emul/java/util/logging
Modified:
/branches/2.1/bikeshed/src/com/google/gwt/sample/expenses/gwt/ExpensesCommon.gwt.xml
/branches/2.1/dev/core/src/com/google/gwt/dev/shell/ModuleSpace.java
/branches/2.1/user/super/com/google/gwt/emul/Emulation.gwt.xml
=======================================
---
/branches/2.1/bikeshed/src/com/google/gwt/sample/expenses/gwt/ExpensesCommon.gwt.xml
Tue May 4 04:39:38 2010
+++
/branches/2.1/bikeshed/src/com/google/gwt/sample/expenses/gwt/ExpensesCommon.gwt.xml
Tue May 4 07:54:20 2010
@@ -2,15 +2,11 @@
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit
0.0.999//EN" "http://google-web-toolkit.googlecode.com/svn/tags/0.0.999/distro-source/core/src/gwt-module.dtd">
<module>
<inherits name='com.google.gwt.app.App' />
- <!-- TODO: Inheriting Logging due to GWT bug. Remove when fixed. -->
- <inherits name='com.google.gwt.logging.Logging' />
<inherits name='com.google.gwt.requestfactory.RequestFactory'/>
<inherits name='com.google.gwt.sample.bikeshed.style.Style'/>
<inherits name="com.google.gwt.bikeshed.list.List" />
<inherits name="com.google.gwt.bikeshed.tree.Tree" />
- <set-property name="gwt.logging" value="DISABLED"/>
-
<source path='client'/>
<source path='request'/>
<source path='place'/>
=======================================
--- /branches/2.1/dev/core/src/com/google/gwt/dev/shell/ModuleSpace.java
Mon May 3 15:52:00 2010
+++ /branches/2.1/dev/core/src/com/google/gwt/dev/shell/ModuleSpace.java
Tue May 4 07:54:20 2010
@@ -303,10 +303,7 @@
type = TreeLogger.ERROR;
}
// Log at the top level for visibility.
- TreeLogger t = getLogger();
- if (t != null) {
- getLogger().log(type, message, e);
- }
+ getLogger().log(type, message, e);
}
/**
=======================================
--- /branches/2.1/user/super/com/google/gwt/emul/Emulation.gwt.xml Mon May
3 15:52:00 2010
+++ /branches/2.1/user/super/com/google/gwt/emul/Emulation.gwt.xml Tue May
4 07:54:20 2010
@@ -15,8 +15,6 @@
<!-- A JavaScript-based emulation of the Java Runtime
library. -->
<!-- Do not inherit this module directly; inherit
com.google.gwt.core.Core. -->
<module>
- <inherits name="com.google.gwt.logging.LogImpl"/>
-
<replace-with
class="com.google.gwt.core.client.impl.StringBufferImplArray">
<when-type-is
class="com.google.gwt.core.client.impl.StringBufferImpl"/>
</replace-with>
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors