Try "mvn -X gwt:gwt" and see what the debug output has to say.  If
it's weird, just post the debug here and we can try to help.

As a side note, I am really encouraged that people are finding ways to
incorporate other tools and CI builds and so on.  Seems like a lot of
people lately are having success with integrating into Eclipse (which
is what I do, and it works fine for me), and using m2eclipse (I don't
use that, but seems to work for others), and though it's not yet
working for you, even using Instantiations GWT Designer (I don't use
that either though).  Just in general it seems like the plugin is
cooperating with other tools in most cases, and that's good.

On Oct 6, 7:49 am, "P.G.Taboada" <[EMAIL PROTECTED]> wrote:
> Well. as I suspected, removing the GWT lib references from the local
> repo and moving them to the gwt-home folder made GWT Designer start
> the shell again. Have to contact them to have it fixed.
>
> Still looking for the reason mvn gwt:gwt is not working.
>
> On 6 Okt., 13:29, "P.G.Taboada" <[EMAIL PROTECTED]> wrote:
>
> > Hi,
>
> > I moved to the new plugin (beta23, beta24 now) and I am using the
> > artifacts from the central repository. So far so good, my app builds
> > locally on windows and mac and it builds remotely on an CI server
> > running on linux.
>
> > Today I restarted working on the project and found that while building
> > is fine, starting the GWT shell isn't.
>
> > Errors:
>
> > If I try to start it from eclipse using the GWT designer plugin (as I
> > was accostumated to), I get an error message that the dev jar is not
> > where it is explected to be.
> > If I try to start it from command line, using mvn, it does not find my
> > module xml file.
>
> > Background:
>
> > I am using mvn eclipse:eclipse to setup my eclipse project files.
> > Therefore I am getting the gwt jars from my local repo, not fro my gwt-
> > home. I think that this is why GWT Designer is failing to start, I'll
> > check that.
> > What I am wondering is why maven gwt:gwt does not bring up the shell.
> > Compiling the app works, so I was assuming the plugin was configured
> > properly. I have my ressources (gwt module and all the rest) in my src/
> > main/java source folder (don't blame that on me, blame it on the GWT
> > team ;-) ). So I thought - right, I just need to add my srv/main/java
> > dir to the resources config in the pom - but it did not help.
>
> > I have a parent pom setting up compiler settings and lots of maven
> > stuff, a gwt-parent-pom setting up gwt specifics and finally a gwt
> > project where the project resides.
>
> > I would appreciate any help!
>
> > brgds,
>
> > Papick
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"gwt-maven" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/gwt-maven?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to