aboutsummaryrefslogtreecommitdiffstats
path: root/poi-integration
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2021-04-10 11:44:30 +0000
committerAndreas Beeker <kiwiwings@apache.org>2021-04-10 11:44:30 +0000
commit861ff655088135198176b4b4a0b6e80c08e8d196 (patch)
tree09bf405ca3dca803fc38f279d1b0101affce1f8f /poi-integration
parentab0e7481aa4181894ee57c96a3fa2eff8458efde (diff)
downloadpoi-861ff655088135198176b4b4a0b6e80c08e8d196.tar.gz
poi-861ff655088135198176b4b4a0b6e80c08e8d196.zip
fix paths for integration build, docs, add site task to main build.gradle
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888580 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-integration')
-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 a8183c309b..75c9405cdf 100644
--- a/poi-integration/build.xml
+++ b/poi-integration/build.xml
@@ -139,7 +139,7 @@ Before running this, you should execute the "assemble" target in the main build.
</pathconvert>
<echo message="Compiling all examples with the additional scratchpad.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"
classpath="${jarpackagescratchpad}" classpathref="libs">