phillord / tawny-owl

Build OWL Ontologies in a Programmatic Environment
GNU Lesser General Public License v3.0
251 stars 54 forks source link

HelloWorld example has two namespace bugs #65

Open allysonlister opened 6 years ago

allysonlister commented 6 years ago

The namespace line of core.clj and helloworld.clj had some extra bits causing a FileNotFound Exception:

(ns helloworld.helloworld (ns helloworld.core

They're correct above, as I corrected them in my local install, but as I recall, they both had some errant "core" strings added in... thanks!

phillord commented 6 years ago

Hopefully corrected now. Can you try again. You might need to delete ~/.m2/repository/ontology/lein-template to get it to update