mirror of https://github.com/apache/poi.git
Add missing jacoco-lib to test-scratchpad
Remove some xmlns that are not needed any more now git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849280 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6c5a2de640
commit
8b837ab3ae
10
build.xml
10
build.xml
|
@ -1488,7 +1488,7 @@ under the License.
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="test-main" unless="main.test.notRequired"
|
<target name="test-main" unless="main.test.notRequired"
|
||||||
depends="compile-main, -test-main-check,jacocotask" xmlns:jacoco="antlib:org.jacoco.ant"
|
depends="compile-main, -test-main-check,jacocotask"
|
||||||
description="tests POI classes that deal with the Microsoft Office binary (BIFF8) file formats (excludes OOXML)">
|
description="tests POI classes that deal with the Microsoft Office binary (BIFF8) file formats (excludes OOXML)">
|
||||||
<poiunit failureproperty="main.test.failed" heap="256" showoutput="true" jacocodest="build/jacoco-main.exec">
|
<poiunit failureproperty="main.test.failed" heap="256" showoutput="true" jacocodest="build/jacoco-main.exec">
|
||||||
<classpath>
|
<classpath>
|
||||||
|
@ -1537,8 +1537,8 @@ under the License.
|
||||||
</uptodate>
|
</uptodate>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="test-scratchpad" depends="compile-main,compile-scratchpad,-test-scratchpad-check,test-scratchpad-download-resources"
|
<target name="test-scratchpad" depends="jacocotask,compile-main,compile-scratchpad,-test-scratchpad-check,test-scratchpad-download-resources"
|
||||||
unless="scratchpad.test.notRequired" xmlns:jacoco="antlib:org.jacoco.ant"
|
unless="scratchpad.test.notRequired"
|
||||||
description="test non-OOXML scratchpad classes">
|
description="test non-OOXML scratchpad classes">
|
||||||
<poiunit failureproperty="scratchpad.test.failed" heap="512" jacocodest="build/jacoco-scratchpad.exec">
|
<poiunit failureproperty="scratchpad.test.failed" heap="512" jacocodest="build/jacoco-scratchpad.exec">
|
||||||
<classpath>
|
<classpath>
|
||||||
|
@ -1625,7 +1625,7 @@ under the License.
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="test-integration" depends="compile-integration,-test-integration-check,jacocotask,-ooxml-lite-agent"
|
<target name="test-integration" depends="compile-integration,-test-integration-check,jacocotask,-ooxml-lite-agent"
|
||||||
unless="integration.test.notRequired" xmlns:jacoco="antlib:org.jacoco.ant">
|
unless="integration.test.notRequired">
|
||||||
<propertyreset name="org.apache.poi.util.POILogger" value="org.apache.poi.util.CommonsLogger"/>
|
<propertyreset name="org.apache.poi.util.POILogger" value="org.apache.poi.util.CommonsLogger"/>
|
||||||
<delete dir="build" includes="test-integration.log*"/>
|
<delete dir="build" includes="test-integration.log*"/>
|
||||||
<poiunit failureproperty="integration.test.failed" heap="1512" showoutput="true" jacocodest="build/jacoco-integration.exec">
|
<poiunit failureproperty="integration.test.failed" heap="1512" showoutput="true" jacocodest="build/jacoco-integration.exec">
|
||||||
|
@ -1698,7 +1698,7 @@ under the License.
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="test-excelant" depends="compile-excelant,-test-excelant-check,jacocotask"
|
<target name="test-excelant" depends="compile-excelant,-test-excelant-check,jacocotask"
|
||||||
unless="excelant.test.notRequired" xmlns:jacoco="antlib:org.jacoco.ant">
|
unless="excelant.test.notRequired">
|
||||||
<poiunit failureproperty="excelant.test.failed" jacocodest="build/jacoco-excelant.exec">
|
<poiunit failureproperty="excelant.test.failed" jacocodest="build/jacoco-excelant.exec">
|
||||||
<classpath refid="test.excelant.classpath"/>
|
<classpath refid="test.excelant.classpath"/>
|
||||||
<batchtest todir="${excelant.reports.test}">
|
<batchtest todir="${excelant.reports.test}">
|
||||||
|
|
Loading…
Reference in New Issue