summaryrefslogtreecommitdiffstats
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a dist exclude, and a missing headerNick Burch2010-08-051-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@982544 13f79535-47bb-0310-9956-ffa450edef68
* Prepare for 3.7 beta 2Nick Burch2010-08-041-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@982336 13f79535-47bb-0310-9956-ffa450edef68
* never download ooxml-schemas-.jar from maven, always build it from source xsdsYegor Kozlov2010-06-281-4/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@958563 13f79535-47bb-0310-9956-ffa450edef68
* removed duplicates of PICTURE_TYPE_* constants defined in the parent ↵Yegor Kozlov2010-06-281-6/+0
| | | | | | Workbook interface git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@958561 13f79535-47bb-0310-9956-ffa450edef68
* Revert r954835 now that POI 3.7 beta1 is out - go back to using 1.5 compiled ↵Nick Burch2010-06-221-5/+5
| | | | | | editions of the ooxml schemas git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@956850 13f79535-47bb-0310-9956-ffa450edef68
* Temporary switch back to using only ooxml-schemas-1.0 (no lists). Revert ↵Nick Burch2010-06-151-5/+5
| | | | | | this commit once 3.7 beta1 is out, so we can continue testing the new ooxml-schemas-1.1 (java 1.5) stuff git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@954835 13f79535-47bb-0310-9956-ffa450edef68
* Have the ooxml build correctly ensure that we have the ooxml schemas to handNick Burch2010-06-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@954507 13f79535-47bb-0310-9956-ffa450edef68
* force ASCII encoding when compiling sources, fixed unmappable characters for ↵Yegor Kozlov2010-06-131-1/+15
| | | | | | encoding ASCII git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@954172 13f79535-47bb-0310-9956-ffa450edef68
* Bump the ooxml schema version up to 1.1, as 1.0 was compiled for Java 1.4 ↵Nick Burch2010-06-111-4/+4
| | | | | | while we now compile them for Java 1.5 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@953851 13f79535-47bb-0310-9956-ffa450edef68
* The next release will be 3.7 beta 2Nick Burch2010-06-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@953722 13f79535-47bb-0310-9956-ffa450edef68
* ensure english locale for POI buildYegor Kozlov2010-05-301-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@949511 13f79535-47bb-0310-9956-ffa450edef68
* Add a "rat-check" optional target, which runs Apache Rat against the source ↵Nick Burch2010-05-241-0/+17
| | | | | | tree to spot files lacking license headers git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@947648 13f79535-47bb-0310-9956-ffa450edef68
* Enhanced SViewer to support most border types, cell formats, and conditional ↵Yegor Kozlov2010-05-101-0/+5
| | | | | | formatting. Added ToHtml example that converts a spreadsheet into HTML, See Bugzilla #49066 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@942809 13f79535-47bb-0310-9956-ffa450edef68
* Tweak depends lines relating to compile-ooxml-xsds, so that the schema files ↵Nick Burch2010-04-261-2/+3
| | | | | | are correctly downloaded if missing git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@938120 13f79535-47bb-0310-9956-ffa450edef68
* added mvn-install Ant target equivalent to 'mvn install' in maven-driven ↵Yegor Kozlov2010-01-241-1/+35
| | | | | | projects git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@902561 13f79535-47bb-0310-9956-ffa450edef68
* updated current version on status.xml, also some misc post-release ↵Yegor Kozlov2009-12-071-5/+5
| | | | | | improvements in mvn-deploy.sh and build.xml git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@887930 13f79535-47bb-0310-9956-ffa450edef68
* set version.id to 3.7-SNAPSHOTYegor Kozlov2009-12-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@887882 13f79535-47bb-0310-9956-ffa450edef68
* more cleanup of build.xml, improved release procedure, added a script to ↵Yegor Kozlov2009-11-241-7/+12
| | | | | | create .md5 and .asc git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883629 13f79535-47bb-0310-9956-ffa450edef68
* more improvements in build.xml: moved ooxml-lite targets out of normal ↵Yegor Kozlov2009-11-231-106/+64
| | | | | | 'compile' and 'test', added compile-all and test-all git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883278 13f79535-47bb-0310-9956-ffa450edef68
* Re-added jsr173 jar to ooxml ant tasks (jsr173 is not part of java 5 - ↵Josh Micich2009-11-221-0/+1
| | | | | | r882927 was probably tested against java 6). git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883036 13f79535-47bb-0310-9956-ffa450edef68
* included poi-ooxml-schemas and poi-examples in the release cycle, also misc ↵Yegor Kozlov2009-11-211-889/+768
| | | | | | improvements in build.xml: merged scratchpad and main examples, improved cross-module classpath dependencies, removed obsolete targets git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@882927 13f79535-47bb-0310-9956-ffa450edef68
* Many documentation changes. See ↵Dave Fisher2009-11-191-3/+3
| | | | | | https://issues.apache.org/bugzilla/show_bug.cgi?id=48242 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@882301 13f79535-47bb-0310-9956-ffa450edef68
* org.apache.poi.util.OOXMLLite - an utility to build a 'lite' version of the ↵Yegor Kozlov2009-11-161-3/+50
| | | | | | ooxml-schemas.jar git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@880798 13f79535-47bb-0310-9956-ffa450edef68
* cleanup of build.xmlYegor Kozlov2009-11-061-151/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@833603 13f79535-47bb-0310-9956-ffa450edef68
* Make the ooxml schema jar filenames consistentNick Burch2009-11-031-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832605 13f79535-47bb-0310-9956-ffa450edef68
* When running the "compile-ooxml-xsds" ant task, also generate the source jar ↵Nick Burch2009-11-031-4/+16
| | | | | | for the OOXML Schemas git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832596 13f79535-47bb-0310-9956-ffa450edef68
* reverted Digital Signature stuff (r824836, r824963 r825294) in attempt to ↵Josh Micich2009-10-151-91/+44
| | | | | | get gump build working git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@825637 13f79535-47bb-0310-9956-ffa450edef68
* removed new dependency on jodaJosh Micich2009-10-141-51/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@825294 13f79535-47bb-0310-9956-ffa450edef68
* Added implementation of Digital Signature support using code initially ↵Ugo Cei2009-10-131-0/+54
| | | | | | developed for the eId Applet project <http://code.google.com/p/eid-applet/> and re-released under Apache License. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@824836 13f79535-47bb-0310-9956-ffa450edef68
* added Ant target to compile scratchpad examples, added example HSMF ↵Yegor Kozlov2009-10-041-2/+21
| | | | | | application that converts a .msg file to text and extracts attachments, see Bugzilla 47922 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@821500 13f79535-47bb-0310-9956-ffa450edef68
* changed version.id of trunk to 3.6-beta1Yegor Kozlov2009-09-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@816626 13f79535-47bb-0310-9956-ffa450edef68
* moved all test data to a top-level directory, refactored all junit usages of ↵Yegor Kozlov2009-08-231-53/+9
| | | | | | .testdata.path to one place git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@806959 13f79535-47bb-0310-9956-ffa450edef68
* Centralize logic for finding/opening sample filesYegor Kozlov2009-08-191-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805928 13f79535-47bb-0310-9956-ffa450edef68
* Fixed locale-sensitive unit tests to pass when running on non-US localesYegor Kozlov2009-06-161-6/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@785176 13f79535-47bb-0310-9956-ffa450edef68
* started new section in changes.xml for 3.5-beta7Yegor Kozlov2009-06-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@780747 13f79535-47bb-0310-9956-ffa450edef68
* changed Forrest config to use only status.xml, changes.xml is now obsoleteYegor Kozlov2009-05-231-9/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@777879 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #46554 - New ant target "jar-examples"Nick Burch2009-05-171-0/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@775734 13f79535-47bb-0310-9956-ffa450edef68
* fixed forrest.properties to work with jdk 1.6, see ↵Yegor Kozlov2009-04-111-173/+8
| | | | | | https://issues.apache.org/jira/browse/FOR-984; removed unused and deprecated stuff from build.xml git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@764194 13f79535-47bb-0310-9956-ffa450edef68
* set forkmode=once for junit tests, it made the build process faster by 5xYegor Kozlov2009-04-101-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@763881 13f79535-47bb-0310-9956-ffa450edef68
* moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do ↵Yegor Kozlov2009-04-081-8/+1
| | | | | | belong there git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@763332 13f79535-47bb-0310-9956-ffa450edef68
* changed build.xml to download all jar from a single location: ↵Yegor Kozlov2009-04-051-7/+6
| | | | | | http://repo1.maven.org, Gump failed many times in March 2009 because of timeout when downloading jars from ibiblio.org git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@762065 13f79535-47bb-0310-9956-ffa450edef68
* Improved LICENSE and NOTICE as suggested in Bugzilla #46756, Yegor Kozlov2009-02-241-2/+2
| | | | | | switched to use Geronimo's implementation of StAX API jar instead of BEA's JSR-173, see Bugzilla #46758 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@747303 13f79535-47bb-0310-9956-ffa450edef68
* Attempt to fix GUMP build error due to case mismatch on package part 'INPUT' ↵Josh Micich2009-02-231-3/+2
| | | | | | (doesn't happen on all platforms). In addition svn+win has difficulties with case-sensitive renames. 'INPUT' was renamed to 'data' for consistency with rest of POI. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@747182 13f79535-47bb-0310-9956-ffa450edef68
* fixed Incorrect ooxml.xsds.url, see bugzilla #46753Yegor Kozlov2009-02-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@746756 13f79535-47bb-0310-9956-ffa450edef68
* added a script to upload digital signatures in the Maven repo to the 'dist' ↵Yegor Kozlov2009-02-201-0/+8
| | | | | | ant task git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@746240 13f79535-47bb-0310-9956-ffa450edef68
* update version.id to 3.5-beta6Yegor Kozlov2009-02-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@742354 13f79535-47bb-0310-9956-ffa450edef68
* Improvements to OpenXML4J unit tests. Fixed class names. Refactored code ↵Josh Micich2009-02-051-1/+0
| | | | | | for opening test data files. Changed test output to go to temp dir. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@741002 13f79535-47bb-0310-9956-ffa450edef68
* import OpenXML4j codebaseYegor Kozlov2009-01-291-20/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@738842 13f79535-47bb-0310-9956-ffa450edef68
* jsr173_api-1.0.jar has moved to a new location, update build.xml to download ↵Yegor Kozlov2009-01-111-1/+2
| | | | | | it from http://repo1.maven.org/maven2/javax/xml/bind/jsr173_api/1.0/jsr173_api-1.0.jar git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@733473 13f79535-47bb-0310-9956-ffa450edef68
* set new version.id=3.5-beta5Yegor Kozlov2008-11-241-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@720160 13f79535-47bb-0310-9956-ffa450edef68