Janus onto Clojars?
Is it possible to get a Janus jar onto Clojars?
When I attempt to create a local jar "lein jar", I receive:
java.io.FileNotFoundException: Could not locate midje/sweet__init.class or midje/sweet.clj on classpath:
Many Thanks
Aidy
Great idea! I've been idly thinking about how to distribute it after GitHub downloads seemed to vanish.
For your immediate problem try:
lein uberjar
Giles
On Fri, Jan 24, 2014 at 11:11 AM, aidylewis [email protected]:
Is it possible to get a Janus jar onto Clojars?
When I attempt to create a local jar "lein jar", I receive:
java.io.FileNotFoundException: Could not locate midje/sweet__init.class or midje/sweet.clj on classpath:
Many Thanks
Aidy
Reply to this email directly or view it on GitHubhttps://github.com/gga/janus/issues/3 .
It looks like :dev_dependencies is not supported in lein 2, so moved everything to :dependencies. The above was a typo and I meant "lein uberjar". I'll fork and see if I can get this running. Great idea by the way, excellently presented consumer contract file.
Thanks. And I'm looking forward to the PR.
On Fri, Jan 24, 2014 at 12:16 PM, aidylewis [email protected]:
It looks like :dev_dependencies is not supported in lein 2, so moved everything to :dependencies. The above was a typo and I meant "lein uberjar". I'll fork and see if I can get this running. Great idea by the way, excellently presented consumer contract file.
— Reply to this email directly or view it on GitHubhttps://github.com/gga/janus/issues/3#issuecomment-33218246 .