]> source.dussan.org Git - poi.git/commitdiff
Bug 57468: Avoid possible build-error if lib-directory is not created
authorDominik Stadler <centic@apache.org>
Wed, 21 Jan 2015 20:39:30 +0000 (20:39 +0000)
committerDominik Stadler <centic@apache.org>
Wed, 21 Jan 2015 20:39:30 +0000 (20:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1653643 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index f6bd4459aed78c67bac8a9716a9f7783a5892614..57ee3459950184dcb27f24512068812d8ce2d364 100644 (file)
--- 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*"/>