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

Installing with Lein 2 #2

Closed
davejacobs opened this issue Jan 10, 2013 · 6 comments
Closed

Installing with Lein 2 #2

davejacobs opened this issue Jan 10, 2013 · 6 comments

Comments

@davejacobs
Copy link

How can I install this under Leiningen 2? I tried adding it to ~/.lein/profiles.clj and (separately) to ./project.clj as a dependency, and Lein can't find it as a task. Is Overlay Lein2-ready?

@tobias
Copy link
Member

tobias commented Jan 11, 2013

@davejacobs - overlay isn't a lein plugin, it's a library that is used by the lein-immutant plugin, and can also be used as a standalone project by cloning the overlay repo and running lein overlay foo bar within the checkout. Which, I just realized, looks an awful lot like a lein task provided by a plugin :)

@tobias tobias closed this as completed Jan 11, 2013
@davejacobs
Copy link
Author

Gotcha. Any plans to convert? (Building tasks is pretty straightforward these days.)

@tobias
Copy link
Member

tobias commented Jan 11, 2013

Would there be any value in making overlay a plugin? The overlay functionality is already exposed via the lein-immutant plugin: lein immutant overlay torquebox - see http://immutant.org/tutorials/overlay/.

@davejacobs
Copy link
Author

I am only just getting into this Torquebox/Immutant world, but wouldn't the benefit be that you could overlay Immutant on an existing Torquebox installation?

@tobias
Copy link
Member

tobias commented Jan 15, 2013

Ah, right. I see TorqueBox/Immutant installations as fungible, so wouldn't care which one I started with. And from a functionality standpoint, you get the same result no matter which direction you overlay. That being said, if you are interested in making overlay useable as a plugin, we'll happily take a look at what you come up with.

@davejacobs
Copy link
Author

So far, I'm just going to be using them separately, but if that changes, I'll submit a PR!

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

2 participants