I'm using: <dependency> <groupId>org.clojure.contrib</groupId> <artifactId>repl-utils</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency> ... <repository> <id>clojure-snapshots</id> <url>http://build.clojure.org/snapshots</url> </repository> ... My user.clj has: (use '[clojure.contrib.repl-utils :only (show run run*)]) And I launch the repl with:
java -cp "C:\Documents and Settings\ablancas\.m2\repository\org\clojure \clojure\1.3.0-alpha6\clojure-1.3.0-alpha6.jar;C:\Documentsand Settings \ablancas\.m2\repository\org\clojure\contrib\repl-utils\1.3.0-SNAPSHOT \repl-utils-1.3.0-SNAPSHOT.jar;C:\Documents and Settings\ablancas \.m2\repository\org\clojure\contrib\seq\1.3.0-SNAPSHOT\seq-1.3.0- SNAPSHOT.jar";c:\dev\projects\clojure clojure.main Var *feeling-lucky-url* not marked :dynamic true, setting to :dynamic. You should fix this before next release! Var *feeling-lucky* not marked :dynamic true, setting to :dynamic. You should fix this before next release! Var *local-javadocs* not marked :dynamic true, setting to :dynamic. You should fix this before next release! Var *core-java-api* not marked :dynamic true, setting to :dynamic. You should fix this before next release! Var *remote-javadocs* not marked :dynamic true, setting to :dynamic. You should fix this before next release! Clojure 1.3.0-alpha6 user=> On Apr 15, 6:28 am, Stuart Sierra <the.stuart.sie...@gmail.com> wrote: > If you're referring to clojure-contrib in its current, monolithic form, it > is all deprecated. New development is happening in new, per-library > repositories athttp://github.com/clojure > > -Stuart Sierra > clojure.com -- 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