Re: Putnami Gradle plugin 0.4.0 for GWT

2017-05-05 Thread Олег Рачаев
I was able to configure gradle putnami plugin to work with embedded tomcat server in Eclipse IDE. As I wrote earlier I did it to specify the JNDI resources on the server. In build.gradle you need to add: *apply plugin: 'eclipse-wtp'* ... *eclipse { wtp { component { file { withXml { def node =

Re: Putnami Gradle plugin 0.4.0 for GWT

2017-05-03 Thread Олег Рачаев
Has anyone managed to configure this plugin's Jetty to work with JNDI? I understand the only way to use an external server (noServer=true) and configuring the JNDI resource? -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this

Re: Putnami Gradle plugin 0.4.0 for GWT

2016-07-09 Thread Hristo Stoyanov
Awesome plugin! -- 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-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to google-web-too

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 > > https://git

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: Putnami Gradle Plugin

2015-03-03 Thread Fabien DUMAY
Hi folks, The putnami-gradle-plugin 0.2.0 is released. This version fixes some issues and adds some new tasks. * gwtCheck : compile gwt with -validateOnly argument. * gwtCodeServer : run code server ("super dev mode") without any servlet container. Faster and easier than Maven, this

Re: Putnami Gradle Plugin

2015-02-17 Thread Joseph Gardi
ok. That makes sense On Tue, Feb 17, 2015 at 11:46 AM, Fabien DUMAY wrote: > Hi Joseph, > > Thank you for the feedbacks and i’am happy that you like this plugin. > > It’s true that the format of the .gwt.xml files are a little bit verbose > and looks easy to generate but in fact it's not. > Ther

Re: Putnami Gradle Plugin

2015-02-17 Thread Fabien DUMAY
Hi Joseph, Thank you for the feedbacks and i’am happy that you like this plugin. It’s true that the format of the .gwt.xml files are a little bit verbose and looks easy to generate but in fact it's not. There is many data in those files, module inheritance, generators, property settings... If

Re: Putnami Gradle Plugin

2015-02-17 Thread Joseph Gardi
I just finished converting my maven app to gradle with this plugin and it really is faster and easier. The build.gradle file is 5 times shorter than my old pom and clearer. Gradle is significantly faster to. I like it so much that it'd be nice if I could replace my gwt.xml files with gradle too.

Re: Putnami Gradle Plugin

2015-02-17 Thread confile
Done.! Am Dienstag, 17. Februar 2015 15:36:07 UTC+1 schrieb Fabien Dumay: > > I agree the need, can you please raise an issue on GitHub, I’ll do it > within the week (i guess tomorrow). > > > > Le 17 févr. 2015 à 15:29, confile > a écrit : > > Well, I need a gwtSuperDev mode task. It would be

Re: Putnami Gradle Plugin

2015-02-17 Thread Fabien DUMAY
I agree the need, can you please raise an issue on GitHub, I’ll do it within the week (i guess tomorrow). > Le 17 févr. 2015 à 15:29, confile a écrit : > > Well, I need a gwtSuperDev mode task. It would be great if you could add this > to your plugin. The code server should run independently

Re: Putnami Gradle Plugin

2015-02-17 Thread confile
Well, I need a gwtSuperDev mode task. It would be great if you could add this to your plugin. The code server should run independently of an application server. This gives you more freedom of choice. Am Dienstag, 17. Februar 2015 15:24:08 UTC+1 schrieb Fabien Dumay: > > > Le 17 févr. 2015 à

Re: Putnami Gradle Plugin

2015-02-17 Thread Fabien DUMAY
> Le 17 févr. 2015 à 14:42, confile a écrit : > > I had the problem with the GWT Gradle plugin that when I run in gradle > gwtSuperDev and included a second project in my main project that only the > sources of my main projects are recompiled using SuperDevMode. When I get you > correct you s

Re: Putnami Gradle Plugin

2015-02-17 Thread confile
I had the problem with the GWT Gradle plugin that when I run in gradle gwtSuperDev and included a second project in my main project that only the sources of my main projects are recompiled using SuperDevMode. When I get you correct you solved this problem. Is this correct? Also is your gwtDev t

Re: Putnami Gradle Plugin

2015-02-17 Thread Fabien Dumay
Hi Confile, I worked for a while with the gwt-gradle-plugin and it works pretty fine. Actually, there were two main points that was annoyed me: 1 - the gwtDev task runs the standard gwt DevMode. It limiting me by runnig the server side on a Jetty 8 which doesn't support the websocket (JSR

Re: Putnami Gradle Plugin

2015-02-17 Thread confile
utnami team has built a new gradle plugin to work on GWT projects. > > All the documentation and the usages are available on : > https://github.com/Putnami/putnami-gradle-plugin > > The main goals of that plugin are : > - Run the SDM on Jetty 9. > - SDM works fine with multi-mo

Putnami Gradle Plugin

2015-02-16 Thread Fabien Dumay
Hi all, In order to make you always more efficient on you development process, the Putnami team has built a new gradle plugin to work on GWT projects. All the documentation and the usages are available on : https://github.com/Putnami/putnami-gradle-plugin The main goals of that plugin are