Re: leiningen: how to set compiled classes outputdir

2011-10-21 Thread Phil Hagelberg
On Fri, Oct 21, 2011 at 10:33 AM, siyu798 wrote: > I tried :compile-path and it worked, but it's not listed > in https://github.com/technomancy/leiningen/blob/stable/sample.project.clj Good catch; I will add this. -Phil -- You received this message because you are subscribed to the Google Grou

Re: leiningen: how to set compiled classes outputdir

2011-10-21 Thread siyu798
I tried :compile-path and it worked, but it's not listed in https://github.com/technomancy/leiningen/blob/stable/sample.project.clj -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note tha

leiningen: how to set compiled classes outputdir

2011-10-21 Thread siyu798
Hi, I'm trying to set the classes output path different from the default src/main/classes by overriding :javac-options {:destdir "../../target/classes/"} and that does not seem to work. is there a property I can use to accomplish this? Thanks, Siyu -- You received this message because you