From e8a5994956e222f4eb147aa7af95b25fcbaeee8f Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Tue, 16 Jun 2015 05:42:36 +0000 Subject: [PATCH] Bug 57963: Add a task to the integration-test build which verifies that most examples can be built without scratchpad.jar git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1685705 13f79535-47bb-0310-9956-ffa450edef68 --- src/integrationtest/build.xml | 88 +++++++++++++++++++++++++++++++++-- 1 file changed, 85 insertions(+), 3 deletions(-) diff --git a/src/integrationtest/build.xml b/src/integrationtest/build.xml index 21d327a12d..795788e441 100644 --- a/src/integrationtest/build.xml +++ b/src/integrationtest/build.xml @@ -19,7 +19,12 @@ under the License. --> - Test-Ant file which verifies that the Apache POI distribution build sources can be compiled successfully. + Test-Ant file which verifies that the Apache POI distribution build sources can be compiled successfully. + + Before running this, you should execute the "assemble" target in the main build.xml to have the packaged files + created correctly. + + @@ -27,12 +32,14 @@ under the License. - + + + - + @@ -60,4 +67,79 @@ under the License. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.39.5