Skip to content

Commit 9d49099

Browse files
committed
JAVA-2084: Ensure that server discovery and monitoring specification tests can run via Ant
1 parent 32c3c6c commit 9d49099

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,10 @@
284284
<classpath refid="test.classpath"/>
285285
<compilerarg value="-Xlint:all,-rawtypes,-deprecation"/>
286286
</javac>
287+
288+
<copy todir="${build.test.dir}">
289+
<fileset dir="src/test-resources"/>
290+
</copy>
287291
</target>
288292

289293
<target name="test" depends="test-compile, test-nodeps"/>

0 commit comments

Comments
 (0)