marick / lein-midje

Leiningen plugin for Midje
MIT License
77 stars 29 forks source link

No label/title for Midje plugin in tasks list #2

Closed AlexBaranosky closed 12 years ago

AlexBaranosky commented 13 years ago

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)

marick commented 13 years ago

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: https://github.com/marick/lein-midje/issues/2


Brian Marick, Artisanal Labrador Contract programming in Ruby and Clojure Occasional consulting on Agile www.exampler.com, www.twitter.com/marick

AlexBaranosky commented 12 years ago

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.

marick commented 12 years ago

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

AlexBaranosky commented 12 years ago

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

marick commented 12 years ago

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.