1 2 Previous Next 25 Replies Latest reply on Jul 11, 2007 11:07 AM by pgier

    MAVEN: activation-1.0.2.jar not being fetched

    kabirkhan

      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

        1 2 Previous Next