I am really struggling with this. The problem is, I am not very familiar with Maven. I mean - I understand how to do everything in Maven, but I cannot figure out how to develop in a Maven centric manner. If you can't use your IDE to do all of your coding, then the Maven system kind of breaks the whole point, doesn't it?
Sure, I can pull the project into eclipse. It's an eclipse project, but it's just a generic eclipse project; it's nothing eclipse knows how to work with. Am I missing something? What is the benefit of even bringing the project into eclipse at all? On Sat, Oct 11, 2008 at 12:33 PM, Cody Burleson <[EMAIL PROTECTED]>wrote: > 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. >>> >>> >>> >> >
