LauJensen / clojureql

ClojureQL is superior SQL integration for Clojure
https://clojureql.sabrecms.com
Eclipse Public License 1.0
285 stars 39 forks source link

ivy dons't fetch dependencies #2

Closed narkisr closed 14 years ago

narkisr commented 15 years ago

running ant (post setting the local.properties file) results with:

BUILD FAILED java.lang.ClassNotFoundException: org.apache.derby.impl.jdbc.EmbedConnection (derby.clj:34) at clojure.lang.Compiler.analyze(Compiler.java:4340) at clojure.lang.Compiler.analyze(Compiler.java:4286) at clojure.lang.Compiler$InvokeExpr.parse(Compiler.java:2771)

Downloading the derby and mysql jars manually & moving them into the lib folder sort the error.

kotarak commented 14 years ago

What settings did you put into the local.properties file?

kotarak commented 14 years ago

Do not specify the location of your clojure.jar in the local.properties file if you want to use Ivy. This is actually a feature. The intention of this behaviour is to allow overriding the use of Ivy since not everyone has it/wants it/likes it. But if you choose so, you have to get all dependencies yourself....