你如何实现idempiere?我使用EclipseNeon4.6UseBuckminster从Eclipse http://download.eclipse.org/tools/buckminster/updates-4.5中更新下载,我使用的是JavaSDK8152Version。而且,我已经在https://bitbucket.org/idempiere/idempiere中克隆了它们的存储库。我已经制作了Idempiere目标平台,我遵循了Eclipse中的步骤,但在实现方面仍然有一些错误。
控制台中的错误是:
ERROR [0015] : No suitable provider for component org.eclipse.jdt.core.compiler.batch:osgi.bundle was found in resourceMap file:/D:/idempiere5.1/org.adempiere.sdk-feature/adempiere.rmapERROR [0015] : No suitable provider for component org.eclipse.jdt.core.compiler.batch:osgi.bundle was found in searchPath bundles.mavenERROR [0015] : Resolution attempt ended with exception: Provider maven2(http://central.maven.org/maven2): Missing CSpec source required by component type osgi.bundleERROR Provider maven2(http://central.maven.org/maven2): Missing CSpec source required by component type osgi.bundle
实际上,控制台中还有更多的错误,但是所有的错误都是一样的。无法连接http://central.maven.org/maven2中的链接。
发布于 2017-11-28 09:31:43
您正在查看的页面已经过时(我刚刚在该页上做了一个说明),请遵循iDempiere更新的指南
我认为您正在失败的两个问题是:- 5.1,我们需要使用Eclipse氧气-巴克明斯特需要安装从一个特殊的不同的URL,如指南所述
https://stackoverflow.com/questions/47523210
复制相似问题