Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Clojure & Contrib "master" & "new" on build.clojure.org
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
dysinger  
View profile  
 More options Dec 12 2009, 4:18 pm
From: dysinger <t...@dysinger.net>
Date: Sat, 12 Dec 2009 13:18:33 -0800 (PST)
Local: Sat, Dec 12 2009 4:18 pm
Subject: Clojure & Contrib "master" & "new" on build.clojure.org
I created addition pairs of maven snapshot CI builds for clojure &
contrib.

Repository :  http://build.clojure.org/snapshots

"master":
org.clojure:clojure:1.1.0-master-SNAPSHOT
org.clojure:clojure-contrib:1.1.0-master-SNAPSHOT

"new"
org.clojure:clojure:1.1.0-new-SNAPSHOT
org.clojure:clojure-contrib:1.1.0-new-SNAPSHOT

This makes an easy way to play & follow along with Rich's
"new"snapshot code in your project.

example:

<project>
<!-- snip -->
  <properties>
    <clojure.version>1.1.0-new-SNAPSHOT</clojure.version>
  </properties>
<!-- snip -->
  <repositories>
    <repository>
      <id>clojure-snapshots</id>
      <url>http://build.clojure.org/snapshots</url>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
    </repository>
  </repositories>
<!-- snip -->
  <dependencies>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure</artifactId>
      <version>${clojure.version}</version>
    </dependency>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure-contrib</artifactId>
      <version>${clojure.version}</version>
    </dependency>
  </dependencies>
</project>

NOTE: Your entire build chain must use "master" or "new" and not mix
the two or you will encounter the dreaded "NoSuchMethodError:
clojure.lang.RestFn."

-Tim


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
liebke  
View profile  
 More options Dec 12 2009, 8:18 pm
From: liebke <lie...@gmail.com>
Date: Sat, 12 Dec 2009 17:18:59 -0800 (PST)
Local: Sat, Dec 12 2009 8:18 pm
Subject: Re: Clojure & Contrib "master" & "new" on build.clojure.org
Thanks Tim! I've put together an experimental build of Incanter using
the new builds:

http://groups.google.com/group/incanter/browse_thread/thread/94b30744...

I ran into a minor issue with Clojure's new branch that I was able to
work around but couldn't diagnose (more details in the linked post).

David

On Dec 12, 4:18 pm, dysinger <t...@dysinger.net> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »