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 2023/01/01 15:59:40 UTC

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

Author: centic
Date: Sun Jan  1 15:59:40 2023
New Revision: 1906325

URL: http://svn.apache.org/viewvc?rev=1906325&view=rev
Log:
Ant: Adjust libs for poi-excelant as it requires poi-ooxml and xmlbeans

Seems JDK 20 does more checks on module-path and thus fails the
build otherwise

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1906325&r1=1906324&r2=1906325&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sun Jan  1 15:59:40 2023
@@ -1507,9 +1507,11 @@ under the License.
                 <pathelement path="build/dist/maven/poi-tests"/>
                 <pathelement path="build/dist/maven/poi-scratchpad-tests"/>
                 <pathelement path="build/dist/maven/poi-ooxml-tests"/>
+                <pathelement path="build/dist/maven/poi-ooxml-full"/>
                 <pathelement path="lib/main"/>
                 <pathelement path="lib/main-tests"/>
                 <pathelement path="lib/excelant"/>
+                <pathelement path="lib/ooxml"/>
             </lib>
             <resources>
                 <fileset dir="${excelant.resource.main}"/>



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