Using the logging module with a gwt build from trunk (since the last
week) I get the following error during the gwt compile:
...
[java] Loading inherited module
'com.google.gwt.gen2.logging.Logging'
[java] Loading inherited module
'com.google.gwt.gen2.logging.CoreLogging'
[java] Loading inherited module
'com.google.gwt.event.EventBase'
[java] [ERROR] Unable to find 'com/google/gwt/
event/EventBase.gwt.xml' on your classpath; could be a typo, or maybe
you forgot to include a classpath entry for source?
[java] [ERROR] Line 4: Unexpected exception while
processing element 'inherits'
[java] com.google.gwt.core.ext.UnableToCompleteException: (see
previous log entries)
...
I checked the gwt-user.jar and there is no EventBase.gwt.xml file
anymore, so I guess the package was moved somewhere.
Also I tried to compile the incubator project from svn, but currently
I get some compile errors, too.
Does anybody know what I need to change, that I get this running again?
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---