Skip to content

Commit cb9f324

Browse files
Mark Evensoneasye
authored andcommitted
build: sanitize abcl.test.compile
Always ensure we have an `abcl` build. Don't include the Ant runtime when executing tests.
1 parent a73fdaa commit cb9f324

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)