Thanks for your help Rob it seems I'm a least a little closer.
It looks like my environment is set up ok. The skeleton project ran ok. The "mvn gwt:clean" command seems to execute correctly, as does the "mvn clean package" command
The "mvn gwt:run" command doesn't seem to work though:
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] The Kiahu Customer Experience (CX) framework
[INFO] GWTCX Core
[INFO] GWTCX Core - Shared
[INFO] GWTCX Core - Client
[INFO] GWTCX Core Client - Ext GWT
[INFO] GWTCX Core Client - smartGWT
[INFO] GWTCX Core - Server
[INFO] GWTCX Core - Server GAE
[INFO] GWTCX Samples
[INFO] GWTCX Ext GWT Samples
[INFO] GWTCX Ext GWT Samples - Serendipity
[WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for org.eclipse.m2e:lifecycle-mapping:1.0.0: Plugin org.eclipse.m2e:lifecycle-mapping:1.0.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building The Kiahu Customer Experience (CX) framework 1.0.0-dp1
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for org.eclipse.m2e:lifecycle-mapping:1.0.0: Plugin org.eclipse.m2e:lifecycle-mapping:1.0.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0
[INFO]
[INFO] >>> gwt-maven-plugin:2.4.0:run (default-cli) @ gwtcx >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-maven) @ gwtcx ---
[INFO]
[INFO] <<< gwt-maven-plugin:2.4.0:run (default-cli) @ gwtcx <<<
[INFO]
[INFO] --- gwt-maven-plugin:2.4.0:run (default-cli) @ gwtcx ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] The Kiahu Customer Experience (CX) framework ...... FAILURE [0.990s]
[INFO] GWTCX Core ........................................ SKIPPED
[INFO] GWTCX Core - Shared ............................... SKIPPED
[INFO] GWTCX Core - Client ............................... SKIPPED
[INFO] GWTCX Core Client - Ext GWT ....................... SKIPPED
[INFO] GWTCX Core Client - smartGWT ...................... SKIPPED
[INFO] GWTCX Core - Server ............................... SKIPPED
[INFO] GWTCX Core - Server GAE ........................... SKIPPED
[INFO] GWTCX Samples ..................................... SKIPPED
[INFO] GWTCX Ext GWT Samples ............................. SKIPPED
[INFO] GWTCX Ext GWT Samples - Serendipity ............... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.760s
[INFO] Finished at: Mon Jun 25 22:11:49 EDT 2012
[INFO] Final Memory: 8M/20M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:gwt-maven-plugin:2.4.0:run (default-cli) on project gwtcx: The parameters 'runTarget' for goal org.codehaus.mojo:gwt-maven-plugin:2.4.0:run are missing or invalid -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/PluginParameterExceptionThe execute command seems to fail as well:
C:\Users\Jim\Downloads\appengine-java-sdk-1.6.6\appengine-java-sdk-1.6.6>bin\dev_appserver.cmd C:\Users\Jim\workspace\gwt-cx-read-only\gwtcx\gwtcx-samples\gwtcx-samples-extgwt\gwtcx-samples-extgwt-serendipity\target
Jun 26, 2012 1:55:08 AM com.google.apphosting.utils.jetty.JettyLogger info
INFO: Logging to JettyLogger(null) via com.google.apphosting.utils.jetty.JettyLogger
com.google.apphosting.utils.config.AppEngineConfigException: Supplied application has to contain WEB-INF directory.
at com.google.appengine.tools.development.JettyContainerService.determineAppRoot(JettyContainerService.java:332)
at com.google.appengine.tools.development.JettyContainerService.initContext(JettyContainerService.java:156)
at com.google.appengine.tools.development.AbstractContainerService.startup(AbstractContainerService.java:236)
at com.google.appengine.tools.development.DevAppServerImpl.start(DevAppServerImpl.java:146)
at com.google.appengine.tools.development.DevAppServerMain$StartAction.apply(DevAppServerMain.java:189)
at com.google.appengine.tools.util.Parser$ParseResult.applyArgs(Parser.java:48)
at com.google.appengine.tools.development.DevAppServerMain.<init>(DevAppServerMain.java:128)
at com.google.appengine.tools.development.DevAppServerMain.main(DevAppServerMain.java:104)
C:\Users\Jim\Downloads\appengine-java-sdk-1.6.6\appengine-java-sdk-1.6.6>
On Sunday, June 24, 2012 9:54:23 PM UTC-4, Rob wrote:
Hi,