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. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +