You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2018/04/04 19:41:03 UTC

svn commit: r1828376 - /poi/trunk/build.xml

Author: centic
Date: Wed Apr  4 19:41:03 2018
New Revision: 1828376

URL: http://svn.apache.org/viewvc?rev=1828376&view=rev
Log:
Create some directories if not existing in testcoveragereport

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1828376&r1=1828375&r2=1828376&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Wed Apr  4 19:41:03 2018
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org