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
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
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
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
-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
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