Re: Life on the bleeding edge

2010-06-29 Thread Paul Moore
On 29 June 2010 06:47, Mark Engelberg mark.engelb...@gmail.com wrote: Yes, that is disconcerting that clojure-contrib produces errors on Windows (sigh, it often feels like Windows is a second-class citizen when it comes to clojure), but that did the trick and allowed the build to complete.  

Re: Life on the bleeding edge

2010-06-29 Thread Rich Hickey
On Jun 29, 2010, at 1:47 AM, Mark Engelberg wrote: Yes, that is disconcerting that clojure-contrib produces errors on Windows (sigh, it often feels like Windows is a second-class citizen when it comes to clojure), but that did the trick and allowed the build to complete. Thanks for the tip.

Re: Life on the bleeding edge

2010-06-29 Thread Mark Engelberg
On Tue, Jun 29, 2010 at 12:30 AM, Paul Moore p.f.mo...@gmail.com wrote: Is there anything a clojure newbie with little JVM development experience (but a willingness to learn) can do to help with the Windows situation? From what I understand, Java itself is fine on Windows, so I assume this is

Re: Life on the bleeding edge

2010-06-29 Thread Paul Moore
On 29 June 2010 18:36, Mark Engelberg mark.engelb...@gmail.com wrote: On Tue, Jun 29, 2010 at 12:30 AM, Paul Moore p.f.mo...@gmail.com wrote: Is there anything a clojure newbie with little JVM development experience (but a willingness to learn) can do to help with the Windows situation? From

Re: Life on the bleeding edge

2010-06-28 Thread Chris Perkins
On Jun 28, 12:21 am, Mark Engelberg mark.engelb...@gmail.com wrote: OK, I just tried building clojure-contrib pointing at a clojure.jar built from the current master branch.  I get the same errors (on Windows).  Here are more details: Testing clojure.contrib.test-io FAIL in (test-as-url)

Re: Life on the bleeding edge

2010-06-28 Thread Mark Engelberg
Yes, that is disconcerting that clojure-contrib produces errors on Windows (sigh, it often feels like Windows is a second-class citizen when it comes to clojure), but that did the trick and allowed the build to complete. Thanks for the tip. So now, finally, I've had the chance to run my regular

Re: Life on the bleeding edge

2010-06-27 Thread Michał Marczyk
On 28 June 2010 01:53, Mark Engelberg mark.engelb...@gmail.com wrote: Ran ant.  Didn't work (no ant build file.  Why does clojure-contrib have a different build process than clojure?). Good question. Ran maven package in the clojure-contrib directory. You need to tell it where to look for

Re: Life on the bleeding edge

2010-06-27 Thread Mark Engelberg
On Sun, Jun 27, 2010 at 5:33 PM, Michał Marczyk michal.marc...@gmail.com wrote: mvn package -Dclojure.jar=/absolute/path/to/clojure.jar Thanks. I had tried that, but I got further as soon as I tried: mvn package -Dclojure.jar=c:/absolute/path/to/clojure.jar I'm now getting 3 failures in

Re: Life on the bleeding edge

2010-06-27 Thread Michał Marczyk
On 28 June 2010 03:23, Mark Engelberg mark.engelb...@gmail.com wrote: Thanks.  I had tried that, but I got further as soon as I tried:  mvn package -Dclojure.jar=c:/absolute/path/to/clojure.jar I'm now getting 3 failures in clojure.contrib.test_io and 1 in test_profile. Is this normal, or is

Re: Life on the bleeding edge

2010-06-27 Thread Garth Sheldon-Coulson
When I try to compile clojure-contrib with the equiv branch on archlinux, maven 2.2.1, jre 1.6.0_20, I get: Compiling clojure.contrib.condition.Condition to /mnt/hgfs/sirfoobar/Documents/Eclipse/clojure-contrib/target/classes Exception in thread main java.lang.NoClassDefFoundError:

Re: Life on the bleeding edge

2010-06-27 Thread Michał Marczyk
On 28 June 2010 05:11, Garth Sheldon-Coulson g...@mit.edu wrote: When I try to compile clojure-contrib with the equiv branch on archlinux, maven 2.2.1, jre 1.6.0_20, I get: Be sure to run mvn clean first. Sincerely, Michał -- You received this message because you are subscribed to the Google

Re: Life on the bleeding edge

2010-06-27 Thread Michał Marczyk
On 28 June 2010 05:11, Garth Sheldon-Coulson g...@mit.edu wrote: Compiling clojure.contrib.condition.Condition to /mnt/hgfs/sirfoobar/Documents/Eclipse/clojure-contrib/target/classes Exception in thread main java.lang.NoClassDefFoundError: clojure/lang/ILookupHost Ah, sorry, it just occurred

Re: Life on the bleeding edge

2010-06-27 Thread Garth Sheldon-Coulson
Ah, thanks. I also see no test failures (archlinux). On Sun, Jun 27, 2010 at 11:31 PM, Michał Marczyk michal.marc...@gmail.comwrote: On 28 June 2010 05:11, Garth Sheldon-Coulson g...@mit.edu wrote: When I try to compile clojure-contrib with the equiv branch on archlinux, maven 2.2.1, jre

Re: Life on the bleeding edge

2010-06-27 Thread Michał Marczyk
On 28 June 2010 06:11, Garth Sheldon-Coulson g...@mit.edu wrote: Ah, thanks. I also see no test failures (archlinux). After realising that the not-AOT-compiled namespaces might still break when require'd, I went ahead and tested a couple of them. There was about a 50/50 split between the working

Re: Life on the bleeding edge

2010-06-27 Thread Mark Engelberg
OK, I just tried building clojure-contrib pointing at a clojure.jar built from the current master branch. I get the same errors (on Windows). Here are more details: Testing clojure.contrib.test-io FAIL in (test-as-url) (run-test9074812622524104689.clj:45) expected: (= (URL. file:/foo) (as-url

Re: Life on the bleeding edge

2010-06-27 Thread Mark Engelberg
I ran mvn clean first. -- 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 unsubscribe from this