I m从事一项Eclipse RCP项目,该项目涉及3个 Java项目。
Starting from the bottom, gov.bop.rabid.xxx.ui
is the RCP project. The other two Java projects are included into the rabid RCP project.
I ve added these two Java projects as dependencies to my rabid project.
When I build the RCP product inside of Eclipse, everything builds and runs.
When I use the Eclipse product export wizard, I get the following error message in the logs.zip
file:
# 1/13/12 9:02:45 AM EST
# Eclipse Compiler for Java(TM) 0.B61, 3.7.0, Copyright IBM Corp 2000, 2010. All rights reserved.
----------
1. ERROR in C:BOPEclipse3.7RaBIdgov.bop.rabid.xxx.uisrcgovop
abidxxxuivideoRabidVideo.java (at line 3)
import gov.bop.eclipse.logging.EclipseLogging;
^^^^^^^^^^^^^^^
The import gov.bop.eclipse cannot be resolved
我知道,它有某种依赖性错误,但我无法发现,在我的RCP项目中,有哪一个地方存在依赖性。
Edited to add:
The first part of the Rabid Products Dependencies list:
The two other workspace plugins are included on the dependencies list.
这里是Rabid产品Eclipse经营组合插图清单的第一部分:
回答Tonny Madsen的问题(我赞赏大家的兴趣):
- gov.bop.eclipse logging is an Eclipse plug-in from an existing JAR Archive.
- com.aware.photocomponent is an Eclipse plug-in from an existing JAR Archive.
这里是一揽子探索者,名录开放:
与这一工作空间有关的有0个错误和0个警告。