Yep, definitely. When I back down to the latest download version it works correctly.
$ sudo cp ~/Downloads/clojure_20080916/clojure.jar . Password: /usr/local/clojure $ java -cp clojure-contrib.jar:clojure.jar clojure.lang.Repl Clojure user=> (use 'clojure.contrib.str-utils) nil user=> (str-join "." [127 0 0 1]) "127.0.0.1" user=> On Thu, Nov 13, 2008 at 9:35 AM, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: > I just built Clojure and clojure-contrib from source. > > I'm getting something odd: > > $ ls > total 1288 > drwxr-xr-x 8 root wheel 272B Nov 12 12:15 . > drwxr-xr-x 24 root wheel 816B Nov 11 11:53 .. > -rw-r--r-- 1 root wheel 226B Nov 11 11:53 clojure-auto.el > -rw-r--r-- 1 root wheel 51K Nov 12 12:15 clojure-contrib.jar > -rw-r--r-- 1 root wheel 17K Nov 11 11:53 clojure-mode.el > -rw-r--r-- 1 root wheel 399B Nov 11 11:53 clojure-paredit.el > -rw-r--r-- 1 root wheel 485K Nov 13 08:57 clojure.jar > -rw-r--r-- 1 root wheel 75K Nov 11 11:53 paredit.el > /usr/local/clojure > $ java -cp clojure-contrib.jar:clojure.jar clojure.lang.Repl > Clojure > user=> (use 'clojure.contrib.str-utils) > java.io.FileNotFoundException: Could not locate > clojure/contrib/str_utils.class or clojure/contrib/str_utils.clj on > classpath: (NO_SOURCE_FILE:0) > user=> > > > Seems like (use) is looking in the wrong place for str_utils.clj ; > it's in clojure/contrib/str_utils/str_utils.clj. > > Also its odd that we're not seeing the full Java stack trace. > > -- > Howard M. Lewis Ship > > Creator Apache Tapestry and Apache HiveMind > -- Howard M. Lewis Ship Creator Apache Tapestry and Apache HiveMind --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
