On Dec 19, 3:45 pm, Stuart Sierra <the.stuart.sie...@gmail.com> wrote:
> Hi Rich & all,
> While compiling Clojure, It seems that *compile-path* is being set to
> the absolute path to "classes" within the Clojure source
> distribution.  That is:
>
> unzip clojure_20081217.zip
> cd clojure
> java -jar clojure.jar
> Clojure
> user=> *compile-path*
> "/Users/rich/dev/clojure/classes"
>
> And it doesn't obey the system property used by clojure.lang.Compile:
>
> java -Dclojure.compile.path="/tmp/classes" -cp /tmp/
> classes:clojure.jar clojure.main
> Clojure
> user=> *compile-path*
> "/Users/rich/dev/clojure/classes"
>

Looks like a bug in compile.main, where with-bindings hardwired the
compile-time value of clojure.compile.path.

Fixed (svn 1177) - thanks for the report.

Rich

--~--~---------~--~----~------------~-------~--~----~
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
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to