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-
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
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
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
Hello!
I wrote build.xml with the following content:
And I have a simple directory structure:
# find .
./build.xml
./src
./src/edn
./sr