Hi:

What is the right place to report a clojure-contrib compile failure, or to look for information?

The clojure-contrib I just pulled from github fails to compile, with an error that the ColumnWriter class extended by PrintWriter is not found. The relevant source directory does define ColumnWriter. I tried twiddling my CLASSPATH, but it made no difference. Googling the error turns up the following page, which shows exactly the same problem I'm seeing, but with no links, bug reports, or further information:

    http://paste.lisp.org/display/94135

My best SWAG is that ColumnWriter needs to be compiled before PrintWriter, and that the dependence on ordering creates a race condition, such that the error appears on some platforms but not others. I tried passing file and namespace names to maven, trying to adjust the build order, but maven just sneered at me. Any ideas?

Thanks,
Jeff

--
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

Reply via email to