Hi

I am trying my project with 2.7RC1. I can compile the whole project without 
errors.

But when I start the application, recompile is triggered and this gives me 
two different errors :

1)  java.util.StringTokenizer is not found
         Tracing compile failure path for type 
'com.klawt.shared.domain.SearchFieldsTokenizer'
            [ERROR] Errors in 
'file:/home/koen/workspace/klawt/shared/com/klawt/shared/domain/SearchFieldsTokenizer.java'
               [ERROR] Line 16: No source code is available for type 
java.util.StringTokenizer; did you forget to inherit a required module?

2) Troubles with GSS/CSS resource

         Computing all possible rebind results for 
'com.klawt.screen.ui.Resources'
            Rebinding com.klawt.screen.ui.Resources
               Invoking generator 
com.google.gwt.resources.rebind.context.InlineClientBundleGenerator
                  Preparing method base_admin
                     The following problems were detected
                        [WARN] Line 75 column 54: encountered "*". Was 
expecting one of: "|=" "~=" "=" "]" 
         [ERROR] Errors in 
'gen/com/klawt/screen/ui/menu/InvoiceMenuViewImpl_InvoiceMenuUiBinderImpl.java'
            [ERROR] Line 108: Rebind result 
'com.klawt.screen.ui.BaseAdminCssResource' must be a class

The class BaseAdminCssResource is a CSSResource.

public interface BaseAdminCssResource extends CssResource {

@ClassName("widget")
String widget();

@ClassName("widget-header")
String widgetHeader();

       .... and so on....
}


Anybody to give me some hints what is wrong ...

thx
Koen

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/a50cc5ac-f548-4432-a673-9c02073d3542%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to