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/say that > > 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.
