Re: Unable to build a simple project with clojure-ant-tasks

2009-08-31 Thread Ivan Chernetsky
2009/8/31 J. McConnell : > The Ant tasks have only been tested against Clojure 1.0, since I assumed > that's what most people would be using in a production context. For my personal projects the HEAD version is stable enough. :) > I am > thinking about going the Contrib route and tagging a 1.0-

Re: Unable to build a simple project with clojure-ant-tasks

2009-08-30 Thread J. McConnell
On Sun, Aug 30, 2009 at 1:02 PM, Ivan Chernetsky wrote: > 2009/8/30 J. McConnell : > > > What versions of Clojure and Clojure-Contrib are you using? > > The freshest ones. This appears to be the problem. If I use the HEAD version of Clojure, I get the same error and it goes away if I use the -li

Re: Unable to build a simple project with clojure-ant-tasks

2009-08-30 Thread Ivan Chernetsky
2009/8/30 J. McConnell : > Hmmm ... This builds fine for me (with the inclusion of > edn.main in the element). I've > uploaded what I have here so you can try it on your machine: I have just pasted this too. > http://github.com/jmcconnell/test-clojure-ant-project/tree/master It seems to be id

Re: Unable to build a simple project with clojure-ant-tasks

2009-08-30 Thread J. McConnell
On Sun, Aug 30, 2009 at 10:15 AM, Ivan Chernetsky wrote: > > Either of clojure/core.clj and clojure/core__init.class is on > classpath, I think. What am I doing wrong? > Hmmm ... This builds fine for me (with the inclusion of edn.main in the element). I've uploaded what I have here so you can t

Unable to build a simple project with clojure-ant-tasks

2009-08-30 Thread Ivan Chernetsky
Hello! I wrote build.xml with the following content: And I have a simple directory structure: # find . ./build.xml ./src ./src/edn ./sr