summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2013-03-01 18:16:22 -0800
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-03-01 18:16:22 -0800
commitb775d8f16d988a4fc7992f0cea1459b8a317f995 (patch)
tree0b306889ef09f839949417c3de04c278d5d52361 /build.xml
parent440bf0a8c2545006de1ec70179100742fd73d981 (diff)
downloadscala-b775d8f16d988a4fc7992f0cea1459b8a317f995.tar.gz
scala-b775d8f16d988a4fc7992f0cea1459b8a317f995.tar.bz2
scala-b775d8f16d988a4fc7992f0cea1459b8a317f995.zip
test.done again checks bin compat (using mima 0.1.5)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.xml b/build.xml
index 5a8c200835..01d867d8ca 100644
--- a/build.xml
+++ b/build.xml
@@ -22,7 +22,7 @@ END-USER TARGETS
<target name="clean" depends="quick.clean"
description="Removes binaries of compiler and library. Distributions are untouched."/>
- <target name="test" depends="test.done, osgi.test, bc.run"
+ <target name="test" depends="test.done"
description="Runs test suite and bootstrapping test on Scala compiler and library."/>
<target name="test-opt"
@@ -2643,7 +2643,7 @@ BOOTRAPING TEST AND TEST SUITE
</partest>
</target>
- <target name="test.done" depends="test.suite, test.continuations.suite, test.scaladoc, test.stability, test.sbt"/>
+ <target name="test.done" depends="test.suite, test.continuations.suite, test.scaladoc, test.stability, test.sbt, osgi.test, bc.run"/>
<!-- ===========================================================================
@@ -2656,7 +2656,7 @@ Binary compatibility testing
<mkdir dir="${bc-build.dir}"/>
<!-- Pull down MIMA -->
<artifact:dependencies pathId="mima.classpath">
- <dependency groupId="com.typesafe" artifactId="mima-reporter_2.9.2" version="0.1.5-SNAPSHOT"/>
+ <dependency groupId="com.typesafe" artifactId="mima-reporter_2.9.2" version="0.1.5"/>
</artifact:dependencies>
<artifact:dependencies pathId="old.bc.classpath">
<dependency groupId="org.scala-lang" artifactId="scala-swing" version="2.10.0"/>
@@ -2665,7 +2665,7 @@ Binary compatibility testing
</artifact:dependencies>
</target>
- <target name="bc.run" depends="bc.init, pack.lib">
+ <target name="bc.run" depends="bc.init, pack.done">
<java
fork="true"
failonerror="true"