From: Andreas Beeker Date: Sun, 18 Nov 2018 16:03:20 +0000 (+0000) Subject: #62921 - Provide OOXMLLite alternative for Java 12+ X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c9ce7ff48a494bce3bd579d4c6f952dc51bc2bf4;p=poi.git #62921 - Provide OOXMLLite alternative for Java 12+ git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846849 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index cdb28bd055..a49aa53111 100644 --- a/build.xml +++ b/build.xml @@ -81,7 +81,7 @@ under the License. user.language and user.country are required as we have locale-sensitive formatters --> - + diff --git a/src/testcases/org/apache/poi/POIDataSamples.java b/src/testcases/org/apache/poi/POIDataSamples.java index c4a093fe41..92db8fe18a 100644 --- a/src/testcases/org/apache/poi/POIDataSamples.java +++ b/src/testcases/org/apache/poi/POIDataSamples.java @@ -206,7 +206,7 @@ public final class POIDataSamples { } File dataDir = new File(dataDirName, _moduleDir); if (!dataDir.exists()) { - throw new RuntimeException("Data dir '" + _moduleDir + "' does not exist"); + throw new RuntimeException("Data dir '" + dataDir + "' does not exist"); } // convert to canonical file, to make any subsequent error messages // clearer.