Re: Contrib (1.0 compatible) succeeds (but fails :-)

2009-11-18 Thread .Bill Smith
I have the same problem. I run ant clean and then ant - Dclojure.jar=/path/to/clojure-1.0.0.jar. The errors I get (long stack traces omitted but available if requested): [java] java.io.FileNotFoundException: Could not locate clojure/ stacktrace__init.class or clojure/stacktrace.clj on

Re: Contrib (1.0 compatible) succeeds (but fails :-)

2009-11-18 Thread Stuart Halloway
The file jmx.clj should not exist on the 1.0-compatible branch. Is it there on yours? Stu I have the same problem. I run ant clean and then ant - Dclojure.jar=/path/to/clojure-1.0.0.jar. The errors I get (long stack traces omitted but available if requested): [java]

Re: Contrib (1.0 compatible) succeeds (but fails :-)

2009-11-18 Thread .Bill Smith
I downloaded the 1.0-compatible branch of clojure-contrib this afternoon, and jmx.clj was included. Unfortunately, there are other build problems as well. dataflow.clj is unable to find walk.clj, which is in the test_contrib directory. In addition, error_kit.clj references stacktrace.clj, which

Re: Contrib (1.0 compatible) succeeds (but fails :-)

2009-11-18 Thread .Bill Smith
I went to http://github.com/richhickey/clojure-contrib/ and clicked the Download button. Was that the wrong thing to do? Bill -- 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 Note that

Re: Contrib (1.0 compatible) succeeds (but fails :-)

2009-11-18 Thread .Bill Smith
Correction: I went to http://github.com/richhickey/clojure-contrib/tree/clojure-1.0-compatible and clicked the download button. On Nov 18, 8:14 pm, .Bill Smith william.m.sm...@gmail.com wrote: I went tohttp://github.com/richhickey/clojure-contrib/and clicked the Download button.  Was that the

Re: Contrib (1.0 compatible) succeeds (but fails :-)

2009-11-18 Thread Mike Hinchey
The github link for download is confusing. It points to the most recent download irrespective of branch. This should be correct: http://github.com/richhickey/clojure-contrib/archives/clojure-1.0-compatible -Mike On Wed, Nov 18, 2009 at 6:27 PM, .Bill Smith william.m.sm...@gmail.comwrote:

Re: Contrib (1.0 compatible) succeeds (but fails :-)

2009-11-18 Thread Mike Hinchey
github has a ticket, so they should fix the link soon. On Wed, Nov 18, 2009 at 6:58 PM, Mike Hinchey hinche...@gmail.com wrote: The github link for download is confusing. It points to the most recent download irrespective of branch. -- You received this message because you are subscribed

Re: Contrib (1.0 compatible) succeeds (but fails :-)

2009-11-18 Thread .Bill Smith
Thank you, Mike. I will give that a try. -- 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 Note that posts from new members are moderated - please be patient with your first post. To

Re: Contrib (1.0 compatible) succeeds (but fails :-)

2009-10-18 Thread Michael Wood
2009/10/18 Joubert Nel joubert@gmail.com: Hi, When I try to build the 1.0 compatible branch of clojure.contrib using Clojure 1.0 I get the following two FileNotFoundExceptions: 1) [java] java.io.FileNotFoundException: Could not locate clojure/ stacktrace__init.class or