The classpath problem is a swank-clojure issue that's been fixed in git. We should have a new release soon; in the mean time lein swank will work. Else you can manually upgrade to the latest swank-clojure.el with M-x package-install-from-buffer.
Development vs production properties is out of the scope of a build tool. Just place a jar/dir with the desired properties file on the classpath in front of the code jar when you're on your production environment. You can do deps that are dev-time only though. -Phil On Apr 5, 2010 5:03 AM, "Istvan Devai" <[email protected]> wrote: Hi! Some leiningen questions: 1. It seems that the resources directory does not get added to the classpath, even though the docs say so. I tried to use :resoures flag, but still, it did not work. Any idea? 2. Is there some support for profiles in leiningen? (Eg. I'd like to have a properties file that is different when it comes to development and production env.) Cheers, Istvan -- 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]<clojure%[email protected]> For more options, visit this group at http://groups.google.com/group/clojure?hl=en To unsubscribe, reply using "remove me" as the subject. -- 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
