Hi Michael, hi Jason,
thanks for your help! I have it running now - but as I tried two
things at once, one of them being the svn update (or rather, a fresh
checkout), I cannot say if I really had the broken svn version.
I think my problem was that I used separate directories to update and
compil
Hi,
Did you update to the newest versions of clojure and clojure-contrib?
I think the way source filenames are stored in metadata changed
recently, and "source" was temporarily broken by this change.
Cheers,
Jason
On Apr 24, 11:41 pm, Sigrid wrote:
> Hi,
>
> I'm just starting with clojure, and
On Sat, Apr 25, 2009 at 7:13 PM, Sigrid wrote:
>
> Hi Kevin,
>
> thanks for your answer! Unfortunately, it doesn't work yet.
>
>> Was clojure-contrib compiled with a relevant "-Dclojure.jar="
>> option? For example,
>> ant -Dclojure.jar=/path/to/clojure.jar
>
> As I didn't remember, I recompi
Hi Kevin,
thanks for your answer! Unfortunately, it doesn't work yet.
> Was clojure-contrib compiled with a relevant "-Dclojure.jar="
> option? For example,
> ant -Dclojure.jar=/path/to/clojure.jar
As I didn't remember, I recompiled it now like this, and still it
doesn't work...
> For
Hi Sigrid,
Was clojure-contrib compiled with a relevant "-Dclojure.jar="
option? For example,
ant -Dclojure.jar=/path/to/clojure.jar
For what it's worth, I startup a Clojure REPL with:
java -cp c:\dl\clojure\clojure.jar;c:\dl\clojure-contrib\clojure-
contrib.jar;. clojure.lang.Repl
Hi,
I'm just starting with clojure, and I cannot get to use the
clojure.contrib.repl-utils/source function:
user=> (use 'clojure.contrib.repl-utils)
nil
user=> (source map)
Source not found
nil
I have the clojure-sources.jar in my classpath:
alias repl='java -cp /Users/hunli/Library/clojure/c