Re: SDM from multiple source folders

2015-02-12 Thread Ümit Seren
Great, sounds very nice ! I will give it a try and see how it goes. On Thursday, February 12, 2015 at 5:47:20 PM UTC+1, Thomas Broyer wrote: > > > > On Thursday, February 12, 2015 at 4:44:19 PM UTC+1, Ümit Seren wrote: >> >> On that note: >> How does your gwt-maven-plugin compare to the offi

Re: SDM from multiple source folders

2015-02-12 Thread Thomas Broyer
On Thursday, February 12, 2015 at 4:44:19 PM UTC+1, Ümit Seren wrote: > > On that note: > How does your gwt-maven-plugin compare to the official one ? > Would you recommend to switch? > Not yet (I made a big overhaul that I need to release, in addition to gwt:codeserver mojo), it's still alpha

Re: SDM from multiple source folders

2015-02-12 Thread Ümit Seren
On that note: How does your gwt-maven-plugin compare to the official one ? Would you recommend to switch? Currently I am using a multi-module maven project (shared, server, client) base don your archetype (https://github.com/tbroyer/gwt-maven-archetypes). I guess your custom gwt-maven-plugin

Re: SDM from multiple source folders

2015-02-11 Thread Fabien DUMAY
Dammit, why didn't i tried that. Thank you so much. It works just like in my dreams. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+uns

Re: SDM from multiple source folders

2015-02-11 Thread Thomas Broyer
-src can be passed more than once, so you can write "-src folderPath1 -src folderPath2". I recently added such support/use for my gwt-maven-plugin: https://github.com/tbroyer/gwt-maven-plugin/commit/b49b186e5d17e90442dd7ba4387cd3c70fce6ec6 On Wednesday, February 11, 2015 at 4:10:37 PM UTC+1, Fa

SDM from multiple source folders

2015-02-11 Thread Fabien Dumay
Hi guys, I wonder if it's possible to run the SDM (com.google.gwt.dev.codeserver.CodeServer) from multiple source directory. The goal is to recompile the GWT when I make changes on a library from a multi-module project. I tried to pass -src folderPath1;folderPath2 and somme other things, but