I think your build environment is pulling in the wrong files. The gwt-dnd jar file should be used as is and provided on the classpath.
There are two files named Log.java and one Log.class. The GWT compiler should pull the right one in automatically. On Thu, Jan 7, 2010 at 11:22 PM, Álvaro <[email protected]> wrote: > Hi, > > I switched to gwt-log 3.0.1 from 2.5.3 and I'm getting this error: > > [INFO] Validating newly compiled units > [INFO] [ERROR] Errors in 'jar:file:/datos/hudson/jobs/ > InventarioGEI-Integracion/workspace/.repository/gwt-log/gwt-log/3.0.1/ > gwt-log-3.0.1.jar!/com/allen_sauer/gwt/log/client/Log.java' > [INFO] [ERROR] Line 34: No source code is available for type > com.allen_sauer.gwt.log.server.ServerLog; did you forget to inherit a > required module? > [INFO] [ERROR] Line 39: The method getProperty(String) is > undefined for the type System > [INFO] [ERROR] Line 227: No source code is available for type > com.allen_sauer.gwt.log.server.ServerLogImplJDK14; did you forget to > inherit a required module? > [INFO] [ERROR] Line 228: No source code is available for type > java.lang.NoClassDefFoundError; did you forget to inherit a required > module? > [INFO] [ERROR] Line 240: No source code is available for type > com.allen_sauer.gwt.log.server.ServerLogImplLog4J; did you forget to > inherit a required module? > [INFO] [ERROR] Line 252: No source code is available for type > com.allen_sauer.gwt.log.server.ServerLogImplStdio; did you forget to > inherit a required module? > > > Does anyone now how an I solve it? > I already have GWT 2, and everything was ok with gwt-log 2.5.3. > > 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]<gwt-log%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/gwt-log?hl=en. > > > > -- 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.
