Hi!

 

I'm facing a curious problem when compiling my gwt projects to javascript
using ant. The compilations worked perfectly with the previous GWT
versions... The most interessant part of the logging text is the following:

 

Validating newly compiled units

     [java]          Removing units with errors

     [java]             [ERROR] Errors in
'jar:file:/home/appdir/.hudson/libraries/gwt/2.0/gwt-user.jar!/com/google/gw
t/user/client/ui/DockLayoutPanel.java'

     [java]                [ERROR] Line 20: The import
com.google.gwt.dom.client.Style.Unit cannot be resolved

     [java]                [ERROR] Line 122: Unit cannot be resolved to a
type

     [java]                [ERROR] Line 132: Unit cannot be resolved to a
type

     [java]                [ERROR] Line 133: Unit cannot be resolved to a
type

     [java]                [ERROR] Line 312: Unit cannot be resolved to a
type

     [java]                [ERROR] Line 313: Unit cannot be resolved to a
type

     [java]                [ERROR] Line 390: Unit cannot be resolved to a
type

     [java]                [ERROR] Line 390: Unit cannot be resolved to a
type

     [java]                [ERROR] Line 391: Unit cannot be resolved to a
type

     [java]                [ERROR] Line 391: Unit cannot be resolved to a
type

     [java]                [ERROR] Line 396: Unit cannot be resolved to a
type

     [java]                [ERROR] Line 396: Unit cannot be resolved to a
type

     [java]                [ERROR] Line 397: Unit cannot be resolved to a
type

     [java]                [ERROR] Line 397: Unit cannot be resolved to a
type

     [java]                [ERROR] Line 402: Unit cannot be resolved to a
type

     [java]                [ERROR] Line 402: Unit cannot be resolved to a
type

     [java]                [ERROR] Line 403: Unit cannot be resolved to a
type

     [java]                [ERROR] Line 403: Unit cannot be resolved to a
type

     [java]                [ERROR] Line 408: Unit cannot be resolved to a
type

     [java]                [ERROR] Line 408: Unit cannot be resolved to a
type

     [java]                [ERROR] Line 409: Unit cannot be resolved to a
type

     [java]                [ERROR] Line 409: Unit cannot be resolved to a
type

     [java]                [ERROR] Line 414: Unit cannot be resolved to a
type

 

 

It seems like the gwt compiler doesn't find the class "Style.Unit" used in
the class "DockLayoutPanel", although both classes are present in the same
jar... On my IDE all works perfectly...

 

Any help will appreciated.

Rodrigue

--

You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/google-web-toolkit?hl=en.


Reply via email to