Getting Eclipse + Maven 2.x to work together is a two step process. This
mini-guide explains the steps:

http://maven.apache.org/plugins/maven-eclipse-plugin/usage.html

1) Add the maven repository variable (only needs to be run once for all
projects).
2) Build the project files (run every time a project is updated).

Mike.


On 2/19/07, talldean <[EMAIL PROTECTED]> wrote:


Fixing my own problem, if anyone stumbles across the same issue:

In Eclipse, Project->Properties->Java Build Path.  Click Add Variable, and
make sure M2_REPO is correctly pointed at your Maven2 repository, which is
(by default) ~/.m2/repository

-D


Being more clear, the Clean Project I know under project shouldn't (and
doesn't, in my case) fix the problem.

I think the issue is that the tutorial is still for AppFuse 1.x, whereas
I'm
trying to install and play with 2.0.

org.appfuse.model is who knows where, and the tutorial also assumes I have
javax.persistence.  Help?


--
View this message in context:
http://www.nabble.com/-appfuse-user--BaseObject-Error-tf195014s2369.html#a9037816
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to