Re: Leiningen resource-paths

2014-07-25 Thread Yura Perov
IT wrote: > > My suggestion then: instead of storing the jar files, unzip them in their > respective resource directories? Should solve the über jar problem if > Leiningen isn't too strict in filtering what's copied from resources > folders to final build dir. >

Re: Leiningen resource-paths

2014-07-24 Thread Yura Perov
s: -Durl=file:maven > where "maven" is the directory. > > Then in your project.xml > > add > > :repositories {"local" "file:maven"} > > and depend on the jar as usual > > [smartchecker/bing-reporting "1.0.0"] > > uberjar

Leiningen resource-paths

2014-07-23 Thread Yura Perov
In my project.clj I include two jar files: :resource-paths ["resources/exterior_jars/forssj-optimization.jar" "resources/exterior_jars/umontreal-ssj-2.5.jar"] In my main.clj I import some objects from these dependencies: (ns myproject.main (:import [umontreal.iro.lecuyer.probdist ChiSquareDis