Hi,
I've checked out the gwt-log trunk, and when I try to build it with
ant I receive the following error:
[mkdir] Created dir: /home/evelyne/Projects/gwt-log/Log/build/war
[java] Compiling module com.allen_sauer.gwt.log.demo.LogDemo
[java] Scanning for additional dependencies: file:/home/
evelyne/Projects/gwt-log/Log/build/out/com/allen_sauer/gwt/log/client/
impl/LogClientBundle.java
[java] Computing all possible rebind results for
'com.allen_sauer.gwt.log.client.impl.LogClientBundle'
[java] Rebinding
com.allen_sauer.gwt.log.client.impl.LogClientBundle
[java] Invoking <generate-with
class='com.google.gwt.resources.rebind.context.InlineClientBundleGenerator'/
>
[java] Preparing method css
[java] Finding resources
[java] [ERROR] Resource gwt-log.css not
found. Is the name specified as Class.getResource() would expect?
[java] [ERROR] Errors in 'file:/home/evelyne/Projects/gwt-log/
Log/build/out/com/allen_sauer/gwt/log/client/impl/
LogClientBundle.java'
[java] [ERROR] Line 24: Failed to resolve
'com.allen_sauer.gwt.log.client.impl.LogClientBundle' via deferred
binding
[java] [ERROR] Cannot proceed due to previous errors
BUILD FAILED
/home/evelyne/Projects/gwt-log/Log/build.xml:248: Java returned: 1
I would really like some help, because I need to use this version of
gwt-log with gwt 2.0. Thank you very much in advance.
On Jul 1, 10:35 pm, Fred Sauer <[email protected]> wrote:
> Martin,
> Here's a that new page for you:
> http://code.google.com/p/gwt-log/wiki/UsingSourceWithEclipse
>
> Fred
>
>
>
> On Wed, Jul 1, 2009 at 10:57 AM, maku <[email protected]> wrote:
>
> > 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]
>
> --
> 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
-~----------~----~----~----~------~----~------~--~---