clojure.contrib.string is part of Clojure-Contrib 1.2, whilst you're
using 1.1.

I believe clojure.contrib.str-utils is the equivalent 1.1 library.

(also, clojure.contrib.string was designed to be "require"d, rather
than "use"d).

- James

On May 22, 2:58 am, Allan Moore <a...@telusplanet.net> wrote:
> Okay, this is probably a stupid question, but I have these three lines
> at the top of my file:
>
>    (use 'clojure.contrib.duck-streams)
>    (use 'clojure.contrib.classpath)
>    (use 'clojure.contrib.string)
>
> I get the error message:
>
>    java.io.FileNotFoundException: Could not locate clojure/contrib/
> string__init.class or clojure/contrib/string.clj on       classpath:
> (test.clj:18)
>
> If I type (classpath) at the repl I see #<File C:
> \clojure-1.1.0\clojure-contrib.jar> is in there.  I find it odd that
> duck-streams and classpath work while string does not.  I also notice
> that io won't work.  What am I doing wrong?
>
> --
> 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
> Note that posts from new members are moderated - please be patient with your 
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group 
> athttp://groups.google.com/group/clojure?hl=en

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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