More info. Perhaps the message that I provided above doesn't related to the actual problem very well. Looking in the maven debugging info I see what looks like the root exception:
Caused by: org.codehaus.mojo.gwt.shell.ForkedProcessExecutionException: Command [[ C:\Program Files\Java\jdk1.6.0_22\jre\bin\java -Xmx512m -classpath "C: \tmp\broker\src\main\java;C:\tmp\broker\src\main\resources;C:\tmp \broker\target\broker-1.0-SNAPSHOT\WEB-INF\classes;C:\Documents and Settings\MN8850\.m2\repository\com\google\gwt\gwt-user\2.1.0\gwt- user-2.1.0.jar;C:\Documents and Settings\MN8850\.m2\repository\com \google\gwt\gwt-user\2.1.0\gwt-user-2.1.0.jar;C:\Documents and Settings \MN8850\.m2\repository\com\google\gwt\gwt-dev\2.1.0\gwt-dev-2.1.0.jar" com.google.gwt.i18n.tools.I18NSync -out C:\tmp\broker\target\generated- sources\gwt -createMessages com.assurant.oa.broker.Messages On Nov 8, 10:22 am, cri <[email protected]> wrote: > Actually, it was my mistake (I'm a maven rookie). I was accidentally > using version 1.2 of the plugin. This version doesn't seem to > automatically generate all of the misc eclipse files that version > 2.1.0 creates. However, now I have another problem... > > Now when I import the resulting project into eclipse, I get lots of > compile errors, plus the following error in my maven console: > > Error: Could not find the resource '[omit package]Messages.properties > matching '[omit package].Messages' did you remember to add it to your > classpath? > > A few of the compile errors are appended below. This is probably > another newbie mistake. Any help is appreciated. > > Chuck > > Description Resource Path Location Type > com.google.gwt.junit.client.GWTTestCase can not be found in source > packages. 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. GwtTestoabroker.java /broker/src/test/java/com/ > assurant/oa/broker/client line 13 GWT problems marker > GreetingServiceAsync cannot be resolved to a type > GwtTestoabroker.java /broker/src/test/java/com/assurant/oa/broker/ > client line 41 Java Problem > GreetingServiceAsync cannot be resolved to a type oabroker.java / > broker/src/main/java/com/assurant/oa/broker/client line 35 Java > Problem > GreetingServiceAsync cannot be resolved to a type oabroker.java / > broker/src/main/java/com/assurant/oa/broker/client line 123 Java > Problem > Messages cannot be resolved to a type oabroker.java /broker/src/main/ > java/com/assurant/oa/broker/client line 37 Java Problem > > On Nov 8, 10:04 am, Jeff Schwartz <[email protected]> wrote: > > > > > > > > > Try the import from "File System" option. > > > On Mon, Nov 8, 2010 at 10:32 AM, cri <[email protected]> wrote: > > > The docs athttp://mojo.codehaus.org/gwt-maven-plugin/saythat > > > generated projects "can then be imported as "existing project" into > > > Eclipse". This isn't immediately possible since the generated projects > > > don't create eclipse ".project" files. > > > > -- > > > You received this message because you are subscribed to the Google Groups > > > "Google Web Toolkit" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<google-web-toolkit%2Bunsubs > > > [email protected]> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/google-web-toolkit?hl=en. > > > -- > > Jeff -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en.
