aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* #64867 - Provide PDF rendering with PPTX2PNGAndreas Beeker2020-11-091-1/+1
| | | | | | remove pdfbox-graphics2d workaround and update its version git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883236 13f79535-47bb-0310-9956-ffa450edef68
* #64867 - Provide PDF rendering with PPTX2PNGAndreas Beeker2020-11-031-0/+3
| | | | | | add dependencies to gradle and maven builds git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883075 13f79535-47bb-0310-9956-ffa450edef68
* #64867 - Provide PDF rendering with PPTX2PNGAndreas Beeker2020-11-021-1/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883074 13f79535-47bb-0310-9956-ffa450edef68
* try to upgrade spotbugs and asmPJ Fanning2020-10-251-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882836 13f79535-47bb-0310-9956-ffa450edef68
* Add mising path to ooxml-schemas which is necessary for building with latest ↵Dominik Stadler2020-10-251-0/+1
| | | | | | JDK 16 ea-builds git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882830 13f79535-47bb-0310-9956-ffa450edef68
* update commons-codecPJ Fanning2020-10-221-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882771 13f79535-47bb-0310-9956-ffa450edef68
* Handle errors from GraalVM native mode runs - UnsupportedFeature on setting ↵Andreas Beeker2020-10-201-12/+25
| | | | | | Sax features together with missing ErrorMessages from the java.xml module git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882714 13f79535-47bb-0310-9956-ffa450edef68
* use xmlbeans official 4.0.0 releasePJ Fanning2020-10-161-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882586 13f79535-47bb-0310-9956-ffa450edef68
* #64773 - Visual signatures for .xlsx/.docxAndreas Beeker2020-10-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882394 13f79535-47bb-0310-9956-ffa450edef68
* Update third party libraries in pom.xml and build.gradle, update JaCoCo to 0.8.6Dominik Stadler2020-09-251-4/+29
| | | | | | | Maven build should work onw, but Gradle is still broken by the poi-ant-contrib library Also remove outdated third party libraries git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882026 13f79535-47bb-0310-9956-ffa450edef68
* Fix Ant javascript issuesAndreas Beeker2020-09-221-33/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881914 13f79535-47bb-0310-9956-ffa450edef68
* XmlBeans is now generating Java 1.8 based files - javasources option is not ↵Andreas Beeker2020-09-171-2/+0
| | | | | | available anymore git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881779 13f79535-47bb-0310-9956-ffa450edef68
* add "provided" jars to binary dist bundleAndreas Beeker2020-09-031-2/+6
| | | | | | | add instruction to pptx rendering case-insensitive argument handling in PPTX2PNG git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881416 13f79535-47bb-0310-9956-ffa450edef68
* fix build errorAndreas Beeker2020-08-191-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880988 13f79535-47bb-0310-9956-ffa450edef68
* Update library versionsAndreas Beeker2020-08-181-61/+74
| | | | | | | Replace deprecated junit @Rules with assertThrows Adapt to XMLSec refactoring in version 2.2.0 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880965 13f79535-47bb-0310-9956-ffa450edef68
* Activate Forbidden-Apis-Check also for other testsAndreas Beeker2020-08-171-16/+13
| | | | | | | Max supported Java version is currently Java 14 Fix the check failures git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880944 13f79535-47bb-0310-9956-ffa450edef68
* Update links to ci-builds.apache.orgAndreas Beeker2020-08-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880892 13f79535-47bb-0310-9956-ffa450edef68
* use the forbidden-apis policies corresponding to the JREAndreas Beeker2020-08-151-1/+1
| | | | | | fix the forbidden apis issues git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880866 13f79535-47bb-0310-9956-ffa450edef68
* upgrade forbidden-apis to 3.0.1Andreas Beeker2020-08-141-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880862 13f79535-47bb-0310-9956-ffa450edef68
* fix build - remove old ant libsAndreas Beeker2020-08-061-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880647 13f79535-47bb-0310-9956-ffa450edef68
* try to fix windows builds - path issues with regex patternsAndreas Beeker2020-08-051-2/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880619 13f79535-47bb-0310-9956-ffa450edef68
* remove obsolete bouncycastle jarsAndreas Beeker2020-07-231-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880229 13f79535-47bb-0310-9956-ffa450edef68
* a few jigsaw related fixesAndreas Beeker2020-07-231-16/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880228 13f79535-47bb-0310-9956-ffa450edef68
* #64411 - Provide JigSaw modulesAndreas Beeker2020-07-221-562/+710
| | | | | | | | | | | | | | | - use classpath-build for Java 8, otherwise use modulepath - save module-info classes to source, when using Java 9+ environment - rename example packages - otherwise package clashes occured in the tests - move agile encryption from ooxml to main. remove EncryptionInfo XmlBeans and schema and use custom xml marshalling - move ooxml test classes which reside in the same package as their tested main class - rename base test classes to "BaseTest..." - temporarily I've used a light version of the main test classes to test scratchpad / ooxml - build.xml - fixed the Rhino javascript errors of the dependency-macros - DrawTextParagraph - fixed StringIndexOutOfBounds when logging set to debug level - use JigSaw provider interface (= Java ServiceLoader), i.e. it wasn't possible (without openening everything), to access ooxml factory classes from main factory stub git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880164 13f79535-47bb-0310-9956-ffa450edef68
* revert accidental build changePJ Fanning2020-07-051-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879519 13f79535-47bb-0310-9956-ffa450edef68
* try to fix issue with missing classes in poi-ooxml-schemasPJ Fanning2020-07-051-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879518 13f79535-47bb-0310-9956-ffa450edef68
* XmlBeans now generates the beans including the modifications which were ↵Andreas Beeker2020-06-231-22/+0
| | | | | | applied by the POI build (r1879130) ... so those modifications are now obsolete git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879131 13f79535-47bb-0310-9956-ffa450edef68
* fix ooxml-liteAndreas Beeker2020-06-201-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879032 13f79535-47bb-0310-9956-ffa450edef68
* remove old mockito jarPJ Fanning2020-06-201-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879023 13f79535-47bb-0310-9956-ffa450edef68
* remove old ooxml-libs on build - update pathAndreas Beeker2020-06-201-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879021 13f79535-47bb-0310-9956-ffa450edef68
* #64411 - Provide JigSaw modules - use XmlBeans 4.0.0 (preview)Andreas Beeker2020-06-201-16/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879018 13f79535-47bb-0310-9956-ffa450edef68
* upgrade and mockitoPJ Fanning2020-06-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1878542 13f79535-47bb-0310-9956-ffa450edef68
* remove stray refs to jaxbPJ Fanning2020-05-291-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1878259 13f79535-47bb-0310-9956-ffa450edef68
* include commons-compress jar in distributionPJ Fanning2020-05-281-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1878246 13f79535-47bb-0310-9956-ffa450edef68
* next version will be 5.0.0PJ Fanning2020-05-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877872 13f79535-47bb-0310-9956-ffa450edef68
* ignore errors on deleteAndreas Beeker2020-05-061-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877454 13f79535-47bb-0310-9956-ffa450edef68
* fix typoAndreas Beeker2020-05-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877437 13f79535-47bb-0310-9956-ffa450edef68
* Update FindBugs to SpotBugs - it seems the jenkins findbugs plugin could ↵Andreas Beeker2020-05-061-32/+97
| | | | | | process the output (findbugs.xml) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877436 13f79535-47bb-0310-9956-ffa450edef68
* fix findbugs packaging/urlAndreas Beeker2020-05-061-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877427 13f79535-47bb-0310-9956-ffa450edef68
* remove test code and ignore libAndreas Beeker2020-05-061-5/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877420 13f79535-47bb-0310-9956-ffa450edef68
* remove old library directoriesAndreas Beeker2020-05-051-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877400 13f79535-47bb-0310-9956-ffa450edef68
* #64411 - Provide JigSaw modulesAndreas Beeker2020-05-051-350/+197
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877398 13f79535-47bb-0310-9956-ffa450edef68
* Also remove very old versions of ooxml-schemas-jar (ca. POI 3.5)Dominik Stadler2020-04-241-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1876944 13f79535-47bb-0310-9956-ffa450edef68
* bouncycastle 1.64PJ Fanning2020-04-081-8/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1876280 13f79535-47bb-0310-9956-ffa450edef68
* #63712 - upgrading xmlsec causes junit tests to failAndreas Beeker2020-03-181-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1875392 13f79535-47bb-0310-9956-ffa450edef68
* Adjust some more places to use https instead of http, need a workaround for ↵Dominik Stadler2020-03-081-0/+20
| | | | | | | | a bug in Apache Forrest See comment in build.xml for why this replacement is needed. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874982 13f79535-47bb-0310-9956-ffa450edef68
* Use new URL for downloads of releasesDominik Stadler2020-03-081-2/+2
| | | | | | See https://blogs.apache.org/infra/entry/more-secure-and-robust-downloads git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874964 13f79535-47bb-0310-9956-ffa450edef68
* Do not recompile Version.java unless build.xml (i.e. version) changesDominik Stadler2020-03-061-1/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874901 13f79535-47bb-0310-9956-ffa450edef68
* Set version to 4.1.3-SNAPSHOT everywhereDominik Stadler2020-03-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874900 13f79535-47bb-0310-9956-ffa450edef68
* Update Batik dependency to 1.12Andreas Beeker2020-02-171-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874149 13f79535-47bb-0310-9956-ffa450edef68