CARiSMA-Tool / carisma-tool

Implementation of the CARiSMA Tool
https://github.com/CARiSMA-Tool/carisma-tool
Eclipse Public License 1.0
3 stars 5 forks source link

Fixed build issues on recent Java versions. #6

Closed seiferma closed 3 years ago

seiferma commented 4 years ago

I had some minor issues compiling CARiSMA in my Eclipse using recent (>8) java versions, so I decided to propose a fix.

The downside of the fix is that you have to install the javax.xml.bind bundle from the Eclipse orbit updatesite into your Eclipse. Additionally, you have to include the bundle in your update site. An aggregated update site (see CBI aggregator) might be feasible. Another option would be to include the bundle in a feature. I have done none of these suggestions because I am not sure what you prefer.

The build does not work because of test failures but these tests already failed before my changes.