Re: use spit from clojure.contrib.duck_streams

2008-10-24 Thread Stephen C. Gilardi
On Oct 24, 2008, at 9:44 AM, stephan wrote: > user> (use 'clojure.contrib.duck_streams) > gives me this exception: > java.lang.Exception: namespace 'clojure.contrib.duck_streams' not > found after loading '/clojure/contrib/duck_streams/ > duck_streams.clj' (NO_SOURCE_FILE:0) - Lisps trad

Re: use spit from clojure.contrib.duck_streams

2008-10-24 Thread stephan
Hi J. Thanks, that makes things a little bit clearer for a non-java- programmer. It was actually my fault to use the underscore in duck_streams instead of the minus sign. Best, Stephan On Oct 24, 4:20 pm, "J. McConnell" <[EMAIL PROTECTED]> wrote: > On Fri, Oct 24, 2008 at 9:44 AM, stephan <[EM

Re: use spit from clojure.contrib.duck_streams

2008-10-24 Thread Stuart Sierra
On Oct 24, 9:44 am, stephan <[EMAIL PROTECTED]> wrote: > user> (use 'clojure.contrib.duck_streams) > gives me this exception: > java.lang.Exception: namespace 'clojure.contrib.duck_streams' not > found after loading '/clojure/contrib/duck_streams/ > duck_streams.clj' (NO_SOURCE_FILE:0) Hi Stephan

Re: use spit from clojure.contrib.duck_streams

2008-10-24 Thread J. McConnell
On Fri, Oct 24, 2008 at 9:44 AM, stephan <[EMAIL PROTECTED]> wrote: > > I downloaded the svn trunk of clojure-contrib, used ant to build the > jar-file, and copied that into a directory included in the classpath. Unfortunately, jars within directories in the classpath aren't picked up by the clas