Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Janus onto Clojars? #3

Open
ghost opened this issue Jan 24, 2014 · 3 comments
Open

Janus onto Clojars? #3

ghost opened this issue Jan 24, 2014 · 3 comments

Comments

@ghost
Copy link

ghost commented Jan 24, 2014

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

@gga
Copy link
Owner

gga commented Jan 24, 2014

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 notifications@github.comwrote:

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//issues/3
.

@ghost
Copy link
Author

ghost commented Jan 24, 2014

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.

@gga
Copy link
Owner

gga commented Jan 24, 2014

Thanks. And I'm looking forward to the PR.

On Fri, Jan 24, 2014 at 12:16 PM, aidylewis notifications@github.comwrote:

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//issues/3#issuecomment-33218246
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant