Another build.xml patch for contrib (was: Re: clojure-contrib build fails; ant does not like "path" element for jar)

2008-12-05 Thread Meikel Brandmeyer
Hi, Am 05.12.2008 um 14:40 schrieb Stefan Bodewig: BUILD FAILED /Users/gj/site/clojure/clojure-contrib/build.xml:62: The type doesn't support the nested "path" element. That was added in Ant 1.7.0, released two years ago. Hmmm... For me the path element works and I have an ant 1.7.0... Any

Re: clojure-contrib build fails; ant does not like "path" element for jar

2008-12-05 Thread Stefan Bodewig
On 2008-12-05, Juergen Gmeiner <[EMAIL PROTECTED]> wrote: > BUILD FAILED > /Users/gj/site/clojure/clojure-contrib/build.xml:62: The type > doesn't support the nested "path" element. That was added in Ant 1.7.0, released two years ago. Stefan --~--~-~--~~~---~--~---

Re: clojure-contrib build fails; ant does not like "path" element for jar

2008-12-05 Thread Juergen Gmeiner
Or better even: I think I'll have some more coffe :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, se

clojure-contrib build fails; ant does not like "path" element for jar

2008-12-05 Thread Juergen Gmeiner
Maverick:~/site/clojure/clojure-contrib gj$ ant -Dclojure.jar=../ clojure/clojure.jar Buildfile: build.xml - boring stuff snipped jar: BUILD FAILED /Users/gj/site/clojure/clojure-contrib/build.xml:62: The type doesn't support the nested "path" element. Total time: 1 second This work