James,
Thanks for trying this out and providing the minimal example--it works
for me.
After some debugging I figured out what was wrong with my project; I
had the dependency
[compojure "0.6.5" :exclusions [org.clojure/clojure
org.clojure/clojure-contrib]]
but once I changed my monolithic clojure-contrib dependency to the new
modular scheme (i.e., [org.clojure/data.json "0.1.1"]) and removed the
exclusions clause on my compojure dependency, then reloading worked
fine.
Thanks again,
Kevin
On Aug 13, 5:38 am, James Reeves <
jree...@weavejester.com> wrote:
> On 10 August 2011 02:02, Kevin Lynagh <
klyn...@gmail.com> wrote:
>
> > I'm just getting back into using compojure, this time on clojure1.3.
> > I have been fighting with trying to redefine my functions and have the
> > changes show up.
> > The last time I used compojure this all worked fine, but that was a
> > few months ago on clojure 1.2, so I'm not sure what has changed.
>
> I've tried out your example on1.3.0-beta1, but it seems to reload fine for me.