-
Notifications
You must be signed in to change notification settings - Fork 4
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
Leiningen 2 #6
Comments
Forget that, looks like adding [gaeshi/lein-gaeshi "0.10.0"] instead did the trick. |
The gaeshi command does not appear to work, whereas lein gaeshi does. This is fine except lein gaeshi new looks for a project.clj file which obviously does not exist. |
Martin, Coincidentally, I added lein2 support yesterday. Below is what my ~/.lein/profiles.clj looks like. The gaeshi entry should be the only one you need. Let me know if you have trouble. Micah { On Jul 19, 2012, at 12:40 AM, Martin Clausen wrote:
|
Thanks, the plugin installs but the gaeshi command (without lein) does not work. Neither does "lein gaeshi new" as it appears to look for a project.clj file which does not exist. I am on OSX btw, if that makes a difference. |
Martin, Thanks. Turns our there were a few things I forgot with the update. I've added them and re-pused to version 0.10.0 since it was broken in the first place. You'll have to delete your downloaded version to get the update.
Then you should be good to go. Micah On Jul 19, 2012, at 10:26 AM, Martin Clausen wrote:
|
Thanks. The stand alone gaeshi command still does not work, but that is not Just in case someone else sees this the command to delete gaeshi from the rm -rf ~/.m2/repository/gaeshi/lein-gaeshi On Thu, Jul 19, 2012 at 3:03 PM, Micah Martin <
|
Cool. That standalone gaeshi command was lein1 only… and I feel like it was a bad idea. Micah On Jul 19, 2012, at 2:16 PM, Martin Clausen wrote:
|
Is it possible to install this plugin using Leiningen 2. If so how is it done? I have tried adding:
[gaeshi/kuzushi "0.5.2"]
to .lein/profiles.clj, but that does not appear to work. gaeshi is added to .m2 though.
The text was updated successfully, but these errors were encountered: