简体   繁体   English

使用 eclipse 在本地构建 robovm 时出现依赖项错误

[英]Errors with dependencies when build robovm locally using eclipse

I'm following the Development guide https://github.com/MobiVM/robovm/wiki/Developer-Guide to build RoboVM locally using eclipse IDE. I have followed the steps till https://github.com/MobiVM/robovm/wiki/Developer-Guide#importing-into-eclipse without any issue and issue begins after I Imported all projects into Eclipse via their Maven poms.我正在按照开发指南https://github.com/MobiVM/robovm/wiki/Developer-Guide使用 eclipse IDE 在本地构建 RoboVM。我已经按照步骤进行操作,直到https://github.com/MobiVM/robovm/ wiki/Developer-Guide#importing-into-eclipse没有任何问题,问题在我通过他们的 Maven poms 将所有项目导入 Eclipse 之后开始。

When I try to fix the following errors by 'Discover new m2e connectors',当我尝试通过“发现新的 m2e 连接器”修复以下错误时,

在此处输入图像描述

I'm getting these following errors,我收到以下错误,

在此处输入图像描述

Following are the above errors one by one.下面一一列举上面的错误。

  1. HTTP Server 'Not Implemented': http://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-tycho/0.8.1/N/0.8.1.201704211436/content.xml/content.xml - How can I change http to https? HTTP 服务器“未实施”: http://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-tycho/0.8.1/N/0.8.1.201704211436/content.xml/content.8883812 -97638 http 到 https?

在此处输入图像描述

  1. No repository found at http://ifedorenko.github.com/m2e-extras/ .http://ifedorenko.github.com/m2e-extras/找不到存储库。 - This is not exist now. -现在不存在。

在此处输入图像描述

  1. No repository found at https://github.com/MobiVM/robovm/tree/master/plugins/eclipse .https://github.com/MobiVM/robovm/tree/master/plugins/eclipse找不到存储库。

在此处输入图像描述

  1. Unknown Host: http://download.robovm.org/eclipse/content.xml未知主机: http://download.robovm.org/eclipse/content.xml

在此处输入图像描述

I have added all the following dependencies as mentioned in the development guide,我已经添加了开发指南中提到的所有以下依赖项,

  • JDK JDK
  • Maven Maven
  • CMake CMake
  • Xcode and command line tools Xcode 和命令行工具
  • IntelliJ IDEA 15 or higher, stored under /Applications/IntelliJ IDEA CE.app IntelliJ IDEA 15 或更高版本,存储在 /Applications/IntelliJ IDEA CE.app 下
  • OpenSSL development libraries, install via brew install openssl on Mac OS X OpenSSL 开发库,在 Mac OS X 上通过 brew install openssl 安装
  • autoconf, install via brew install autoconf on Mac OS X autoconf,在 Mac OS X 上通过 brew install autoconf 安装
  • automake, install via brew install automake on Mac OS X automake,在 Mac OS X 上通过 brew install automake 安装
  • libtool, install via brew install libtool on Mac OS X libtool,在 Mac OS X 上通过 brew install libtool 安装

These are the versions I'm using,这些是我正在使用的版本,

在此处输入图像描述

I'm stuck on these errors and looking for your help please.我被困在这些错误上,请寻求您的帮助。 Thanks !谢谢 !

I have just downloaded and fresh installed Eclipse 2020-09.我刚刚下载并全新安装了 Eclipse 2020-09。 Followed guide and imported for start Eclipse plugin and then Compiler set of project.按照指南导入启动 Eclipse 插件,然后导入项目的编译器集。

And have not experienced this bunch of issues.并没有经历过这一堆问题。 More over after quick tweak of connectors and described in guide I was able to compile and run Eclipse RoboVM plugin.在快速调整连接器并在指南中进行了描述之后,我能够编译并运行 Eclipse RoboVM 插件。

Please try using up-to date version of tools.请尝试使用最新版本的工具。 Also try importing and solving modules one by one.也尝试一个一个地导入和解决模块。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM