janus icon indicating copy to clipboard operation
janus copied to clipboard

Janus onto Clojars?

Open ghost opened this issue 11 years ago • 3 comments

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

ghost avatar Jan 24 '14 11:01 ghost

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 .

gga avatar Jan 24 '14 12:01 gga

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.

ghost avatar Jan 24 '14 12:01 ghost

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 .

gga avatar Jan 24 '14 12:01 gga