Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-12-06 Thread 'kim young ill' via GWT Users
my project structure look like this: webapp-parent -webapp-client -weapp-shared -webapp-server -webapp-utils ...some other small non gwt-related modules i come up with this: (in webapp-client module) but gwt:compile still complaining : on project webapp-client: The parameters

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-12-06 Thread Thomas Broyer
You should be able to create several executions (for the same goal and phase, but different ids and configurations) -- 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

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-12-06 Thread 'kim young ill' via GWT Users
hi there, i'm considering moving to gwt2.8 for (mostly because of jdk8) and switching to Thomas's plugin, i have several separate gwt modules in webapp-client-module, in the mojo plugin i can put it like this: org.codehaus.mojo gwt-maven-plugin

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-12-06 Thread Thomas Broyer
I don't see the compile, is it in a pluginManagement somewhere or are you using gwt-app packaging? Anyway, there should be in each . -- 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

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-12-06 Thread 'kim young ill' via GWT Users
thanx, i got further with compile and true, but now got hit by guava18. (similar to this: https://groups.google.com/forum/m/#!topic/google-web-toolkit-contributors/VbokswmVz9w ), i'll see how to overcome this On Sun, Dec 6, 2015 at 10:14 PM, Thomas Broyer wrote: > I don't

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-11-23 Thread Thomas Broyer
On Monday, November 23, 2015 at 10:29:20 AM UTC+1, Bruno Salmon wrote: > > Thanks Thomas, maven can now download the plugin with the correct > repository url you gave me, a step forward to 2.8 :-) > > However, this is now the gwt-user actifact itself that fails to download > (this time in the

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-11-23 Thread Bruno Salmon
Thanks Thomas, maven can now download the plugin with the correct repository url you gave me, a step forward to 2.8 :-) However, this is now the gwt-user actifact itself that fails to download (this time in the google-snapshots repository) due to this unresolved dependency: Failure to find

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-11-23 Thread Bruno Salmon
Thanks Thomas, I will continue on that tread Le lundi 23 novembre 2015 10:44:15 UTC+1, Thomas Broyer a écrit : > > > > On Monday, November 23, 2015 at 10:29:20 AM UTC+1, Bruno Salmon wrote: >> >> Thanks Thomas, maven can now download the plugin with the correct >> repository url you gave me, a

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-11-20 Thread Martin Trummer
@Thomas: I am surprised, that you make a maven plugin. I can remember one of your blog posts was like "Maven is broken by design" Then, why do you write a maven plugin? Did Maven improve with version 3.x, or is there just no other alternative for some reason? What build system would you

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-11-20 Thread Thomas Broyer
On Friday, November 20, 2015 at 11:46:22 AM UTC+1, Martin Trummer wrote: > > @Thomas: I am surprised, that you make a maven plugin. > I can remember one of your blog posts was like "Maven is broken by design" > Then, why do you write a maven plugin? > Ha, because a) I happen to still use Maven

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-11-20 Thread Bruno Salmon
Hello, I'm trying to use the gwt-maven-plugin version 2.8.0-SNAPSHOT but it seems Maven can't load it: Downloading: https://oss.sonatype.org/content/repositories/google-snapshots/org/codehaus/mojo/gwt-maven-plugin/2.8.0-SNAPSHOT/gwt-maven-plugin-2.8.0-SNAPSHOT.pom [WARNING] The POM for

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-11-20 Thread Filipe Sousa
This is a bit off topic, but what do you think about the takari lifecycle? http://takari.io/book/40-lifecycle.html#the-takari-lifecycle On Friday, November 20, 2015 at 12:35:33 PM UTC, Thomas Broyer wrote: > > > > On Friday, November 20, 2015 at 11:46:22 AM UTC+1, Martin Trummer wrote: >> >>

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-11-20 Thread Thomas Broyer
On Friday, November 20, 2015 at 10:58:40 PM UTC+1, Bruno Salmon wrote: > > Hello, > > I'm trying to use the gwt-maven-plugin version 2.8.0-SNAPSHOT but it seems > Maven can't load it: > > Downloading: >

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-11-17 Thread Thomas Broyer
On Tuesday, November 17, 2015 at 10:11:36 AM UTC+1, Michael Zhou wrote: > > I'm trying to build a Java application with GWT, using maven as the build > system. I'm trying to decide which maven-gwt-plugin to use. > Major differences are: - Mojo's one is tied to a specific version of GWT. To

Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-11-17 Thread Michael Zhou
I'm trying to build a Java application with GWT, using maven as the build system. I'm trying to decide which maven-gwt-plugin to use. The project's directory structure doesn't follow Maven convention, so I guess I will run into some problems with Thomas' plugin? -- You received this message

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-11-17 Thread Tomek Kańka
Thomas. I have no luck in forcing your plugin (or/and tomcat7-maven-plugin) to work with spring application without web.xml. Whatever I tried I've got INFO: No Spring WebApplicationInitializer types detected on classpath Do you or someone else have any experience with this? -- Tomek Kanka