Revert "Add file-leak-detector to test-run and ooxml-lite generation in build.xml"
This reverts commit 0392a0e1c7cb188c57f59fa17578b0a69bab4d22. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773678 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a7f7a4dd32
commit
f93ed55070
@ -241,8 +241,6 @@ under the License.
|
|||||||
<!-- Exclude some uninteresting classes from coverage-instrumentation as we do not want to measure coverage in those packages anyway -->
|
<!-- Exclude some uninteresting classes from coverage-instrumentation as we do not want to measure coverage in those packages anyway -->
|
||||||
<property name="coverage.excludes" value="org.openxmlformats.*:com.*:org.junit.*:junit.*:org.etsi.*:org.w3.*"/>
|
<property name="coverage.excludes" value="org.openxmlformats.*:com.*:org.junit.*:junit.*:org.etsi.*:org.w3.*"/>
|
||||||
|
|
||||||
<property name="file.leak.detector" value="-javaagent:/opt/file-leak-detector/target/file-leak-detector-1.9-SNAPSHOT-jar-with-dependencies.jar=http=19998,strong,excludes=/opt/poi/file-leak-detector.exclude,dumpatshutdown"/>
|
|
||||||
|
|
||||||
<!-- Apache RAT license check properties -->
|
<!-- Apache RAT license check properties -->
|
||||||
<property name="rat.reportdir" value="build/rat"/>
|
<property name="rat.reportdir" value="build/rat"/>
|
||||||
<property name="rat.report" value="${rat.reportdir}/report.txt"/>
|
<property name="rat.report" value="${rat.reportdir}/report.txt"/>
|
||||||
@ -1262,7 +1260,6 @@ under the License.
|
|||||||
<!-- jvmarg value="-Duser.timezone=UTC"/ -->
|
<!-- jvmarg value="-Duser.timezone=UTC"/ -->
|
||||||
<jvmarg value="${java9addmods}" />
|
<jvmarg value="${java9addmods}" />
|
||||||
<jvmarg value="${java9addmodsvalue}" />
|
<jvmarg value="${java9addmodsvalue}" />
|
||||||
<jvmarg value="${file.leak.detector}" />
|
|
||||||
<formatter type="plain"/>
|
<formatter type="plain"/>
|
||||||
<formatter type="xml"/>
|
<formatter type="xml"/>
|
||||||
<batchtest todir="${main.reports.test}">
|
<batchtest todir="${main.reports.test}">
|
||||||
@ -1368,7 +1365,6 @@ under the License.
|
|||||||
<syspropertyset refid="junit.properties"/>
|
<syspropertyset refid="junit.properties"/>
|
||||||
<jvmarg value="-ea"/>
|
<jvmarg value="-ea"/>
|
||||||
<!-- jvmarg value="-Duser.timezone=UTC"/ -->
|
<!-- jvmarg value="-Duser.timezone=UTC"/ -->
|
||||||
<jvmarg value="${file.leak.detector}" />
|
|
||||||
<!--
|
<!--
|
||||||
YK: ensure that JUnit has enough memory to run tests.
|
YK: ensure that JUnit has enough memory to run tests.
|
||||||
Without the line below tests fail on Mac OS X with jdk-1.6.26
|
Without the line below tests fail on Mac OS X with jdk-1.6.26
|
||||||
@ -1422,7 +1418,6 @@ under the License.
|
|||||||
<jvmarg value="${java9addmods}" />
|
<jvmarg value="${java9addmods}" />
|
||||||
<jvmarg value="${java9addmodsvalue}" />
|
<jvmarg value="${java9addmodsvalue}" />
|
||||||
<!-- jvmarg value="-Duser.timezone=UTC"/ -->
|
<!-- jvmarg value="-Duser.timezone=UTC"/ -->
|
||||||
<jvmarg value="${file.leak.detector}" />
|
|
||||||
<formatter type="plain"/>
|
<formatter type="plain"/>
|
||||||
<formatter type="xml"/>
|
<formatter type="xml"/>
|
||||||
<batchtest todir="${ooxml.reports.test}">
|
<batchtest todir="${ooxml.reports.test}">
|
||||||
@ -1605,7 +1600,6 @@ under the License.
|
|||||||
<jvmarg value="-Xmx512m"/>
|
<jvmarg value="-Xmx512m"/>
|
||||||
<jvmarg value="${java9addmods}" />
|
<jvmarg value="${java9addmods}" />
|
||||||
<jvmarg value="${java9addmodsvalue}" />
|
<jvmarg value="${java9addmodsvalue}" />
|
||||||
<jvmarg value="${file.leak.detector}" />
|
|
||||||
<arg value="-ooxml"/>
|
<arg value="-ooxml"/>
|
||||||
<arg value="${ooxml.lite-merged.dir}/ooxml-lite-merged.jar"/>
|
<arg value="${ooxml.lite-merged.dir}/ooxml-lite-merged.jar"/>
|
||||||
<arg value="-test"/>
|
<arg value="-test"/>
|
||||||
@ -1645,7 +1639,6 @@ under the License.
|
|||||||
<jvmarg value="-ea"/>
|
<jvmarg value="-ea"/>
|
||||||
<jvmarg value="${java9addmods}" />
|
<jvmarg value="${java9addmods}" />
|
||||||
<jvmarg value="${java9addmodsvalue}" />
|
<jvmarg value="${java9addmodsvalue}" />
|
||||||
<jvmarg value="${file.leak.detector}" />
|
|
||||||
<formatter type="plain"/>
|
<formatter type="plain"/>
|
||||||
<formatter type="xml"/>
|
<formatter type="xml"/>
|
||||||
<batchtest todir="${excelant.reports.test}">
|
<batchtest todir="${excelant.reports.test}">
|
||||||
|
Loading…
Reference in New Issue
Block a user