Hi team,

I've just imported gwt-dev in Eclipse and I saw there is only one class
that doesn't compile: *com.google.gwt.dev.SourceSaver*:


line 213:    try (InputStream resourceAsStream =
Resources.asByteSource(resource).openStream();
             OutputStream out = dest.openForWrite(destPrefix + path);) {
              ByteStreams.copy(resourceAsStream, out);
         }

If I change to the compiler compliance to 1.7 it works. Should the
eclipse/README.txt be updated?

eclipse/README.txt:
------------ Compiler settings ------------
Window->Preferences->Java->Compiler
Set the compiler compliance level to 1.6.

Juan

-- 
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/CA%2BkiFse3mu9hURYFcPGeFP5uCWgf-c1SM2DzEFSSVXs6m86qUg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to