Re: clojure.Compile output in clojure-clr 1.3.0

2011-10-31 Thread dmiller
That is an side effect of changes that were made to naming/location of the assemblies output from compilation. Whether it's a feature or bug depends on how hard it is to change. :) Issue posted. -David On Oct 29, 6:58 am, Ian wrote: > Hi all, > > In Clojure 1.2.0, if I run a command like: >

clojure.Compile output in clojure-clr 1.3.0

2011-10-29 Thread Ian
Hi all, In Clojure 1.2.0, if I run a command like: c:\clojure\Clojure.Compile.exe program then the output .dll and .exe files turn up in the current directory as expected, but since 1.3.0 the output files land in the c:\clojure\ directory (i.e. the location of the compiler), which seems rather s