Hi Fred,

thanks for the hint - it works.

BTW, I wasn't able to build the trunk (maybe it would be good to
provide a short readme or better a maven build).

Regards,
Martin

On 1 Jul., 19:25, Fred Sauer <[email protected]> wrote:
> Sure,
> You can either use gwt-log trunk (i.e. build your own) which works with GWT
> trunk, or add a rebind rule for the new ie8 useragent value so that
> gwt-log-2.6.1.jar will work with GWT trunk. To do this add this
> (temporarily) to your application module:
>
>         <replace-with
> class="com.allen_sauer.gwt.log.client.util.impl.DOMUtilImplIE6">
>          <when-type-is
> class="com.allen_sauer.gwt.log.client.util.impl.DOMUtilImpl" />
>         <any>                        <when-property-is
> name="user.agent" value="ie6" />
> <when-property-is name="user.agent" value="ie8" />
> </any>        </replace-with>
>
> Fred
>
>
>
> On Wed, Jul 1, 2009 at 10:20 AM, maku <[email protected]> wrote:
>
> > Hi,
>
> > I tried to build a simple project with the trunk of GWT 2 (I used gwt-
> > log-2.6.1) and get an error:
>
> > [ERROR] Errors in 'jar:file:/D:/__maven_repo/repository/gwt-log/gwt-
> > log/2.6.1/gwt-log-2.6.1.jar!/com/allen_sauer/gwt/log/client/util/
> > DOMUtil.java'
> > [ERROR] Line 32:  Rebind result
> > 'com.allen_sauer.gwt.log.client.util.impl.DOMUtilImpl' cannot be
> > abstract
> > [ERROR] Cannot proceed due to previous errors
>
> > Can anybody of you tell me if it is possible to use gwt-log with GWT 2
> > (trunk).
>
> > What can I do?
>
> > TIA
>
> > Martin
>
> --
> Fred Sauer
> Developer Advocate
> Google Inc. 1600 Amphitheatre Parkway
> Mountain View, CA 94043
> [email protected]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"gwt-log" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/gwt-log?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to