如何实现 Idempiere 5.1 版

How to materialize Idempiere Version 5.1

你是如何实现idempiere的?我正在使用 Eclipse Neon 4.6 使用 Buckminster 更新从 Eclipse 下载 http://download.eclipse.org/tools/buckminster/updates-4.5 and I am using Java SDK 8 152 version. Also I already clone their repository in https://bitbucket.org/idempiere/idempiere. And I already made Idempiere target platform and I followed the steps in http://wiki.idempiere.org/en/Installation_in_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.rmap
ERROR [0015] : No suitable provider for component org.eclipse.jdt.core.compiler.batch:osgi.bundle was found in searchPath bundles.maven
ERROR [0015] : Resolution attempt ended with exception: Provider maven2(http://central.maven.org/maven2): Missing CSpec source required by component type osgi.bundle
ERROR Provider maven2(http://central.maven.org/maven2): Missing CSpec source required by component type osgi.bundle

实际上控制台中还有更多错误,但所有错误都是一样的。无法连接 http://central.maven.org/maven2 中的 link。

您正在查看的页面已过时(我刚刚在该页面上做了注释),请按照 http://wiki.idempiere.org/en/Installing_iDempiere

上更新的指南进行操作

我看到你失败的两个问题: - 对于 5.1,我们需要使用 Eclipse Oxygen - Buckminster 需要从特殊的不同 URL 安装,如指南

中所述