Currently the compiler writes classes to the hierarchy under the value of *compile-path* whose root binding is "classes".
As we see in Stuart's build.xml patch, it can convenient to be able to specify such a path as part of the JVM's environment. To support that, I suggest the following: - give *compile-path* a root binding of nil. - make the compilation itself use (effectively) (or *compile-path* (System/getProperty "clojure.compile.path") "classes") In this way, the default behavior is still present, but can be overridden either by a Clojure binding or by a JVM property. --Steve --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---