-
Type:
Bug
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 3.2.2
-
Fix Version/s: None
-
Component/s: Collection
-
Labels:None
-
Environment:
jdk1.7 commons-collections 3.2.2
Hi all, when i use commons-collections 3.2.2, and build my rcp application. it always show this error:
[java] [eclipse.generateFeature] Some inter-plug-in dependencies have not been satisfied.
[java] [eclipse.generateFeature] Bundle org.apache.commons.collections:
[java] [eclipse.generateFeature] Host plug-in JavaSE_0.0.0 has not been found.
but for commons-collections 3.2.1.every thing is fine.
and compared the 3.2.2 and 3.2.1
Mainfest.mf file add this:
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.3))"
if remove it, i can build my application.
i use jdk1.7 in my local(i also tested jdk1.8, same problem)
so i don't understand why show this problem.
i am new guy for this, if misunderstand this, sorry