Yes, I've seen that. I've installed m2eclipse and I've got the project in my workspace. It runs fine when doing the mvn jetty:run-war, but here is an example issue:
If I create a new class in src/main/java, add some properties to the class (fields), and then use Source > Generate Getters and Setters, I get the message "The resource is not on the build path of a java project". Plus, the project is not an eclipse Dynamic Web App, so I cannot add it to a server and deploy it from within eclipse. - Cody On Sat, Oct 11, 2008 at 12:20 PM, Matt Raible <[EMAIL PROTECTED]>wrote: > Have you seen this page? > > http://appfuse.org/display/APF/Eclipse > > Matt > > > On Sat, Oct 11, 2008 at 11:08 AM, Cody Burleson <[EMAIL PROTECTED]>wrote: > >> Does anyone have any links or tips on how to integrate AppFuse with >> Eclipse? >> >> I've been able to bring AppFuse into eclipse after using mvn >> eclipse:eclipse, but the Maven project structure still makes no sense to >> eclipse. I am not sure how to be able to develop from within eclipse. >> >> Thanks in advance for any tips you might provide. >> >> >> >
