Closed tomersagi closed 3 years ago
Currently compiles (mvn compile works)
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
Working on branch add-pom
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.
Passes test using ontobuilderDev jars, yohoo!