I've got a clean checkout of the MC, and have done a
$mvn -U -up install
When importing the projects into a new eclipse workspace, it complains that
activation-1.0.2.jar does not exist. The .classpath entry mentions:
| <classpathentry kind="var"
path="M2_REPO/javax/activation/activation/1.0.2/activation-1.0.2.jar"/>
|
and this location does not exist. I do however have a
M2_REPO/javax/activation/activation/1.1/activation-1.1.jar?!?
I've resolved this locally by copying
M2_REPO/javax/activation/activation/1.1/activation-1.1.jar to
M2_REPO/javax/activation/activation/1.0.2/activation-1.0.2.jar, but the deeper cause needs
to be adressed
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062457#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...