Re: Can't locate str_utils in classpath

2010-11-02 Thread Rasmus Svensson
2010/10/31 Steven Arnold thoth.amon.i...@gmail.com: Hello, I am trying to use the str-utils library with Clojure (or the str-utils2, I understand str-utils was deprecated).  Neither of these work for me.  I am on OS X 10.6.4 and have installed clojure-contrib via the MacPorts system.  The

Re: Can't locate str_utils in classpath

2010-10-31 Thread Steven Arnold
That was it. I had to add the entire path up to and including to contrib jar in order for clj to work. Merely adding the directory to the classpath was not sufficient, and the clj script ignored the value of my env variable $CLASSPATH, so I had to edit the clj script itself to get this working.

Re: Can't locate str_utils in classpath

2010-10-31 Thread Mike Meyer
On Sun, 31 Oct 2010 00:09:31 -0700 (PDT) Steven Arnold thoth.amon.i...@gmail.com wrote: That was it. I had to add the entire path up to and including to contrib jar in order for clj to work. Merely adding the directory to the classpath was not sufficient, and the clj script ignored the

Can't locate str_utils in classpath

2010-10-30 Thread Steven Arnold
Hello, I am trying to use the str-utils library with Clojure (or the str-utils2, I understand str-utils was deprecated). Neither of these work for me. I am on OS X 10.6.4 and have installed clojure-contrib via the MacPorts system. The clojure-contrib is in my classpath; see below for a

Re: Can't locate str_utils in classpath

2010-10-30 Thread Santosh Rajan
Is the contrib.jar in your 'clj' script classpath? On Sun, Oct 31, 2010 at 10:18 AM, Steven Arnold thoth.amon.i...@gmail.comwrote: Hello, I am trying to use the str-utils library with Clojure (or the str-utils2, I understand str-utils was deprecated). Neither of these work for me. I am on