Re: add-classpath erroring out, post r1100...

2008-11-17 Thread Phil Jordan
Rich Hickey wrote: > I'm going to deprecate add-classpath because people consistently use > it to avoid the standard classpath-setting mechanisms, at least until > I can figure out a way to coordinate it with the standard classloader. You could make it a thread-local binding within the repl and u

Re: add-classpath erroring out, post r1100...

2008-11-17 Thread Scott Fleckenstein
Thanks Rich, While I understand the desire to stick with java conventions when it comes to adding to the classpath, it is too bad because it takes away from the 'explorability' you get with a Repl. I've gotten into the habit of just dumping jars into my scratch folder and tooling away on my runn

Re: add-classpath erroring out, post r1100...

2008-11-17 Thread Rich Hickey
On Nov 17, 1:00 pm, Scott Fleckenstein <[EMAIL PROTECTED]> wrote: > 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-