For one example of how to set up libraries so they can find each other, Stuart Halloway's *Programming Clojure* has a sample code bundle at http://www.pragprog.com/titles/shcloj/source_code. This is arranged in directories and includes scripts for executing the code. Clojure contrib is there among other libraries.
Joshua On Wed, Apr 1, 2009 at 10:22 PM, Daniel Jomphe <danieljom...@gmail.com>wrote: > > Let's say I *hate* dealing with Java classpaths, especially within > IDEs. > Somehow, it's always the hardest configuration part of setting up a > project. > > Let's add I want to use clojure + clojure.contrib. > > If my mileage is representative at all of most newcomer's experiences > trying to get acquainted with clojure, this is very bad: all the > following editors have a plugin for clojure, but none of them comes > with an easy way to add clojure.contrib to the classpath. > > emacs+SLIME+clojure-mode - works incredibly great for core clojure > netbeans - works great for core clojure > intellij - works ok for core clojure; if I add contrib's jar to the > libs, it seems to see it somehow, but still doesn't work > > I have spent ~30 mins in each one of them trying to make it work, and > failed. I have also spent some time skimming different tutorials, and > it looks like this is not covered. > > Would you fellow clojurians have wise advice for me? While I await > your answers, I'm going to try eclipse. I think I've read Laurent > Petit, the other day, saying his eclipse plugin automatically handles > classpaths. > > I would *love* to know how to make it work in each one of these > editors; I'm not yet decided on which one I want to use. > > > --~--~---------~--~----~------------~-------~--~----~ 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 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 -~----------~----~----~----~------~----~------~--~---