Ok, well I can't seem to get the gwt shell up and running, can anyone tell me why gwt:gwt was working 2 days ago and now no longer works. The only thing that may have changed was that I modularized my project into two mvn projects with a single parent, the parent builds my base project into a module and then builds the client into the html/ javascript compiled code Here's my logs: $ mvn gwt:gwt [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'gwt'. [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Required goal not found: gwt:gwt in org.codehaus.mojo:gwt-maven- plugin:1.0 [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: < 1 second [INFO] Finished at: Wed Mar 25 16:49:40 EDT 2009 [INFO] Final Memory: 1M/3M [INFO] ------------------------------------------------------------------------
$ mvn com.totsp.gwt.maven-googlewebtoolkit2-plugin:gwt [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] Parent [INFO] Base [INFO] Client [INFO] Searching repository for plugin with prefix: 'com.totsp.gwt.maven-googlewebtoolkit2-plugin'. [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] The plugin 'org.apache.maven.plugins:maven-com.totsp.gwt.maven- googlewebtoolkit2-plugin-plugin' does not exist or no valid version could be found [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1 second [INFO] Finished at: Wed Mar 25 16:50:02 EDT 2009 [INFO] Final Memory: 3M/6M [INFO] ------------------------------------------------------------------------ $ mvn gwt-maven:gwt [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] Parent [INFO] Base [INFO] Client [INFO] Searching repository for plugin with prefix: 'gwt-maven'. [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] The plugin 'org.apache.maven.plugins:maven-gwt-maven-plugin' does not exist or no valid version could be found [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1 second [INFO] Finished at: Wed Mar 25 16:50:34 EDT 2009 [INFO] Final Memory: 3M/6M [INFO] ------------------------------------------------------------------------ On Mar 25, 4:37 pm, Matt Raible <[email protected]> wrote: > I've been using this plugin for 3 months (there's been no new > releases) and I believe it's stable enough for production use. > > Matt > > On Mar 25, 2009, at 2:33 PM, bconoly <[email protected]> wrote: > > > > > k, is there a stable version that I could use that isn't in the beta > > phase? > > > On Mar 25, 10:35 am, Brian Cribbs <[email protected]> wrote: > >> It's using the codehaus plugin. You've gotta do > >> com.totsp.gwt.maven-googlewebtoolkit2-plugin:gwt for the time being > >> until > >> Charlie merges the plugins. > > >> On Wed, Mar 25, 2009 at 10:23 AM, bconoly <[email protected]> wrote: > > >>> I've suddenly run into a problem where running mvn gwt:gwt throws me > >>> an error saying that it can't find that goal in the gwt:maven > >>> plugin. > >>> Does anyone know why this could be? Also, what version of the > >>> plugin > >>> should I be using, currently I got 2.0-beta26 from the plugin's site > >>> and the gwt:gwt goal was working the other day. > > >>> Also, is there a goal to run hosted mode through the gwt-maven > >>> plugin, > >>> i looked on the site but there was no mention of it? > > >>> Thanks in advance --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
