0c580c8f45
It works by using handlers for each type of file which perform various operations on the files, e.g. loading, iterating content, modify, ... This will trigger changes which break working with the available test-files and thus provides another layer of regression testing which hopefully prevents some failures from making it into releases. It is runnable via a new ant-target 'test-integration' and also added to the jenkins-target. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647885 13f79535-47bb-0310-9956-ffa450edef68
35 lines
2.0 KiB
XML
35 lines
2.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src/java"/>
|
|
<classpathentry kind="src" path="src/testcases"/>
|
|
<classpathentry kind="src" path="src/resources/main"/>
|
|
<classpathentry kind="src" path="src/ooxml/java"/>
|
|
<classpathentry kind="src" path="src/ooxml/testcases"/>
|
|
<classpathentry kind="src" path="src/resources/ooxml"/>
|
|
<classpathentry kind="src" path="src/scratchpad/src"/>
|
|
<classpathentry kind="src" path="src/scratchpad/testcases"/>
|
|
<classpathentry kind="src" path="src/resources/scratchpad"/>
|
|
<classpathentry kind="src" path="src/contrib/poi-ruby/java"/>
|
|
<classpathentry kind="src" path="src/examples/src"/>
|
|
<classpathentry kind="src" path="src/excelant/java"/>
|
|
<classpathentry kind="src" path="src/excelant/testcases"/>
|
|
<classpathentry kind="src" path="src/excelant/resources"/>
|
|
<classpathentry kind="src" path="src/integrationtest"/>
|
|
<classpathentry kind="lib" path="lib/ant-1.9.4.jar"/>
|
|
<classpathentry kind="lib" path="lib/ant-launcher-1.9.4.jar"/>
|
|
<classpathentry kind="lib" path="lib/commons-codec-1.9.jar"/>
|
|
<classpathentry kind="lib" path="lib/commons-logging-1.1.3.jar"/>
|
|
<classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
|
|
<classpathentry kind="lib" path="ooxml-lib/xmlbeans-2.6.0.jar"/>
|
|
<classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
|
|
<classpathentry kind="lib" path="lib/junit-4.11.jar"/>
|
|
<classpathentry kind="lib" path="ooxml-lib/ooxml-schemas-1.1.jar" sourcepath="ooxml-lib/ooxml-schemas-src-1.1.jar"/>
|
|
<classpathentry kind="lib" path="ooxml-lib/ooxml-security-1.0.jar" sourcepath="ooxml-lib/ooxml-security-src-1.0.jar"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
<classpathentry kind="lib" path="compile-lib/slf4j-api-1.7.7.jar"/>
|
|
<classpathentry kind="lib" path="compile-lib/bcpkix-jdk15on-1.51.jar"/>
|
|
<classpathentry kind="lib" path="compile-lib/bcprov-ext-jdk15on-1.51.jar"/>
|
|
<classpathentry kind="lib" path="compile-lib/xmlsec-2.0.1.jar"/>
|
|
<classpathentry kind="output" path="build/eclipse"/>
|
|
</classpath>
|