diff --git a/rtd_phosphonetx/build/build.xml b/rtd_phosphonetx/build/build.xml index f2da856b71fbb991c9540fe02465c2a7129f9953..0d31910d8f08a9a5877cfdaddba152aec484cacf 100644 --- a/rtd_phosphonetx/build/build.xml +++ b/rtd_phosphonetx/build/build.xml @@ -10,6 +10,11 @@ <target name="compile" depends="build-common.compile, clean" /> <target name="run-tests"> + <copy todir="${classes}"> + <fileset dir="${sources}"> + <include name="**/*.xsd" /> + </fileset> + </copy> <antcall target="build-common.run-tests"> <param name="test.suite" value="tests.xml" /> </antcall>