From: Dominik Stadler Date: Tue, 16 Jun 2015 05:42:36 +0000 (+0000) Subject: Bug 57963: Add a task to the integration-test build which verifies that most examples... X-Git-Tag: REL_3_13_BETA1~93 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e8a5994956e222f4eb147aa7af95b25fcbaeee8f;p=poi.git 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 --- 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. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +