No, but you can change the configs and recompile.
Clojure itself uses Ant, so "ant" on a machine with only Java 1.5
should do the trick. To install that custom JAR in your local Maven
repository, download the "Maven Ant Tasks" JAR and run:
ant -lib /path/to/maven-ant-tasks.jar ci-build
Contrib uses Maven, so add thes lines to its pom.xml in the <plugins>
section:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
Then "mvn install" to build the JARs and put them in your local
repository.
-SS
On Mar 21, 7:32 pm, Eric Thorsen <[email protected]> wrote:
> This is more of a maven question probably, but I have an app that
> needs versions of the jars built with jdk 1.5 and I'm using
> thehttp://build.clojure.org/snapshotsrepo where they appear to be built
> with 1.6. Are there versions (or plans to support 1.5 versions) in a
> maven repo somewhere?
>
> Thanks!
> Eric
--
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
To unsubscribe from this group, send email to
clojure+unsubscribegooglegroups.com or reply to this email with the words
"REMOVE ME" as the subject.