No label/title for Midje plugin in tasks list
Closed this issue · 5 comments
When I run 'lein' it lists out each available plugin, with a short description of that plugin to the right. Midje has no label/title in that spot. I took a look to see if there was a way to give Midje something there, but couldn't find where it would go. Maybe it isn't possible to do? (Slamhound has no title either and was created by Leiningen's maintainer, so, maybe it just isn't possible)
Do you have the latest version? I thought I'd fixed that. At least:
$ lein help
Leiningen is a tool for working with Clojure projects.
Several tasks are available:
classpath Print the classpath of the current project.
...
midje Run both Midje and clojure.test tests.
On Aug 20, 2011, at 1:31 PM, AlexBaranosky wrote:
When I run 'lein' it lists out each available plugin, with a short description of that plugin to the right. Midje has no label/title in that spot. I took a look to see if there was a way to give Midje something there, but couldn't find where it would go. Maybe it isn't possible to do? (Slamhound has no title either and was created by Leiningen's maintainer, so, maybe it just isn't possible)
Reply to this email directly or view it on GitHub:
#2
Brian Marick, Artisanal Labrador
Contract programming in Ruby and Clojure
Occasional consulting on Agile
www.exampler.com, www.twitter.com/marick
Hi Brian,
Sorry I am just now getting back to you. I've been so busy.
I just ran "lein plugin install lein-midje 1.0.3", to make sure I indeed had the newest version. Then I ran "lein help", and still I see no text to the right of midje in the task listing.
On Sep 15, 2011, at 7:27 PM, AlexBaranosky wrote:
I just ran "lein plugin install lein-midje 1.0.3", to make sure I indeed had the newest version. Then I ran "lein help", and still I see no text to the right of midje in the task listing.
What happens if you do this:
586 $ lein plugin uninstall lein-midje 1.0.3
Uninstalled lein-midje 1.0.3.
587 $ lein plugin install lein-midje 1.0.3
Including lein-midje-1.0.3.jar
Created lein-midje-1.0.3.jar
588 $ lein help
Perhaps there was a "version" of 1.0.3 that didn't have the help text?
Brian Marick, Artisanal Labrador
Now working at http://path11.com
Contract programming in Ruby and Clojure
Occasional consulting on Agile
Hi Brian,
When I run the above code on my laptop (newer than my other computer, so
probably had a newer version of the plugin in the first place) I see the
title for midje in 'lein help'.
Looks like the problem is solved. I didn't realize there were different
versions of 1.0.3
Alex
Well, there shouldn't have been... (different versions of 1.0.3). I probably screwed up somehow. I promise I will never screw up again.