Mojo's Maven Plugin: errors with mvn gwt:run

2017-02-23 Thread Thomas Broyer
Those aren't errors, they're logs to the standard error (stderr) that the plugin routes as Maven error logs. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google

Mojo's Maven Plugin: errors with mvn gwt:run

2017-02-23 Thread Magnus
Hello, while evaluating different Maven plugins for GWT, I also created a test project with Mojo's Maven plugin. But when running the application, I get errors (see below). However, the error text doesn't seem to report an error and also a window "GWT Development Mode" is opened. Why am I gett

Re: GWT 2.8.0 Eclipse

2017-02-23 Thread Brandon Donnelson
GPE is deprecated and will no longer continuing support for GWT. The features have been split between the GWT Eclipse Plugin and Google Cloud Tools Plugin for Eclipse. The older versions of GPE still work, but not recommended. http://gwt-plugins.github.io/documentation/ - GWT Eclipse Plugin On T

Re: GWT 2.8.0 Eclipse

2017-02-23 Thread Rodolfo Raya
The standard plugin for eclipse neon available at https://dl.google.com/eclipse/plugin/4.6 works fine with GWT 2.8 Regards, Rodolfo On Fri, Feb 17, 2017 at 1:45 PM wrote: > Hi, I have noticed that GWT 2.7 is 3 years old. GWT 2.8 final was released > like half a year ago. How should one develop

Re: GWT 2.8.0 Eclipse

2017-02-23 Thread Juan Pablo Gardella
I switched without problems (I didn't update anything in eclipse) On Thu, 23 Feb 2017 at 08:19 prashant fulara wrote: > Given link (https://github.com/gwt-plugins/gwt-eclipse-plugin >

Re: gwt-maven-plugin: how can I chnage the Jetty port?

2017-02-23 Thread Thomas Broyer
On Thursday, February 23, 2017 at 12:19:02 PM UTC+1, Tom Pijl wrote: > > I am using the gwt-maven-plug of Thomas Broyer. > I would like to change the Jetty server port from (default) to e.g. > 4200 when running mvn gwt:devmode. > Any pointers on how to configure that? > You'd use devmodeAr

gwt-maven-plugin: how can I chnage the Jetty port?

2017-02-23 Thread Tom Pijl
I am using the gwt-maven-plug of Thomas Broyer. I would like to change the Jetty server port from (default) to e.g. 4200 when running mvn gwt:devmode. Any pointers on how to configure that? -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To u

Re: GWT 2.8.0 Eclipse

2017-02-23 Thread prashant fulara
Given link (https://github.com/gwt-plugins/gwt-eclipse-plugin ), seems not opening. On Saturday, 18 February 2017 02:32:33 UTC+5:30, Slava Pankov wrote: >

Re: GWT 2.8.0 Eclipse

2017-02-23 Thread prashant fulara
We are currently working with GWT 2.7 using eclipse and planning to switch to GWT 2.8 in near future. How safe it is to switch to GWT 2.8 (using Eclipse as IDE) ? On Tuesday, 21 February 2017 23:38:54 UTC+5:30, Brandon Donnelson wrote: > > I plan on adding more patches and enhancements this yea