Skip to content

Commit a7fc83f

Browse files
author
Mark Evenson
committed
build: further fixes for abcl.test
1 parent a73fdaa commit a7fc83f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1073,11 +1073,12 @@ ${basedir}/../cl-bench
10731073
</target>
10741074

10751075
<target name="abcl.test.compile"
1076-
depends="abcl.test.pre-compile">
1076+
depends="abcl,abcl.test.pre-compile">
10771077
<mkdir dir="${abcl.test.classes.dir}"/>
10781078
<javac destdir="${abcl.test.classes.dir}"
10791079
classpathref="abcl.test.compile.classpath"
10801080
debug="true"
1081+
includeantruntime="false"
10811082
target="1.8">
10821083
<src path="${abcl.test.src.dir}"/>
10831084
<patternset refid="abcl.test.source.java"/>

0 commit comments

Comments
 (0)