I think i am getting closer, but now i have the following error: The
class: com.xxx.yyy.machs.web.client.Machs does exist
C:\spotdev\machs-web>mvn compile gwt:compile
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'gwt'.
[INFO]
------------------------------------------------------------------------
[INFO] Building Unnamed - com.xxx.yyy:machs-web:war:0.0.1-SNAPSHOT
[INFO] task-segment: [compile, gwt:compile]
[INFO]
------------------------------------------------------------------------
[WARNING] Attempting to build MavenProject instance for Artifact
(org.codehaus.mojo:gwt-maven-plugin:1.1-20090420.082414-36) of type:
maven-plugin; constructing POM artifact instead.
[INFO] [gwt:generateAsync {execution: default}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 4 source files to
C:\spotdev\machs-web\src\test\hosted\WEB-INF\classes
[INFO] [gwt:compile]
[INFO] using GWT jars from project dependencies : 1.6.4
[WARNING] You should not declare gwt-dev as a project dependency. This may
introduce complex dependency conflicts
[INFO] Unpack native libraries required to run GWT
[INFO] auto discovered modules [com.xxx.yyy.machs.web.public.Machs]
[INFO] establishing classpath list (scope = compile)
[INFO] running main class com.google.gwt.dev.Compiler with args [-gen,
C:\spotdev\machs-web\target\.generated, -logLevel, INFO, -style, OBF, -war,
C:\spotdev\machs-web\src\main\webapp, -localWorkers, 2,
com.comcast.spotlight.machs.web.public.Machs]
[INFO] Compiling module com.xxx.yyy.machs.web.public.Machs
[INFO] Computing all possible rebind results for
'com.xxx.yyy.machs.web.client.Machs'
[INFO] Rebinding com.xxx.yyy.machs.web.client.Machs
[INFO] Checking rule <generate-with
class='com.extjs.gxt.ui.rebind.core.BeanModelGenerator'/>
[INFO] [ERROR] Unable to find type
'com.xxx.yyy.machs.web.client.Machs'
[INFO] [ERROR] Hint: Previous compiler errors may have made
this type unavailable
[INFO] [ERROR] Hint: Check the inheritance chain from your
module; it may not be inheriting a required module or a module may not be
adding its source path entries properly
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] compile.cmd script exited abnormally with code - 1
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 12 seconds
[INFO] Finished at: Mon Apr 20 17:18:51 EDT 2009
[INFO] Final Memory: 15M/28M
[INFO]
------------------------------------------------------------------------