Re: Immutant and ClojureScript

2013-03-21 Thread David Frese
Thanks, I tried the newest build 808 and it looks good - ClojureScript compiled something. On Wednesday, March 20, 2013 5:45:45 PM UTC+1, Toby Crawley wrote: > > > I've exposed findResource and findResources in ImmutantClassLoader, and > this change is available in incremental build 803 or newe

Re: Immutant and ClojureScript

2013-03-20 Thread Toby Crawley
I've exposed findResource and findResources in ImmutantClassLoader, and this change is available in incremental build 803 or newer[1]. Give that a try and let us know if it doesn't work for you. - Toby [1]:http://immutant.org/builds/ Tatu Tarvainen writes: > So, is that a bug in ClojureScript?

Re: Immutant and ClojureScript

2013-03-19 Thread Tatu Tarvainen
So, is that a bug in ClojureScript? > Does anybody have an idea for a workaround (I have little experience with > all of this, including classloaders)? > > > Stacktrace: > 23:06:01,247 ERROR [stderr] (http-/127.0.0.1:8080-1) Exception: > java.lang.IllegalArgumentException: No matching method fo

Immutant and ClojureScript

2013-03-18 Thread David Frese
led from within the ring-handler function as expected, but it crashes with an exception - see below. Looking at some source code of Immutant and ClojureScript, I saw that ClojureScript calls getContextClassLoader on the currentThread, and expects it to have a 'findResources' func