On 28 June 2010 01:53, Mark Engelberg <[email protected]> wrote:
> Ran ant.  Didn't work (no ant build file.  Why does clojure-contrib
> have a different build process than clojure?).

Good question.

> Ran "maven package" in the clojure-contrib directory.

You need to tell it where to look for clojure.jar. On Linux, this is
accomplished as follows:

mvn package -Dclojure.jar=/absolute/path/to/clojure.jar

Hopefully the Windows command accepts the same option format.

Sincerely,
Michał

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