Same here.
I checked out an exiting Maven project from SVN various ways:
Checking out the project into a regular Java project,
Checking out the project into a regular Maven project,
Checking out the project into a regular generic project,
So far, the least mangled result is the last (as a generic project). Then I can add the Maven builder to the project and things seem to build properly. But, I can’t view class and call hierarchies – I get the message “The resource is not on the build path of a java project”. The .classpath, .project were not part of the checkin, and these outlined steps above don’t seem to rebuild the .classpath, which I read somewhere else is necessary for this type of activity.
So, I have a couple of questions:
When is MyEclipse going to support Maven in exiting projects? (I’ll beta test if you need testers)
Is there a current workaround that will get my existing Maven project integrated entirely in MyEclipse?
Thanks,
Mike