I'm using following software versions,
JDK v1.6.0_19
Maven v2.2.1
Eclipse v3.5.2 Classic
Marketcetera v1.7.0 from SVN trunk
Maven compiled everything ok and created Photon target files. Imported projects into Eclipse and rebuild with new Photon target files. Eclipse completed build with no errors except warnings.
The problem is I cannot run Photon from Eclipse. The error I get when I tried to run Photon within Eclipse is,
Cannot complete the install because one or more required items could not be found. Software being installed: Photon 1.7.0 1.7.0 (org.marketcetera.photon.Photon 1.7.0)
Missing requirement: Mylyn Commons Net 3.2.0.v20090617-0100-e3x (org.eclipse.mylyn.commons.net 3.2.0.v20090617-0100-e3x) requires 'bundle org.apache.commons.lang 2.3.0' but it could not be found
Cannot satisfy dependency: From: Photon 1.7.0 1.7.0 (org.marketcetera.photon.Photon 1.7.0) To: org.marketcetera.photon.feature.feature.group [1.7.0]
Cannot satisfy dependency: From: Photon Feature 1.7.0 (org.marketcetera.photon.feature.feature.group 1.7.0) To: org.eclipse.mylyn.commons.net [3.2.0.v20090617-0100-e3x]
I do see both jars in my photon target plugins directory, ie.
org.apache.commons.lang_2.3.0.v200803061910.jar
org.eclipse.mylyn.commons.net_3.2.0.v20090617-0100-e3x.jar
Am I missing some other configs in Eclipse?
|