Alas, most of the world has moved on from Java 1.5. We will be unable to run

our tests when building samskivert with 1.5 because they depend on hsqldb which
is a 1.6 jar file. The main code base still compiles with a 1.5 compiler, so
there's no need for alarm.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@2954 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
samskivert
2010-11-18 01:25:28 +00:00
parent 16b3bf9d77
commit 612040752c
+1 -1
View File
@@ -130,7 +130,7 @@
<delete dir="${gwtjar.dir}"/>
</target>
<target name="maven-deploy" depends="dist,tests"
<target name="maven-deploy" depends="dist"
description="Deploys our build artifacts to a Maven repository.">
<fail unless="maven.deploy.repo">
Must specify Maven repository with -Dmaven.deploy.repo=file://somepath