Hi everyone.

I want to use a lot of code from a previous project and i am building
a subset of the jre which GWT cannot compile with just stubs and
include it with super-source.

Its quit alot of work and now i am stuck with the problem that the
code of the old project has methods in it like
Double.doubleToLongBits(double) or String.format(String, int, int,
int)  which are also not supported by the gwt emulation library.

can i tell the compiler to ignore this methods?
I dont want to create String/Double stub classes as well.

best regards

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