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 clone http://github.com/richhickey/clojure-contrib.git as 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

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to