When I execute an unit test (that extends GWTTestCase), i've got :
Loading module 'com.zzz.i18n.gwt.myMooduleTest.JUnit'
Loading inherited module 'com.zzz.i18n.gwt.myMooduleTest'
Loading inherited module 'com.zzz.i18n.gwt.myMoodule'
Loading inherited module 'com.allen_sauer.gwt.log.gwt-log-
DEBUG'
Loading inherited module 'com.allen_sauer.gwt.log.gwt-log-
common'
Loading inherited module 'com.allen_sauer.gwt.log.gwt-
log-impl'
[ERROR] The deferred-binding property named
log_level may not be redefined.
[ERROR] Line 27: Unexpected exception while
processing element 'define-property'
com.google.gwt.core.ext.UnableToCompleteException: (see previous log
entries)
at com.google.gwt.dev.cfg.ModuleDefSchema
$BodySchema.__define_property_begin(ModuleDefSchema.java:168)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.gwt.dev.util.xml.HandlerMethod.invokeBegin
(HandlerMethod.java:223)
at com.google.gwt.dev.util.xml.ReflectiveParser$Impl.startElement
(ReflectiveParser.java:257)
at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement
(AbstractSAXParser.java:501)
at
com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement
(AbstractXMLDocumentParser.java:179)
In my myMoodule.gwt.xml, i use :
<inherits name="com.allen_sauer.gwt.log.gwt-log-DEBUG" />
But when i use my Module, the logger works fine.
I have bad configured anything ?
Thanks !
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---