Andreas Kostler <[email protected]> writes: > lein install > or > mvn > mvn install:install-file -DgroupId=blub -DartifactId=blub -Dversion=1 > -Dpackaging=jar -Dfile=/path/to/file
Thanks for this. Although I did install maven, I didn't get around to trying this solution as the simple solution of the recently added :extra-classpath-dirs key in lein does exactly what I need. Saved me the trouble of figuring out maven which I have never used... ;-) Thanks again, eric -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 + No Gnus v0.18 -- 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
