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 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

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