Skip to content

Commit 362bea2

Browse files
committed
Make the classpath part of the test compile.
1 parent b4c7ad1 commit 362bea2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@
139139
optimize="on" debug="on" deprecation="on"
140140
classpath="${build.classes.dir}" includeantruntime="yes">
141141
<compilerarg value="-Xlint"/>
142+
<classpath refid="build.classpath"/>
142143
</javac>
143144
<copy todir="${test.classes.dir}">
144145
<fileset dir="${test.dir}" excludes="**/*.java"/>

0 commit comments

Comments
 (0)