Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[nebula-dev] New topic in forum Nebula, called Contribution Project Setup, by Peter Schulz

Title: Eclipse Community Forums
Subject: Contribution Project Setup Author: Peter Schulz Date: Tue, 10 February 2015 11:35
Hi,

I'd like to contribute by providing a fix for bugs.eclipse.org/bugs/show_bug.cgi?id=459484 but I'm afraid I need some help setting up the development environment. Here is what I've done so far:

I cloned the nebula repo, checked out master, and tried to launch /org.eclipse.nebula.examples/nebula.product using the eclipse IDE but I get some exceptions that some bundles could not be resolved, namely org.eclipse.emf.ecore version 2.9.0. I checked and the eclipse SDK 4.4.1 comes with 2.10.0. So I got eclipse SDK 4.3.2 which comes with 2.9.2. But now I other bundles where missing.

I tried to run mvn clean install but that failed in org.eclipse.nebula.widgets.radiogroup.tests because of java.lang.NoSuchFieldException: $jacocoAccess.

Since I could not find any documentation on how to setup a development environment, I'd appreciate any help.

My system setup

  • Windows 8.1 64-bit
  • Java 1.8.0u25 64-bit
  • Maven 3.2.1
  • IDE: eclipse SDK 4.4.1
[ Reply ][ Quote ][ View Topic/Message ][ Unsubscribe from this forum ]

Back to the top