Commit 2428fedb authored by duminil's avatar duminil
Browse files

Deploy: Test reports as xml and plain text.

parent fa6e06a9
...@@ -5,7 +5,7 @@ to the directory specified in property "deploy.dir.path". It can be used to perf ...@@ -5,7 +5,7 @@ to the directory specified in property "deploy.dir.path". It can be used to perf
Before executing check that all required modules/projects are enumerated in property "projects". Before executing check that all required modules/projects are enumerated in property "projects".
--> -->
<project default="deploy" name="Deploy RegionChooser" basedir=".."> <project default="deploy" name="RegionChooser" basedir="..">
<description> <description>
Create a Jar file with RegionChooser libraries and executables Create a Jar file with RegionChooser libraries and executables
</description> </description>
...@@ -32,11 +32,12 @@ java -classpath lib/* -Xms512m -Xmx2g -Djava.util.logging.config.file=logging.pr ...@@ -32,11 +32,12 @@ java -classpath lib/* -Xms512m -Xmx2g -Djava.util.logging.config.file=logging.pr
<target name="unit-test" depends="test-common"> <target name="unit-test" depends="test-common">
<junit printsummary="yes" haltonfailure="yes"> <junit printsummary="yes" haltonfailure="yes">
<!-- <formatter type="plain" usefile="false" /> to screen -->
<classpath refid="test-classpath"/> <classpath refid="test-classpath"/>
<formatter type="xml" usefile="true" />
<formatter type="plain" usefile="true" />
<!-- RegionExtractor --> <!-- RegionExtractor -->
<test name="eu.simstadt.regionchooser.RegionExtractorTests" haltonfailure="no"/> <test name="eu.simstadt.regionchooser.RegionExtractorTests" haltonfailure="no" todir="${reports.dir}"/>
</junit> </junit>
</target> </target>
</project> </project>
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment