f4rozi / co-ode-owl-plugins

Automatically exported from code.google.com/p/co-ode-owl-plugins
0 stars 0 forks source link

org.coode.oae doesn't work with recent OWL API #33

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Current Protégé, i.e. 4.1 or 4.2, comes with an updated version of the OWL 
API, which does not contain an org.semanticweb.owl package any more:

java.lang.ClassNotFoundException: 
org.semanticweb.owl.inference.OWLReasonerException not found by org.coode.oae 
[16]

http://www.cs.man.ac.uk/~iannonel/owlcalculations/downloads.html says OWL API 
2.1.1 *or later*. However it seems that since rev. 1209 org.semanticweb.owl has 
been renamed to org.semanticweb.owlapi: 
http://owlapi.svn.sourceforge.net/viewvc/owlapi/v3/trunk/api/src/main/java/org/s
emanticweb/?pathrev=1209

Original issue reported on code.google.com by yout...@phuk.ath.cx on 5 Dec 2011 at 11:53