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