Commit Graph

210 Commits

Author SHA1 Message Date
Nick Burch 0612929bba Prepare for 3.7 beta 2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@982336 13f79535-47bb-0310-9956-ffa450edef68
2010-08-04 17:24:05 +00:00
Yegor Kozlov bcb8069d1a never download ooxml-schemas-.jar from maven, always build it from source xsds
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@958563 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28 12:56:57 +00:00
Yegor Kozlov 2876f4167a removed duplicates of PICTURE_TYPE_* constants defined in the parent Workbook interface
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@958561 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28 12:52:00 +00:00
Nick Burch 66793405d8 Revert r954835 now that POI 3.7 beta1 is out - go back to using 1.5 compiled editions of the ooxml schemas
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@956850 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22 11:08:21 +00:00
Nick Burch 5450f371ed Temporary switch back to using only ooxml-schemas-1.0 (no lists). Revert 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
2010-06-15 11:41:06 +00:00
Nick Burch a0a4a806b6 Have the ooxml build correctly ensure that we have the ooxml schemas to hand
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@954507 13f79535-47bb-0310-9956-ffa450edef68
2010-06-14 15:05:19 +00:00
Yegor Kozlov 5c68b8bd76 force ASCII encoding when compiling sources, fixed unmappable characters for encoding ASCII
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@954172 13f79535-47bb-0310-9956-ffa450edef68
2010-06-13 06:26:14 +00:00
Nick Burch c512c3da7f Bump the ooxml schema version up to 1.1, as 1.0 was compiled for Java 1.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
2010-06-11 19:59:22 +00:00
Nick Burch 6c5710a6af The next release will be 3.7 beta 2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@953722 13f79535-47bb-0310-9956-ffa450edef68
2010-06-11 15:17:15 +00:00
Yegor Kozlov ee9210d27b ensure english locale for POI build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@949511 13f79535-47bb-0310-9956-ffa450edef68
2010-05-30 12:39:42 +00:00
Nick Burch 863ed85b8c Add a "rat-check" optional target, which runs Apache Rat against the source tree to spot files lacking license headers
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@947648 13f79535-47bb-0310-9956-ffa450edef68
2010-05-24 14:16:15 +00:00
Yegor Kozlov 18230c14b9 Enhanced SViewer to support most border types, cell formats, and conditional 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
2010-05-10 16:11:50 +00:00
Nick Burch 22b4d5d593 Tweak depends lines relating to compile-ooxml-xsds, so that the schema files are correctly downloaded if missing
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@938120 13f79535-47bb-0310-9956-ffa450edef68
2010-04-26 16:46:08 +00:00
Yegor Kozlov 3e5d8b9cad added mvn-install Ant target equivalent to 'mvn install' in maven-driven projects
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@902561 13f79535-47bb-0310-9956-ffa450edef68
2010-01-24 13:05:48 +00:00
Yegor Kozlov 7dd36f3db7 updated current version on status.xml, also some misc post-release 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
2009-12-07 14:20:10 +00:00
Yegor Kozlov 5f506a41f8 set version.id to 3.7-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@887882 13f79535-47bb-0310-9956-ffa450edef68
2009-12-07 10:57:25 +00:00
Yegor Kozlov d67f4e3f88 more cleanup of build.xml, improved release procedure, added a script to create .md5 and .asc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883629 13f79535-47bb-0310-9956-ffa450edef68
2009-11-24 09:10:49 +00:00
Yegor Kozlov dd95f20c17 more improvements in build.xml: moved ooxml-lite targets out of normal '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
2009-11-23 08:43:04 +00:00
Josh Micich 686dbcc248 Re-added jsr173 jar to ooxml ant tasks (jsr173 is not part of java 5 - r882927 was probably tested against java 6).
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883036 13f79535-47bb-0310-9956-ffa450edef68
2009-11-22 05:23:57 +00:00
Yegor Kozlov 0b9ab8930e included poi-ooxml-schemas and poi-examples in the release cycle, also misc 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
2009-11-21 15:30:54 +00:00
David Fisher f2b76afe66 Many documentation changes. See 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
2009-11-19 21:22:21 +00:00
Yegor Kozlov aead99342f org.apache.poi.util.OOXMLLite - an utility to build a 'lite' version of the ooxml-schemas.jar
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@880798 13f79535-47bb-0310-9956-ffa450edef68
2009-11-16 15:32:05 +00:00
Yegor Kozlov 0108892c64 cleanup of build.xml
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@833603 13f79535-47bb-0310-9956-ffa450edef68
2009-11-06 23:40:53 +00:00
Nick Burch 506d53bb25 Make the ooxml schema jar filenames consistent
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832605 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03 23:33:58 +00:00
Nick Burch f3375be693 When running the "compile-ooxml-xsds" ant task, also generate the source jar for the OOXML Schemas
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832596 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03 23:20:33 +00:00
Josh Micich 7248029602 reverted Digital Signature stuff (r824836, r824963 r825294) in attempt to get gump build working
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@825637 13f79535-47bb-0310-9956-ffa450edef68
2009-10-15 20:25:34 +00:00
Josh Micich ccf7a6d89f removed new dependency on joda
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@825294 13f79535-47bb-0310-9956-ffa450edef68
2009-10-14 21:32:06 +00:00
Ugo Cei d48987ac07 Added implementation of Digital Signature support using code initially 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
2009-10-13 16:31:28 +00:00
Yegor Kozlov 2ad9b00e9f added Ant target to compile scratchpad examples, added example HSMF 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
2009-10-04 10:25:53 +00:00
Yegor Kozlov 07600a05b9 changed version.id of trunk to 3.6-beta1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@816626 13f79535-47bb-0310-9956-ffa450edef68
2009-09-18 13:24:34 +00:00
Yegor Kozlov 728f88bd92 moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@806959 13f79535-47bb-0310-9956-ffa450edef68
2009-08-23 12:34:24 +00:00
Yegor Kozlov 3316b64495 Centralize logic for finding/opening sample files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805928 13f79535-47bb-0310-9956-ffa450edef68
2009-08-19 18:51:44 +00:00
Yegor Kozlov 0e3a22ae42 Fixed locale-sensitive unit tests to pass when running on non-US locales
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@785176 13f79535-47bb-0310-9956-ffa450edef68
2009-06-16 12:31:56 +00:00
Yegor Kozlov df74019d89 started new section in changes.xml for 3.5-beta7
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@780747 13f79535-47bb-0310-9956-ffa450edef68
2009-06-01 17:49:16 +00:00
Yegor Kozlov bc39bacebd changed Forrest config to use only status.xml, changes.xml is now obsolete
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@777879 13f79535-47bb-0310-9956-ffa450edef68
2009-05-23 09:53:25 +00:00
Nick Burch a3c5fba15c Fix bug #46554 - New ant target "jar-examples"
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@775734 13f79535-47bb-0310-9956-ffa450edef68
2009-05-17 18:38:33 +00:00
Yegor Kozlov 64a1c8bf92 fixed forrest.properties to work with jdk 1.6, see 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
2009-04-11 11:55:06 +00:00
Yegor Kozlov 9ac1e8df71 set forkmode=once for junit tests, it made the build process faster by 5x
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@763881 13f79535-47bb-0310-9956-ffa450edef68
2009-04-10 06:45:04 +00:00
Yegor Kozlov bb1ce91342 moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@763332 13f79535-47bb-0310-9956-ffa450edef68
2009-04-08 17:51:33 +00:00
Yegor Kozlov 3fa069c79e changed build.xml to download all jar from a single location: 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
2009-04-05 10:44:29 +00:00
Yegor Kozlov e5f18378bd Improved LICENSE and NOTICE as suggested in Bugzilla #46756,
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
2009-02-24 08:27:59 +00:00
Josh Micich 3969100aa9 Attempt to fix GUMP build error due to case mismatch on package part 'INPUT' (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
2009-02-23 22:49:07 +00:00
Yegor Kozlov 7322a527d4 fixed Incorrect ooxml.xsds.url, see bugzilla #46753
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@746756 13f79535-47bb-0310-9956-ffa450edef68
2009-02-22 16:29:29 +00:00
Yegor Kozlov 441d05aa7d added a script to upload digital signatures in the Maven repo to the 'dist' ant task
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@746240 13f79535-47bb-0310-9956-ffa450edef68
2009-02-20 13:51:35 +00:00
Yegor Kozlov 1d6a964bfb update version.id to 3.5-beta6
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@742354 13f79535-47bb-0310-9956-ffa450edef68
2009-02-09 09:36:25 +00:00
Josh Micich e6472ffac4 Improvements to OpenXML4J unit tests. Fixed class names. Refactored code 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
2009-02-05 05:07:23 +00:00
Yegor Kozlov ef4b2ebc2e import OpenXML4j codebase
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@738842 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29 12:44:31 +00:00
Yegor Kozlov 5df324ffd9 jsr173_api-1.0.jar has moved to a new location, update build.xml to download 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
2009-01-11 13:59:04 +00:00
Yegor Kozlov 1559edee21 set new version.id=3.5-beta5
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@720160 13f79535-47bb-0310-9956-ffa450edef68
2008-11-24 10:48:25 +00:00
Yegor Kozlov b68a8f083f improved tasks for making Maven artifacts1. maven-dist is now obsolete, maven artifacts are taken from dist2. release manager should use 'mvn deploy:deploy-file' to deploy POI artifacts, dist/mvn-deploy.sh is automatically generated by the maven-poms task3. each poi module now has its own pom template in the ./maven directory
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@719249 13f79535-47bb-0310-9956-ffa450edef68
2008-11-20 15:08:42 +00:00