Re: Cljr and user.clj

2010-07-19 Thread Rick Moynihan
On 16 July 2010 21:23, liebke wrote: > Rick, > > I think the problem is that additional classpaths are added, > dynamically, after the user.clj file is evaluated. It does get > evaluated if it's in ./ or ./src, which are added at launch in the > cljr scripts. Ahhh, I hadn't realised that the pwd

Re: Cljr and user.clj

2010-07-16 Thread liebke
Rick, I think the problem is that additional classpaths are added, dynamically, after the user.clj file is evaluated. It does get evaluated if it's in ./ or ./src, which are added at launch in the cljr scripts. I have added ~/.cljr to the classpath defined in the launch scripts, so you can place

Cljr and user.clj

2010-07-16 Thread Rick Moynihan
I've just installed Cljr and am really impressed with it... However I have run into a small problem. I'd like to have my cljr execute my user.clj at startup, however it seems that cljr is ignoring classpaths added with the command cljr add-classpath ~/.clojure/ looking in ~/.cljr/project.clj I