From 638aacc056e9510ea9bfa30803e630008dc389d4 Mon Sep 17 00:00:00 2001 From: Javen O'Neal Date: Mon, 18 Apr 2016 01:23:26 +0000 Subject: [PATCH] add test-ss target to test Common SS, HSSF, XSSF, and SXSSF; add descriptions to targets git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1739679 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/build.xml b/build.xml index 05a0b88f44..77ecadf672 100644 --- a/build.xml +++ b/build.xml @@ -1123,9 +1123,13 @@ under the License. + - + + @@ -1213,7 +1217,8 @@ under the License. + depends="compile-main, -test-main-check,jacocotask" xmlns:jacoco="antlib:org.jacoco.ant" + description="tests POI classes that deal with the Microsoft Office binary (BIFF8) file formats (excludes OOXML)"> @@ -1258,7 +1263,8 @@ under the License. + depends="compile-main, -test-main-hssf-check,jacocotask" xmlns:jacoco="antlib:org.jacoco.ant" + description="test HSSF classes only"> @@ -1299,7 +1305,8 @@ under the License. + unless="scratchpad.test.notRequired" xmlns:jacoco="antlib:org.jacoco.ant" + description="test non-OOXML scratchpad classes"> @@ -1386,7 +1393,8 @@ under the License. - + @@ -1433,7 +1441,8 @@ under the License. - + -- 2.39.5