GWT 2.0 + maven

2010-09-27 Thread aces2805
Hi Guys, Need help on configuring maven and GWT 2.0 no idea on how to handle Invalid GWT home, just a newbie in it. Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: GWT 2.0 + maven

2010-09-27 Thread olivier nouguier
hi, Insure that GWT (GEP) container lib is before Maven dependency container. HIH On Mon, Sep 27, 2010 at 11:12 AM, aces2805 ace...@gmail.com wrote: Hi Guys, Need help on configuring maven and GWT 2.0 no idea on how to handle Invalid GWT home, just a newbie in it. Thanks -- You

Re: GWT 2.0 + maven

2010-09-27 Thread bconoly
This article may help: http://googlewebtoolkit.blogspot.com/2010/08/how-to-use-google-plugin-for-eclipse.html On Sep 27, 5:12 am, aces2805 ace...@gmail.com wrote: Hi Guys,      Need help on configuring maven and GWT 2.0 no idea on how to handle Invalid GWT home, just a newbie in it. Thanks

Re: GWT 2.0 + maven

2010-09-27 Thread aces2805
Hi, I'm really thankful, I've tried adding the pluginrepository and use 2.0-rc1 but I'm not sure if it works as of now it does have any error during compile and build. On Sep 27, 10:26 pm, bconoly bcon...@gmail.com wrote: This article may

Re: GWT 2.0, Maven, Google eclipse and TOMCAT, why didn't google build maven support?

2010-08-11 Thread dane.molotok
The documentation is frustrating, so let's all document some stuff here so that other googlers will find help. Hilco, can you link to your pom or post some relevant snippets? My current configuration is broken but I feel like I am very close with having GPE, maven, and the maven-war-plugin happy

Re: GWT 2.0, Maven, Google eclipse and TOMCAT, why didn't google build maven support?

2010-08-11 Thread Andrew Hughes
Déjà vu - this tread is nothing new. If people would like to raise the GWT steering committee's awareness of maven related issues, try using the tool setup for just this purpose :) http://code.google.com/p/google-web-toolkit/issues/list

Re: GWT 2.0, Maven, Google eclipse and TOMCAT, why didn't google build maven support?

2010-08-10 Thread Rajeev Dayal
Hey guys, I know that maven issues with GWT and GPE are a common theme. We're currently working on improving the experience within GPE. It won't solve all of the problems, but it will at least solve some of them. Hilco's suggestion is probably the best one at this point, as GPE 1.4 M2 contains

GWT 2.0, Maven, Google eclipse and TOMCAT, why didn't google build maven support?

2010-08-03 Thread abby
Has anyone gotten these to work? I am surprised at the lack of support gwt has for maven. Looking at the mojo users group, it seems that gwt- maven developers are equally frustrated http://groups.google.com/group/codehaus-mojo-gwt-maven-plugin-users/browse_thread/thread/8ced89b3cb27cf3f Can

Re: GWT 2.0, Maven, Google eclipse and TOMCAT, why didn't google build maven support?

2010-08-03 Thread Hilco Wijbenga
On 3 August 2010 10:44, abby misra.a...@gmail.com wrote: Has anyone gotten these to work? I am surprised at the lack of support gwt has for maven. Looking at the mojo users group, it seems that gwt- maven developers are equally frustrated [I don't know why anyone in 2010 still would want to

Re: GWT 2.0, Maven, Google eclipse and TOMCAT, why didn't google build maven support?

2010-08-03 Thread Dan Billings
The maven-gae-plugin mvp archetype generates a very informative pom.xml that might help you put it all together. I would encourage anyone who has it working to post their pom here! On Aug 3, 2:08 pm, Hilco Wijbenga hilco.wijbe...@gmail.com wrote: On 3 August 2010 10:44, abby

Re: GWT 2.0, Maven, Google eclipse and TOMCAT, why didn't google build maven support?

2010-08-03 Thread abby
The problem is when you try to bring maven, tomcat and google plugin together. I have hacked my way around with jetty and was able to get it working at some level. The problem is there is zero documentation on getting things working. On Aug 3, 4:20 pm, Dan Billings debil...@gmail.com wrote: The

Re: GWT 2.0, Maven, Google eclipse and TOMCAT, why didn't google build maven support?

2010-08-03 Thread Hilco Wijbenga
On 3 August 2010 14:23, abby misra.a...@gmail.com wrote: The problem is when you try to bring maven, tomcat and google plugin together. I have hacked my way around with jetty and was able to get it working at some level. I know it's frustrating but you might want to consider using Jetty then?

GWT 2.0 maven plugin and eclipse plugin

2010-01-11 Thread anis.chaaba
Hello, I've generated a gwt project using the codehaus plugin and added gwt nature and web app nature to the eclipse project, but when i lunch the developpement mode from eclipse it does'nt display the test url, how can i solve that ? PS: when i run mvn gwt:run it works but what i want to do is to

Re: GWT 2.0 maven plugin and eclipse plugin

2010-01-11 Thread olivier nouguier
With a Non Maven GWT GEP project you should notice that: - All GWT nature must be present ! - GWT Library (eclipse) must be on classpath Hosted mode: Right Click on *.gwt.xml Run As web app application No Server Mode: WTP metadata should be provided. On Mon, Jan 11, 2010 at 2:53 PM,

Re: GWT 2.0 maven plugin and eclipse plugin

2010-01-11 Thread anis.chaaba
That's what i've done, GWT Library are on classpath and all GWT nature are present. What i want to do is to run Dev mode not Hosted mode :S On 11 jan, 14:58, olivier nouguier olivier.nougu...@gmail.com wrote: With a Non Maven GWT GEP project you should notice that:    - All GWT nature must be

Re: GWT 2.0 maven plugin and eclipse plugin

2010-01-11 Thread olivier nouguier
Sorry I meant dev mode ... On Mon, Jan 11, 2010 at 3:09 PM, anis.chaaba anis.cha...@gmail.com wrote: That's what i've done, GWT Library are on classpath and all GWT nature are present. What i want to do is to run Dev mode not Hosted mode :S On 11 jan, 14:58, olivier nouguier

Re: GWT 2.0 maven plugin and eclipse plugin

2010-01-11 Thread Jason Parekh
Hi, The presented URLs are discovered a couple of ways: 1) Your war folder contains JSP and HTML files as direct children 2) You add the -startupUrl URL argument when launching DevMode, where URL can be an absolute URL (in which case the gwt.codesvr parameter will not be generate), or a URL path

Re: GWT 2.0 Maven repo

2010-01-08 Thread Sammy
Well, now that they ARE on the maven central repository, I cannot download javadocs or source. Is there a reason for this? Thanks, Sammy On Dec 10 2009, 1:00 am, slind...@gmail.com slind...@gmail.com wrote: Hi, I would like to upgrade my current applications to GWT 2.0, but since they are

GWT 2.0 Maven repo

2009-12-09 Thread Jan Ehrhardt
Hi, I would like to upgrade my current applications to GWT 2.0, but since they are build with Maven, I'm waiting for GWT 2.0 final being available in Maven repo. When will it be available? Regards Jan Ehrhardt -- You received this message because you are subscribed to the Google Groups Google