> Can you please help me how i can suppress these warnings?
If you look at the javadoc for
com.google.gwt.widgetideas.table.client.overrides.HTMLTable for
example, it will tell you to use
com.google.gwt.gen2.table.override.client.HTMLTable instead.
Replace your inherits in your gwt.xml file(s).

> Also is there a way to suppress the messages "Compiling 6
> permutations ..."
Assuming you're using ant, there is an log level option to the task:
level="all|spam|trace|info|warn|error" - Changes the compiler log
level
See http://code.google.com/p/ant-gwt/

Regards,
Nico

-- 
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