robovm icon indicating copy to clipboard operation
robovm copied to clipboard

Errors with dependencies when build robovm locally using eclipse

Open chinthaka01 opened this issue 4 years ago • 1 comments

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',

Screenshot 2020-10-10 at 19 54 09

I'm getting these following errors,

Screenshot 2020-10-10 at 19 53 40

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 ?

Screenshot 2020-10-10 at 20 04 06

  1. No repository found at http://ifedorenko.github.com/m2e-extras/. - This is not exist now.

Screenshot 2020-10-10 at 20 06 52

  1. No repository found at https://github.com/MobiVM/robovm/tree/master/plugins/eclipse.

Screenshot 2020-10-10 at 20 07 44

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

Screenshot 2020-10-10 at 20 09 15

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,

Mac OS: 10.15.4 Xcode: 12.0.1 Eclipse: 2019-03 (4.11.0) Robovm: https://github.com/MobiVM/robovm (master branch - 2.3.11) JDK: 1.8 Maven: 3.6.3 m2e:

Screenshot 2020-10-10 at 20 22 25

I'm stuck on these errors and looking for your help please. Thanks !

chinthaka01 avatar Oct 10 '20 14:10 chinthaka01

Hey, 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.

dkimitsa avatar Oct 20 '20 14:10 dkimitsa