Re: Loading inherited module 'com.google.gwt.i18n.I18N' and Unexpected error while processing XML

2011-11-30 Thread Thomas Broyer
The JARs you download from code.google.com will be different from the one download from Maven Central; this is expected. If you want to compare, download from http://search.maven.org/#artifactdetails%7Ccom.google.gwt%7Cgwt-user%7C2.4.0%7Cjar -- You received this message because you are

Re: Loading inherited module 'com.google.gwt.i18n.I18N' and Unexpected error while processing XML

2011-11-29 Thread bognekadje
I generate a default application using gwt-maven-plugin archetype and get same error. Here is my pom file. ?xml version=1.0 encoding=UTF-8? project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http:// www.w3.org/2001/XMLSchema-instance

Re: Loading inherited module 'com.google.gwt.i18n.I18N' and Unexpected error while processing XML

2011-11-29 Thread bognekadje
I compare file gwt-user-2.4.0.jar download in GWT site and other download and put in my repository. There are different! It is a problem with my repository manager? How can i resolve this problem? Thanks for your help. -- You received this message because you are subscribed to the Google

Re: Loading inherited module 'com.google.gwt.i18n.I18N' and Unexpected error while processing XML

2011-11-28 Thread Salvador Diaz
It sure is a weird error ( java.lang.NoClassDefFoundError: com/google/gwt/core/ext/linker/PropertyProviderGenerator ) That class is located in gwt-dev.jar and from the look of your maven output, that jar is on the GWT compilation classpath so there's no reason you should get a

Re: Loading inherited module 'com.google.gwt.i18n.I18N' and Unexpected error while processing XML

2011-11-28 Thread bognekadje
Hi Salvador Diaz, Thanks for reply. I'am using windows 7, Eclipse Indigo and apache maven 3.0.3. I deleted gwt-dev-2.4.0.jar and gwt-maven-plugin-2.3.0.jar. Maven redownload its, but i got same problem. Concerning location of my local maven repository, it contains spaces, but it worked since this

Re: Loading inherited module 'com.google.gwt.i18n.I18N' and Unexpected error while processing XML

2011-11-28 Thread bognekadje
Hi, I change path of my maven local repository to have path without space, but problems remains. I'am desperate!! Please help me. Thanks. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Loading inherited module 'com.google.gwt.i18n.I18N' and Unexpected error while processing XML

2011-11-28 Thread Thomas Broyer
On Monday, November 28, 2011 7:05:16 PM UTC+1, bognekadje wrote: Hi Salvador Diaz, Thanks for reply. I'am using windows 7, Eclipse Indigo and apache maven 3.0.3. I deleted gwt-dev-2.4.0.jar and gwt-maven-plugin-2.3.0.jar. Have you overridden the plugin dependencies to avoid mixing GWT

Loading inherited module 'com.google.gwt.i18n.I18N' and Unexpected error while processing XML

2011-11-26 Thread bognekadje
' [INFO] [ERROR] Unexpected error while processing XML [INFO] java.lang.NoClassDefFoundError: com/google/gwt/core/ext/linker/ PropertyProviderGenerator [INFO] at java.lang.ClassLoader.defineClass1(Native Method) [INFO] at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631) [INFO