mirror of https://github.com/apache/poi.git
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
This commit is contained in:
parent
cef16bab94
commit
8b4308d68a
|
@ -401,6 +401,7 @@ under the License.
|
||||||
<target name="check-jars">
|
<target name="check-jars">
|
||||||
<!-- remove previous versions of third-party jars to prevent them from lingering around,
|
<!-- 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! -->
|
we often had hard-to-find build/CI-problems because of these! -->
|
||||||
|
<mkdir dir="${main.lib}"/>
|
||||||
<delete verbose="true">
|
<delete verbose="true">
|
||||||
<fileset dir="${main.lib}">
|
<fileset dir="${main.lib}">
|
||||||
<include name="ant-1.8*"/>
|
<include name="ant-1.8*"/>
|
||||||
|
|
Loading…
Reference in New Issue