I've gotten a bit frustrated by the alpha Eclipse plugin and I'm trying my hand at (Aqua)Emacs again.
My biggest frustration is gettting the classpath & current directory set up correctly. I have main my code in package folders under src/main/clojure, and my tests under src/test/clojure ... and I need src/main/resources and src/test/resources on the classpath as well. I'm wondering what other people do to manage these issues. Currently, I'm using Ant to run my tests, but doing anything in the REPL is hard, as I have to carefully load my namespaces in the right order, as they can't be resolved automatically (as that is dependent on having the classpath set up correctly). -- Howard M. Lewis Ship Creator of Apache Tapestry Director of Open Source Technology at Formos --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---