Neseek77 / google-web-toolkit-incubator

Automatically exported from code.google.com/p/google-web-toolkit-incubator
1 stars 0 forks source link

GWT r5292+ compatibility #274

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What version of gwt and gwt-incubator are you using?
r1642

What OS and browser are you using?
Linux debian lenny

Compilation is broken with latest gwt trunk see :
http://code.google.com/p/google-web-toolkit/source/detail?r=5292

Workaround if you have one:

Index: CoreLogging.gwt.xml
===================================================================
--- CoreLogging.gwt.xml (révision 1642)
+++ CoreLogging.gwt.xml (copie de travail)
@@ -54,6 +54,13 @@
        <when-property-is name="user.agent" value="ie6" />
    </replace-with>

+        <replace-with
+               
class="com.google.gwt.gen2.logging.impl.client.ClientConsoleLogHandlerImpl.Popup
">
+                <when-type-is
+                       
class="com.google.gwt.gen2.logging.impl.client.ClientConsoleLogHandlerImpl.Impl"
/>
+                <when-property-is name="user.agent" value="ie8" />
+        </replace-with>
+
    <replace-with

class="com.google.gwt.gen2.logging.handler.client.ClientConsoleLogHandlerImpl.Op
era">
        <when-type-is

It's just a fix that makes it compile.

Original issue reported on code.google.com by mounier....@gmail.com on 30 Apr 2009 at 12:17

GoogleCodeExporter commented 8 years ago
Same goes for all **.gwt.xml without the ie8 property

Original comment by mounier....@gmail.com on 30 Apr 2009 at 1:17