aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-04-10 10:01:50 +0000
committerPJ Fanning <fanningpj@apache.org>2021-04-10 10:01:50 +0000
commitab0e7481aa4181894ee57c96a3fa2eff8458efde (patch)
treefbd29fa5fab5ee31575a4e6bf8b66540453797f7
parentfadeb683922f13681856d3d69e92b43cf3d4ce25 (diff)
downloadpoi-ab0e7481aa4181894ee57c96a3fa2eff8458efde.tar.gz
poi-ab0e7481aa4181894ee57c96a3fa2eff8458efde.zip
try to fix build issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888577 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--poi-integration/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-integration/build.xml b/poi-integration/build.xml
index f1b139a940..a8183c309b 100644
--- a/poi-integration/build.xml
+++ b/poi-integration/build.xml
@@ -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"