I just pulled the latest clojure and contrib and was able to build
them with one little glitch which I suspect is due to something I did
wrong...

Building Clojure seems to install 1.3.0-SNAPSHOT but by default
Contrib seems to expect 1.3.0-master-SNAPSHOT ?

A little bit of experimentation and I realized I could specify the
versions in the Maven install for Contrib (and I had to specify the
clojure.contrib.version):

* mvn -Dclojure.contrib.version=1.3.0 -Dclojure.version=1.3.0-SNAPSHOT
-e install

Is the expectation that we specify both versions for the Maven install?

If so, that's fine - I just want to know so I can build this off the
latest version any time... I like the idea of running the bleeding
edge to build my software (I'm notorious for putting applications into
production on pre-release software stacks... :)

Thanx to Stuart and Stuart who committed today's changes! :)
-- 
Sean A Corfield -- (904) 302-SEAN
Railo Technologies, Inc. -- http://getrailo.com/
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

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