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

Leiningen 2 #6

Open
maacl opened this issue Jul 19, 2012 · 7 comments
Open

Leiningen 2 #6

maacl opened this issue Jul 19, 2012 · 7 comments

Comments

@maacl
Copy link

maacl commented Jul 19, 2012

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.

@maacl
Copy link
Author

maacl commented Jul 19, 2012

Forget that, looks like adding [gaeshi/lein-gaeshi "0.10.0"] instead did the trick.

@maacl maacl closed this as completed Jul 19, 2012
@maacl maacl reopened this Jul 19, 2012
@maacl
Copy link
Author

maacl commented Jul 19, 2012

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.

@slagyr
Copy link
Owner

slagyr commented Jul 19, 2012

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

{
:1.2 { :dependencies [[org.clojure/clojure "1.2.0"]] }
:1.3 { :dependencies [[org.clojure/clojure "1.3.0"]] }
:1.4 { :dependencies [[org.clojure/clojure "1.4.0"]] }
:user {:plugins [[lein-clojars "0.9.0"]
[joodo/lein-joodo "0.10.0"]
[gaeshi/lein-gaeshi "0.10.0"]]}
}

On Jul 19, 2012, at 12:40 AM, Martin Clausen wrote:

Is it possible to install this plugin using Leinigen 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.


Reply to this email directly or view it on GitHub:
#6

@maacl
Copy link
Author

maacl commented Jul 19, 2012

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.

@slagyr
Copy link
Owner

slagyr commented Jul 19, 2012

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.

rm -rf ~/.m2/repositories/gaeshi/lein-gaeshi

Then you should be good to go.

Micah

On Jul 19, 2012, at 10:26 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.


Reply to this email directly or view it on GitHub:
#6 (comment)

@maacl
Copy link
Author

maacl commented Jul 19, 2012

Thanks. The stand alone gaeshi command still does not work, but that is not
a big deal.

Just in case someone else sees this the command to delete gaeshi from the
repo is:

rm -rf ~/.m2/repository/gaeshi/lein-gaeshi

On Thu, Jul 19, 2012 at 3:03 PM, Micah Martin <
reply@reply.github.com

wrote:

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.

    rm -rf ~/.m2/repositories/gaeshi/lein-gaeshi

Then you should be good to go.

Micah

On Jul 19, 2012, at 10:26 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.


Reply to this email directly or view it on GitHub:
#6 (comment)


Reply to this email directly or view it on GitHub:
#6 (comment)

@slagyr
Copy link
Owner

slagyr commented Jul 19, 2012

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:

Thanks. The stand alone gaeshi command still does not work, but that is not
a big deal.

Just in case someone else sees this the command to delete gaeshi from the
repo is:

rm -rf ~/.m2/repository/gaeshi/lein-gaeshi

On Thu, Jul 19, 2012 at 3:03 PM, Micah Martin <
reply@reply.github.com

wrote:

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.

   rm -rf ~/.m2/repositories/gaeshi/lein-gaeshi

Then you should be good to go.

Micah

On Jul 19, 2012, at 10:26 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.


Reply to this email directly or view it on GitHub:
#6 (comment)


Reply to this email directly or view it on GitHub:
#6 (comment)


Reply to this email directly or view it on GitHub:
#6 (comment)

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