Allez j'ai une question
je souhaite utiliser le module XML
j'ai donc importer le module en ajoutant la déclaration dans le xml
<inherits name='com.google.gwt.xml.Xml'/>
et il me dit ça ...
[ERROR] Unable to find 'com/google/gwt/xml/Xml.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
[ERROR] Line 5: Unexpected exception while processing element 'inherits'
com.google.gwt.core.ext.UnableToCompleteException: (see previous log entries)
at com.google.gwt.dev.cfg.ModuleDefLoader.nestedLoad(ModuleDefLoader.java:278)
at com.google.gwt.dev.cfg.ModuleDefSchema$BodySchema.__inherits_begin(ModuleDefSchema.java:495) ...
je suis aller voir dans les modules importé ils y a bien un module
com.google.gwt.xml dans le lot du coup je ne comprend pas ce qu'il veut
Partager