Re: Compile works with 1.1, fails with 1.2.0-RC3

2010-08-19 Thread Meikel Brandmeyer
Hi, On 19 Aug., 13:05, timc wrote: > com/minibar/PmsSimulator.clj -- containing these lines: > > (ns com.minibar.PmsSimulator >   (:require  [com.minibar :as mb] ...etc) >   (:load  "pmssim/util"  ...etc) >   (:gen-class)) > ...etc > > where the file com/minibar/pmssim/util.clj contains these li

Compile works with 1.1, fails with 1.2.0-RC3

2010-08-19 Thread timc
I'm trying to compile a program, with source files as follows. com/minibar/PmsSimulator.clj -- containing these lines: (ns com.minibar.PmsSimulator (:require [com.minibar :as mb] ...etc) (:load "pmssim/util" ...etc) (:gen-class)) ...etc where the file com/minibar/pmssim/util.clj contain