On Apr 26, 9:10 pm, gary ng <garyng2...@gmail.com> wrote: > Hi, > > I am wondering if there is any windows user who is familiar with > clojure-contrib project. > > The reason I asked is that I encountered quite some issues when trying to > build my own copy of clojure-contrib(on windows). That includes: > > 1. I cannot clonehttp://github.com/richhickey/clojure-contrib.gitas it > would die in the middle for some item(i.e. certain git hash object) not > found. I have to use git:// instead > 2. Even after successful cloning, certain files seems to be suffering from > the CRLF/LF conversion issue, I have to turn off git's CRLF auto conversion > or else the newly cloned tree would already been showing changes(while the > diff shows lines deleted then added with no noticeable difference, which I > traced to the CRLF). > 3. Then while building clojure-contrib, certain tests failed which based on > the test log is again about the odd case of file system naming("file:/foo <> > 'file://C:/foo") and CRLF <> LF >
I have the same problems, but I work around them. Using the git: protocol works, setting "git config core.autocrlf false" followed by "git checkout -- ." seems to get around the line-endings problem, and using "mvn -Dmaven.test.skip ..." gets around the failing tests. One of us (meaning Windows users) really should step up and start contributing patches for those tests... um, anyone? anyone? I guess I should get around to talking to my boss about signing that CA - should only take a few months to get past the lawyers, I hope :) Oh, the joys of working for a big company. - Chris Perkins -- 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 group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en