[gwt-contrib] GWT 2.7.0-RC1 is available

2014-10-29 Thread 'Daniel Kurka' via GWT Contributors
Hi all,

I just build the GWT 2.7.0 RC1 and pushed it to maven central. The complete
SDK is also available from here http://goo.gl/npqEUR.

Please start testing and let us know if you run into any trouble. You can
either reply to this thread on gwt-contrib
https://groups.google.com/forum/#!forum/google-web-toolkit-contributors or
file a bug https://code.google.com/p/google-web-toolkit/issues/entry.

We are planing to release this as GWT 2.7.0 if we do not here about any
serious issues within the next two weeks. The release notes
http://www.gwtproject.org/release-notes.html#Release_Notes_2_7_0_RC1 for
RC1 will be made available shortly after this notice, in the mean time you
can take a look at the review for the release notes
https://gwt-review.googlesource.com/#/c/10031/.

Daniel,
on behalf of the GWT team

-- 
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 google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/CALLujioAdKOHQv1nx4%2BSN7Ajj0paortL2ANDzuf_7YAwKzxzOQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] GWT 2.7.0-RC1 is available

2014-10-29 Thread Stephen Haberman

When running DevMode (the Swing UI) with gwt-2.7.0-rc1 installed from
Maven central, without gwt-codeserver on my classpath, I get:

Caused by: java.lang.NoClassDefFoundError: 
com/google/gwt/dev/util/arg/JsInteropMode
at com.google.gwt.dev.codeserver.Options.init(Options.java:79)
at com.google.gwt.dev.codeserver.CodeServer.main(CodeServer.java:45)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

Adding the gwt-codeserver jar makes it work, but IIRC we were
attempting to make a no gwt-codeserver yet classpath setup work.

(I'm not weighing in one way or the other, just reporting results.)

- Stephen

-- 
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 google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/20141029225313.3555fec5%40sh9.
For more options, visit https://groups.google.com/d/optout.