Re: clojure contrib build failure on win7

2011-05-17 Thread pmbauer
clojure-contrib was left broken 1.5 months past. clojure/core are no longer maintaining the monolithic clojure-contrib library as it is deprecated. A bunch of new projects are starting to fill the void (see listing at https://github.com/clojure) Some functionality isn't making the migration - so

clojure contrib build failure on win7

2011-05-17 Thread chris nuernberger
Hey all, I am running a fairly new win7-64 system (jdk6-64) and the maven build of clojure contrib fails due to test failures in at least logging. Do you want stack traces and debug logs and such? Chris -- A foolish consistency is the hobgoblin of little minds - Emerson -- You received this

Re: clojure-contrib build failure

2010-01-31 Thread Ramakrishnan Muthukrishnan
On Fri, Jan 29, 2010 at 12:08 PM, Ramakrishnan Muthukrishnan wrote: > I had been trying to build the master branch of clojure and > clojure-contrib. clojure built just fine. I get a build failure while > building clojure-contrib with the log as shown below. The various Looks like with the current

Re: clojure-contrib build failure

2010-01-30 Thread enjoying the view
Hi, Same thing here. $ mvn -version Maven version: 2.0.9 Java version: 1.6.0_16 OS name: "linux" version: "2.6.28-17-generic" arch: "i386" Family: "unix" $ java -version java version "1.6.0_16" Java(TM) SE Runtime Environment (build 1.6.0_16-b01) Java HotSpot(TM) Client VM (build 14.2-b01, mixed m

clojure-contrib build failure

2010-01-28 Thread Ramakrishnan Muthukrishnan
I had been trying to build the master branch of clojure and clojure-contrib. clojure built just fine. I get a build failure while building clojure-contrib with the log as shown below. The various versions of the software are listed. * Debian GNU/Linux testing branch x86_64. $ mvn -version Apache