Re: clojure.contrib compile fail

2010-02-01 Thread Stuart Sierra
On Feb 1, 10:53 am, Jeff Schwab wrote: > Thanks.  I see that you made an end-run around Maven.  I didn't know you > could use gen-class that way. It's more an end-run around gen-class than around Maven. gen-class is an ordinary macro; it can be used anywhere, not just in ns declarations. Puttin

Re: clojure.contrib compile fail

2010-02-01 Thread Jeff Schwab
Stuart Sierra wrote: On Jan 30, 9:07 am, Jeff Schwab wrote: The clojure-contrib I just pulled from github fails to compile, with an error that the ColumnWriter class extended by PrintWriter is not found. This has been fixed now. Thanks. I see that you made an end-run around Maven. I di

Re: clojure.contrib compile fail

2010-01-31 Thread Stuart Sierra
This has been fixed now. -SS On Jan 30, 9:07 am, Jeff Schwab wrote: > 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

Re: clojure.contrib compile fail

2010-01-30 Thread Jeff Schwab
Mike Mazur wrote: http://paste.lisp.org/display/94135 The automated build is also broken: http://build.clojure.org/job/clojure-contrib/lastFailedBuild/console Thanks, I didn't know about that. Looks like I guessed right about the ordering issue, though: http://groups.google.com/group

Re: clojure.contrib compile fail

2010-01-30 Thread Mike Mazur
Hi, On Sat, Jan 30, 2010 at 22:07, Jeff Schwab wrote: > 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

clojure.contrib compile fail

2010-01-30 Thread Jeff Schwab
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 Colu