You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2021/04/10 10:01:50 UTC

svn commit: r1888577 - /poi/trunk/poi-integration/build.xml

Author: fanningpj
Date: Sat Apr 10 10:01:50 2021
New Revision: 1888577

URL: http://svn.apache.org/viewvc?rev=1888577&view=rev
Log:
try to fix build issue

Modified:
    poi/trunk/poi-integration/build.xml

Modified: poi/trunk/poi-integration/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/poi-integration/build.xml?rev=1888577&r1=1888576&r2=1888577&view=diff
==============================================================================
--- poi/trunk/poi-integration/build.xml (original)
+++ poi/trunk/poi-integration/build.xml Sat Apr 10 10:01:50 2021
@@ -115,7 +115,7 @@ Before running this, you should execute
         </path>
 
         <echo message="Compiling examples without linking to scratchpad.jar to ensure that only some specific ones require this jar"/>
-        <javac srcdir="../examples/src/main/java" destdir="${build}"
+        <javac srcdir="../poi-examples/src/main/java" destdir="${build}"
                target="1.8" source="1.8" debug="true"
                encoding="ASCII" fork="yes" includeantruntime="false"
                excludes="org/apache/poi/examples/hslf/**,org/apache/poi/examples/hsmf/**,org/apache/poi/examples/hwmf/**,**/EmbeddedObjects.java,**/EmeddedObjects.java,**/LoadEmbedded.java,**/Word2Forrest.java"



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