Logging in a GWTTestCase with gwt-maven-plugin

2016-07-08 Thread Kay Pac
I've never used GWTTestCase much because I found it too difficult to use, but I am trying to add some basic tests. I want to use logging to monitor the test results at a finer granularity (rather than just pass/fail) while I am developing them. However, I am unable to see the results of my

Re: Maven Plugin for GWT - Access Dev Mode Remotely

2016-07-08 Thread N Troncoso
I'm using the net.ltgt.gwt.maven.gwt-maven-plugin. I didn't know the bindAddress was strickly for the mojo plugin. From what I can tell it's a fairly common parameter for opening something to a network. I'm not sure what config you're asking about, but this is how the plugin is setup in the

Re: Website docs: incorporate gwt-maven-plugin ?

2016-07-08 Thread Thomas Broyer
This is the tutorial, and the tutorial is written with WebAppCreator and Ant, or Eclipse, in mind. It's probably a good idea to update it to "something else" (Maven or Gradle; I'd personally prefer Gradle), but that's much broader than just JUnit. The doc for testing is at

Website docs: incorporate gwt-maven-plugin ?

2016-07-08 Thread Kay Pac
What do people think about incorporating some notes for users for gwt-maven-plugin on the website? For instance I am reviewing the JUnit testing guide and there is no help for me as a user of gwt-maven-plugin. I realize there is a risk of providing too much or conflicting information, but I

Re: Maven Plugin for GWT - Access Dev Mode Remotely

2016-07-08 Thread Thomas Broyer
On Friday, July 8, 2016 at 6:32:26 PM UTC+2, N Troncoso wrote: > > I need to be able to hit my dev mode machine remotely. I'm using the Maven > Plugin for GWT (tbroyer version). The standard commands don't let you hit > the remote machine at all. > > If I add -Dgwt.bindAddress=0.0.0.0 to the

Re: Cascading GWT Application ?

2016-07-08 Thread Gilberto
Since you're building a new application with GWT, I strongly suggest you not to use GWT RPC. Take a look at this thread about the subject. Take a look at the RestyGWT project. You still

Re: Error: GWT developer plugin for chrome

2016-07-08 Thread Gilberto
Are you using the classic Dev Mode (deprecated) ? When using the Super Dev Mode you don't need any browser plugins. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this

Error: GWT developer plugin for chrome

2016-07-08 Thread Tprograma
I am using Eclipse Mars fro Java EE. I have added GWT, Java machine 1.7, and tried my first application. Error: I have add the localhost server in both GWT Eclipse plugin and Chrome, but it results when I click RUN the projetc it open Chrome (already with GWT developer plugin and restarted)

Maven Plugin for GWT - Access Dev Mode Remotely

2016-07-08 Thread N Troncoso
I need to be able to hit my dev mode machine remotely. I'm using the Maven Plugin for GWT (tbroyer version). The standard commands don't let you hit the remote machine at all. If I add -Dgwt.bindAddress=0.0.0.0 to the code server command: call mvn gwt:codeserver -pl client -am

Re: Putnami Gradle plugin 0.4.0 for GWT

2016-07-08 Thread Juan Pablo Gardella
Thanks!! On Fri, 8 Jul 2016 at 11:54 Fabien Dumay wrote: > Hi folks, > > The putnami gradle plugin 0.4.0 is released. > If you love GTW and Gradle this plugin is made for you. > > - Making SDM super easy > - Multi module support > - Runs on jetty 9 > >

Putnami Gradle plugin 0.4.0 for GWT

2016-07-08 Thread Fabien Dumay
Hi folks, The putnami gradle plugin 0.4.0 is released. If you love GTW and Gradle this plugin is made for you. - Making SDM super easy - Multi module support - Runs on jetty 9 https://github.com/Putnami/putnami-gradle-plugin Enjoy. -- Fabien -- You received this message because you are

Re: Cascading GWT Application ?

2016-07-08 Thread Pierre Mineaud
I accepted to stop searching how to get multi deployment for my application and working only with module in external project and getting one .war. It actually works great except one thing : the RPC. I wouldn't to abuse about your help but here is what I done : I created two applications with