jgrzebyta / triple-loader

Framework and CL tools for hight throughput manipulation on RDF statements (triples and quads).
GNU Lesser General Public License v3.0
10 stars 0 forks source link

Compiler can't see rdf4j/version.clj created by boot version task. #40

Closed jgrzebyta closed 7 years ago

jgrzebyta commented 7 years ago

Boot Cl returns FileNotFoundException:

java.io.FileNotFoundException: Could not locate rdf4j/version__init.class or rdf4j/version.clj on classpath.
   clojure.lang.ExceptionInfo: Could not locate rdf4j/version__init.class or rdf4j/version.clj on classpath.
    file: "rdf4j/loader.clj"

Temporary added file to resources/ directory.

Ref degree9/boot-semver issue 60