mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
Create some directories if not existing in testcoveragereport
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828376 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4b7d19bcfe
commit
a54aa3864e
@ -1193,6 +1193,10 @@ under the License.
|
||||
<target name="testcoveragereport" depends="jacocotask" description="create test-report" xmlns:jacoco="antlib:org.jacoco.ant" if="coverage.enabled">
|
||||
<delete dir="${coverage.dir}"/>
|
||||
<mkdir dir="${coverage.dir}"/>
|
||||
<mkdir dir="${main.output.dir}"/>
|
||||
<mkdir dir="${scratchpad.output.dir}"/>
|
||||
<mkdir dir="${ooxml.output.dir}"/>
|
||||
<mkdir dir="${excelant.output.dir}"/>
|
||||
|
||||
<jacoco:report>
|
||||
<executiondata>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user