Hi All,
I've run into a bug since upgrading past revision 1100, specifically
around adding to the classpath at runtime using add-classpath. I've
attached a test case here:
http://s3.amazonaws.com/nullstyle/precompile-bug.tar.gz
That file has three versions of clojure (r1100, r1101, r1106) and
web.clj, a sample app that loads jetty and starts a simple web
server. You can use run.sh in that same tar to run each revision, one
after the other, to illustrate the breakage.
Basically, after adding a jar to the classpath, when importing a class
file from that jar I get a ClassNotFoundException thrown. I don't
have enough java experience to know what would cause this problem.
Things work as expected on revision 1100.
Does anyone know what would cause this? I'd be happy to put in the
time to help debug and fix this, but I'm at a loss for where next to
go.
Thanks,
Scott Fleckenstein