add-classpath stopped working with ns:import?

2009-05-24 Thread Steffen Glückselig
I just updated from SVN resulting in some code of mine no longer working: (add-classpath file:///C:/clojure/scripts/metadata- extractor-2.3.1.jar) (ns images.date-sorter (:import (javax.swing JFileChooser)) (:import (java.io File FilenameFilter)) (:import (java.text SimpleDateFormat))

Re: add-classpath stopped working with ns:import?

2009-05-24 Thread Meikel Brandmeyer
Hi, Am 24.05.2009 um 19:12 schrieb Steffen Glückselig: Did something break or was there a chance on purpose - or am I doing something wrong? There are changes in the latest SVN which cause problems with add-classpath. The official fix is: use the release. A second comment: The setup you