#22889: clojure-contrib with erring CLASSPATH ---------------------------------------+------------------------------------ Reporter: trier@… | Owner: ian.eure@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: clojure contrib classpath | Port: clojure-contrib ---------------------------------------+------------------------------------ Comment(by ian.eure@…): This may be a bug in the clojure port's `clj` script; it ignores `$CLASSPATH`. The correct way to add elements to the classpath appears to be via the `.clojure` file: {{{ $ echo /opt/local/share/java/clojure/lib/clojure-contrib.jar >> .clojure $ clj Clojure 1.0.0- user=> (require 'clojure.contrib.str-utils) nil user=> }}} However, I have a patch to make it respect `$CLASSPATH`. -- Ticket URL: <http://trac.macports.org/ticket/22889#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS