Re: Modify clojure startup behavior

2010-06-01 Thread MHOOO
Ah thanks. I've been looking for that line. On May 31, 4:06 pm, Remco van 't Veer wrote: > On 2010/05/31 14:25, MHOOO wrote: > > > I'd like to have clojure *not* `(load x)` where x is at least: > > clojure.zip, clojure.xml, clojure.set > > when starting clojure up. I didn't really find any place

Re: Modify clojure startup behavior

2010-05-31 Thread Remco van 't Veer
On 2010/05/31 14:25, MHOOO wrote: > I'd like to have clojure *not* `(load x)` where x is at least: > clojure.zip, clojure.xml, clojure.set > when starting clojure up. I didn't really find any place in the > clojure code where I could do that except remove the entire subsystem > from the ant build.

Modify clojure startup behavior

2010-05-31 Thread MHOOO
I'd like to have clojure *not* `(load x)` where x is at least: clojure.zip, clojure.xml, clojure.set when starting clojure up. I didn't really find any place in the clojure code where I could do that except remove the entire subsystem from the ant build.xml. Anyone knows how to solve this? Is there