summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2015-01-21 20:39:30 +0000
committerDominik Stadler <centic@apache.org>2015-01-21 20:39:30 +0000
commit8b4308d68aebfa9d0abdb21221762add03372b17 (patch)
tree6972cb1feaa28f9be58306c2533062d8e2fcd831 /build.xml
parentcef16bab946f425397b3513f6254dff3437f31af (diff)
downloadpoi-8b4308d68aebfa9d0abdb21221762add03372b17.tar.gz
poi-8b4308d68aebfa9d0abdb21221762add03372b17.zip
Bug 57468: Avoid possible build-error if lib-directory is not created
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1653643 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index f6bd4459ae..57ee345995 100644
--- a/build.xml
+++ b/build.xml
@@ -401,6 +401,7 @@ under the License.
<target name="check-jars">
<!-- remove previous versions of third-party jars to prevent them from lingering around,
we often had hard-to-find build/CI-problems because of these! -->
+ <mkdir dir="${main.lib}"/>
<delete verbose="true">
<fileset dir="${main.lib}">
<include name="ant-1.8*"/>