简体   繁体   中英

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.

When I try to fix the following errors by 'Discover new m2e connectors',

在此处输入图像描述

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?

在此处输入图像描述

  1. No repository found at 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 .

在此处输入图像描述

  1. Unknown Host: http://download.robovm.org/eclipse/content.xml

在此处输入图像描述

I have added all the following dependencies as mentioned in the development guide,

  • JDK
  • Maven
  • CMake
  • Xcode and command line tools
  • IntelliJ IDEA 15 or higher, stored under /Applications/IntelliJ IDEA CE.app
  • OpenSSL development libraries, install via brew install openssl on Mac OS X
  • autoconf, install via brew install autoconf on Mac OS X
  • automake, install via brew install automake on Mac OS X
  • libtool, install via brew install libtool on Mac OS X

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. Followed guide and imported for start Eclipse plugin and then Compiler set of project.

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.

Please try using up-to date version of tools. Also try importing and solving modules one by one.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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