shraga89 / Ontobuilder-Research-Environment

8 stars 4 forks source link

Make into a maven compatible project #3

Closed tomersagi closed 3 years ago

tomersagi commented 3 years ago
tomersagi commented 3 years ago

Currently compiles (mvn compile works)

tomersagi commented 3 years ago

However, this is what happens when trying to run:

mvn package
...
...
$ java -jar ore-1.0-SNAPSHOT-jar-with-dependencies.jar

Error: Unable to initialize main class ac.technion.schemamatching.experiments.OBExperimentRunner
Caused by: java.lang.NoClassDefFoundError: ac/technion/iem/ontobuilder/matching/wrapper/OntoBuilderWrapper
tomersagi commented 3 years ago

Working on branch add-pom

tomersagi commented 3 years ago

COMA is no longer maintained and there is no maven candidate. Also it's installation is as complicated as ORE (even more): https://dbs.uni-leipzig.de/en/Research/coma_index.html

I'm removing it from the ORE maven version.

tomersagi commented 3 years ago

Passes test using ontobuilderDev jars, yohoo!