]> source.dussan.org Git - poi.git/commitdiff
try to fix build issue
authorPJ Fanning <fanningpj@apache.org>
Sat, 10 Apr 2021 10:01:50 +0000 (10:01 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sat, 10 Apr 2021 10:01:50 +0000 (10:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888577 13f79535-47bb-0310-9956-ffa450edef68

poi-integration/build.xml

index f1b139a940e68d6d78d32fa85dfbc54c712a5b1f..a8183c309b97907f63ccc5571b8c3460106a1c6b 100644 (file)
@@ -115,7 +115,7 @@ Before running this, you should execute the "assemble" target in the main build.
         </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"