I know one of my plugins lein-groovyc broke due to automatic expansion from 
relative to absolute paths in properties ending with paths.  Not a big deal i 
figured i would just change the property name and document as breaking change. 

What might be useful is a standard way to better label what versions plugins 
are known to work with, perhaps even just cleaner seperation of plugins on wiki 
page? 

Also could you elaberate on how to configure middleware, i wanted to turn the 
following gist into middleware https://gist.github.com/2244645.  I tried moving 
it to a file leiningen/gitversion.clj with same namespace and changed version+ 
to defn gitversion [project].  I then tried various ways to add this to project 
uncessessfully:  
:middelware [leiningen.gitversion] as plugin syntax and
:middleware ['leiningen.gitversion/gitversion] from what i could infer from 
code but couldnt get it to work.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to