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