summaryrefslogtreecommitdiffstats
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* Prep for releaseNick Burch2014-12-161-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1645812 13f79535-47bb-0310-9956-ffa450edef68
* revert of r1639217 and offline-linking for maven javadocsAndreas Beeker2014-11-151-3/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1639807 13f79535-47bb-0310-9956-ffa450edef68
* Use more maven-like naming of the source jars for the ooxml schemasNick Burch2014-11-111-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1638037 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57197: use proxy for TestSignatureInfo if set via environment variablesDominik Stadler2014-11-101-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637979 13f79535-47bb-0310-9956-ffa450edef68
* Build per-component javadoc jars, suitable for use with Maven / Maven CentralNick Burch2014-11-101-13/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637827 13f79535-47bb-0310-9956-ffa450edef68
* Follow discussions on dev@, don't include the javadocs in the source ↵Nick Burch2014-11-101-3/+6
| | | | | | package, since they can be recreated as desired using ant from the unpacked source package git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637818 13f79535-47bb-0310-9956-ffa450edef68
* Add xmlsec-jar in test-ooxml-lite which is missing after removing ↵Dominik Stadler2014-11-091-0/+1
| | | | | | ooxml.classpath git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637718 13f79535-47bb-0310-9956-ffa450edef68
* Adjust location of ooxml-lite classes and try with reduced classpath to ↵Dominik Stadler2014-11-091-2/+2
| | | | | | actually test without full xsds git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637704 13f79535-47bb-0310-9956-ffa450edef68
* When building the source package, also exclude the compile jars, and any ↵Nick Burch2014-11-081-0/+2
| | | | | | dist folders git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637561 13f79535-47bb-0310-9956-ffa450edef68
* Set things up for the next releaseNick Burch2014-11-081-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637555 13f79535-47bb-0310-9956-ffa450edef68
* Fail build if test-cases fail in OOXMLLite execution to avoid missing ↵Dominik Stadler2014-11-071-1/+2
| | | | | | included schema-classes. Also adjust how we look for test-classes so that we print out the ones that we skip with known ones excluded. Also print out skipped inner classes. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637475 13f79535-47bb-0310-9956-ffa450edef68
* excluded notesmaster.xml from rat checkAndreas Beeker2014-10-291-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1635018 13f79535-47bb-0310-9956-ffa450edef68
* added ooxml-security-1.0 to the maven artifactsAndreas Beeker2014-10-251-15/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1634247 13f79535-47bb-0310-9956-ffa450edef68
* One more change to OOXMLLite to also run all tests successfully when the ↵Dominik Stadler2014-10-211-0/+1
| | | | | | outdated xerces lib is provided git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1633285 13f79535-47bb-0310-9956-ffa450edef68
* xml dsign - javadoc fixesAndreas Beeker2014-10-201-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1633241 13f79535-47bb-0310-9956-ffa450edef68
* * Make more tests work in OOXMLLite compilation by adding xml security ↵Dominik Stadler2014-10-201-9/+2
| | | | | | | | classpath and ensuring proper cleanup in some Extractor tests * Remove downloading xerces library here, we now do this in the special Jenkins job and thus can get rid of it here git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1633166 13f79535-47bb-0310-9956-ffa450edef68
* * Also adjust build.xml for newer required Ant 1.8.0Dominik Stadler2014-10-201-3/+9
| | | | | | * Pass "additionaljar" to junit calls to enable us to exclude tests which we know are failing (newer XML Security stuff) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1633156 13f79535-47bb-0310-9956-ffa450edef68
* Removed some custom classloading code, which doesn't make sense anymoreAndreas Beeker2014-10-181-3/+28
| | | | | | | Tested a few other timestamp providers limited the use of the additional libraries to xml dsign classes while running the junit tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1632858 13f79535-47bb-0310-9956-ffa450edef68
* Fix detecting missing downloaded and compiled OOXML jars, remove older ↵Dominik Stadler2014-10-121-3/+6
| | | | | | versions of apache-rat correctly git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1631249 13f79535-47bb-0310-9956-ffa450edef68
* Update to Apache Rat 0.11Dominik Stadler2014-10-101-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1630660 13f79535-47bb-0310-9956-ffa450edef68
* Print out current version of java before building to allow to see in build ↵Dominik Stadler2014-10-061-0/+2
| | | | | | output if we use a supported Java VM version git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1629644 13f79535-47bb-0310-9956-ffa450edef68
* Fixed complete-build errorsAndreas Beeker2014-09-291-2/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1628338 13f79535-47bb-0310-9956-ffa450edef68
* merge with trunkAndreas Beeker2014-09-171-1/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1625828 13f79535-47bb-0310-9956-ffa450edef68
* removed HorribleProxyAndreas Beeker2014-08-241-7/+20
| | | | | | | added current version of BouncyCastle and xmlsec (using xmlsec instead of jdk internal classes, because of interoperabiltiy with e.g. IBM JDK) heaps of changes because of above git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1620229 13f79535-47bb-0310-9956-ffa450edef68
* starting tsp tests / removed mockito stuff againAndreas Beeker2014-08-171-14/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1618515 13f79535-47bb-0310-9956-ffa450edef68
* - Updated to BC 1.51Andreas Beeker2014-08-161-8/+21
| | | | | | - Download BC/test-libs in build.xml git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1618403 13f79535-47bb-0310-9956-ffa450edef68
* migrated enveloped document test (1 of 2)Andreas Beeker2014-08-151-2/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1618288 13f79535-47bb-0310-9956-ffa450edef68
* sync merge to trunkAndreas Beeker2014-08-121-12/+0
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1617624 13f79535-47bb-0310-9956-ffa450edef68
| * Fix bug #56814 - Switch from dom4j to JAXPUwe Schindler2014-08-121-12/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1617428 13f79535-47bb-0310-9956-ffa450edef68
* | download xades files and remove from them resourcesAndreas Beeker2014-08-101-3/+7
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1617153 13f79535-47bb-0310-9956-ffa450edef68
* | Xml signature support - version 1Andreas Beeker2014-08-101-51/+65
|/ | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1617141 13f79535-47bb-0310-9956-ffa450edef68
* Correct xmlbeans 2.6 urlNick Burch2014-08-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1615893 13f79535-47bb-0310-9956-ffa450edef68
* Change the default XMLBeans version used for running to be 2.6, leave 2.3 ↵Nick Burch2014-08-041-12/+20
| | | | | | for compiling the schemas (for maximum compatibility) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1615780 13f79535-47bb-0310-9956-ffa450edef68
* * Ensure that some older versions of third-party libraries are removed when ↵Dominik Stadler2014-08-031-3/+17
| | | | | | | | we do the jar-check, we saw some strange and hard-to-find build-errors lately, e.g. CI fails to run JaCoCo because of outdated asm-all-4.jar being still available. * Include new "release-notes" target in jenkins-target git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1615453 13f79535-47bb-0310-9956-ffa450edef68
* Prep for 3.11 beta 1Nick Burch2014-07-311-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614956 13f79535-47bb-0310-9956-ffa450edef68
* Exclude the release notes and readmes from the rat checksNick Burch2014-07-301-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614642 13f79535-47bb-0310-9956-ffa450edef68
* Add a target to help with generating the release notesNick Burch2014-07-301-1/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614573 13f79535-47bb-0310-9956-ffa450edef68
* JaCoCo 0.7.x requires asm-5Dominik Stadler2014-07-231-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1612887 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to latest JaCoCo 0.7.1Dominik Stadler2014-07-021-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1607384 13f79535-47bb-0310-9956-ffa450edef68
* Revert upgrade to XMLBeans 2.6.0 to properly discuss on the mailinglist firstDominik Stadler2014-06-121-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1602075 13f79535-47bb-0310-9956-ffa450edef68
* Add missing @Overrides, reformat some files, increase coverage slightly,Dominik Stadler2014-06-111-1/+2
| | | | | | | comments, fix Eclipse warnings and add close() calls in some tests and in HMEFMessage() to close files during tests correctly. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1602008 13f79535-47bb-0310-9956-ffa450edef68
* Update XMLBeans to version 2.6.0Dominik Stadler2014-06-111-3/+3
| | | | | | | | Conflicts: .classpath git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1602006 13f79535-47bb-0310-9956-ffa450edef68
* Update to latest Ant 1.9.4 and add ant-launcher which is used inDominik Stadler2014-05-291-2/+9
| | | | | | ExcelAnt tests to make it easier to run these tests in Eclipse git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1598226 13f79535-47bb-0310-9956-ffa450edef68
* More stax jar removal for Java 6Nick Burch2014-04-151-9/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1587631 13f79535-47bb-0310-9956-ffa450edef68
* Now that we require Java 1.6, we no longer need to include the STAX-API jar ↵Nick Burch2014-04-151-6/+1
| | | | | | as JRE 1.6 has it build in git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1587605 13f79535-47bb-0310-9956-ffa450edef68
* Exclude some generated classes from coverage measurements, now instruction ↵Dominik Stadler2014-03-161-3/+6
| | | | | | coverage is at around 72%, also update JaCoCo to latest version 0.6.5 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1578146 13f79535-47bb-0310-9956-ffa450edef68
* disable font downloading, because of Jenkins connection (download) problemsAndreas Beeker2014-03-041-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1574226 13f79535-47bb-0310-9956-ffa450edef68
* build.xml: Add missing depends on init for compile-main targetDominik Stadler2014-02-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568556 13f79535-47bb-0310-9956-ffa450edef68
* FindBugs fixAndreas Beeker2014-02-131-1/+1
| | | | | | | | - fixed "Field isn't final but should be" - see http://findbugs.sourceforge.net/bugDescriptions.html#MS_SHOULD_BE_FINAL git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568145 13f79535-47bb-0310-9956-ffa450edef68
* disable not applicable findbugs checkAndreas Beeker2014-02-131-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1567815 13f79535-47bb-0310-9956-ffa450edef68