From cf559d3ae46c2faab8cd46259f63c25128626292 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Mon, 26 Dec 2022 16:25:26 +0000 Subject: [PATCH] Ant-Java 11+: Add support for a 4th module to be able to add slf4j module Otherwise running test-ooxml may fail because of a missing class git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906220 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 3dd8f0f09b..38287205ad 100644 --- a/build.xml +++ b/build.xml @@ -1345,6 +1345,7 @@ under the License. + @@ -1398,6 +1399,7 @@ under the License. + @@ -1407,6 +1409,9 @@ under the License. + + + @@ -1447,11 +1452,13 @@ under the License. + + @@ -1478,7 +1485,8 @@ under the License. + module1="ooxml" module2="scratchpad" module3="org.bouncycastle.pkix" module4="org.slf4j" + outputDir="${ooxml.reports.test}"> @@ -1799,7 +1807,8 @@ under the License. + modulepath-ref="@{modulepath-ref}" module1="ooxml" module2="scratchpad" module3="org.bouncycastle.pkix" + module4="org.slf4j" outputDir="${ooxml.reports.test}">