223 Commits (27e3d4ea2608ee45e71e70d3fcfd4ef8cb20d469)

Autor SHA1 Mensaje Fecha
  Nick Burch ce77707b83 Add documentation for the HMEF (TNEF/winmail.dat) support so far. hace 13 años
  Yegor Kozlov e9f5fbd58d set version.id to 3.8-beta2 hace 13 años
  Nick Burch b8a97d2b3f Fix a couple of license headers, and tweak the rat settings so it runs clean hace 13 años
  Yegor Kozlov 4c5d1a1aa8 Use stax:stax-api instead of org.apache.geronimo.specs:geronimo-stax-api_1.0_spec, see Bugzilla 50581 hace 13 años
  Yegor Kozlov b6aaf36b5c initial import of ExcelAnt tasks, see Bugzilla 50610 hace 13 años
  Yegor Kozlov e7cce67245 tweaked javac targets and set includeantruntime=false to avoid warnings by Ant 1.8.1 hace 13 años
  Yegor Kozlov edbd52dd21 updated current version in trunk hace 13 años
  Yegor Kozlov 733cf81a3b repackaged poi-contrib to poi-main and poi-examples, excluded contrib from build artifacts hace 13 años
  Nick Burch 9fb59dacbe Bump the version id hace 13 años
  Nick Burch 534799ad59 Prepare for building 3.7 beta 3 hace 13 años
  Nick Burch 14b5b74989 Compiling the OOXML xsds requires a bit more memory if on a 64 bit jvm hace 14 años
  Nick Burch fff843e65a Add a dist exclude, and a missing header hace 14 años
  Nick Burch 6387556b49 Prepare for 3.7 beta 2 hace 14 años
  Yegor Kozlov 93381f3232 never download ooxml-schemas-.jar from maven, always build it from source xsds hace 14 años
  Yegor Kozlov 6b8d2b40a2 removed duplicates of PICTURE_TYPE_* constants defined in the parent Workbook interface hace 14 años
  Nick Burch a155ef63a7 Revert r954835 now that POI 3.7 beta1 is out - go back to using 1.5 compiled editions of the ooxml schemas hace 14 años
  Nick Burch 2b5d3fcbfd 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 hace 14 años
  Nick Burch 60cefff59a Have the ooxml build correctly ensure that we have the ooxml schemas to hand hace 14 años
  Yegor Kozlov 9c6fdb6f53 force ASCII encoding when compiling sources, fixed unmappable characters for encoding ASCII hace 14 años
  Nick Burch 1deea0cfa1 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 hace 14 años
  Nick Burch 88b60e5655 The next release will be 3.7 beta 2 hace 14 años
  Yegor Kozlov d8cbe9b692 ensure english locale for POI build hace 14 años
  Nick Burch c6a5ff361c Add a "rat-check" optional target, which runs Apache Rat against the source tree to spot files lacking license headers hace 14 años
  Yegor Kozlov 9017094231 Enhanced SViewer to support most border types, cell formats, and conditional formatting. Added ToHtml example that converts a spreadsheet into HTML, See Bugzilla #49066 hace 14 años
  Nick Burch 752dae496d Tweak depends lines relating to compile-ooxml-xsds, so that the schema files are correctly downloaded if missing hace 14 años
  Yegor Kozlov 6db9c4f0e2 added mvn-install Ant target equivalent to 'mvn install' in maven-driven projects hace 14 años
  Yegor Kozlov 5984c5d57c updated current version on status.xml, also some misc post-release improvements in mvn-deploy.sh and build.xml hace 14 años
  Yegor Kozlov 3246c57b68 set version.id to 3.7-SNAPSHOT hace 14 años
  Yegor Kozlov 03443502f5 more cleanup of build.xml, improved release procedure, added a script to create .md5 and .asc hace 14 años
  Yegor Kozlov b7aa4bea9a more improvements in build.xml: moved ooxml-lite targets out of normal 'compile' and 'test', added compile-all and test-all hace 14 años
  Josh Micich e391cdb834 Re-added jsr173 jar to ooxml ant tasks (jsr173 is not part of java 5 - r882927 was probably tested against java 6). hace 14 años
  Yegor Kozlov 437182aa72 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 hace 14 años
  Dave Fisher b5cdef8c2e Many documentation changes. See https://issues.apache.org/bugzilla/show_bug.cgi?id=48242 hace 14 años
  Yegor Kozlov c5434e0a1b org.apache.poi.util.OOXMLLite - an utility to build a 'lite' version of the ooxml-schemas.jar hace 14 años
  Yegor Kozlov 97e001c85a cleanup of build.xml hace 14 años
  Nick Burch 446c1af47f Make the ooxml schema jar filenames consistent hace 14 años
  Nick Burch f1ecc30d36 When running the "compile-ooxml-xsds" ant task, also generate the source jar for the OOXML Schemas hace 14 años
  Josh Micich a6331f9ec9 reverted Digital Signature stuff (r824836, r824963 r825294) in attempt to get gump build working hace 14 años
  Josh Micich bef0cdf35c removed new dependency on joda hace 14 años
  Ugo Cei 5378df317e 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. hace 14 años
  Yegor Kozlov 31236d1bd5 added Ant target to compile scratchpad examples, added example HSMF application that converts a .msg file to text and extracts attachments, see Bugzilla 47922 hace 14 años
  Yegor Kozlov d325146381 changed version.id of trunk to 3.6-beta1 hace 15 años
  Yegor Kozlov 2712b14d2f moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place hace 15 años
  Yegor Kozlov 8b283b14b1 Centralize logic for finding/opening sample files hace 15 años
  Yegor Kozlov a275338291 Fixed locale-sensitive unit tests to pass when running on non-US locales hace 15 años
  Yegor Kozlov ec9296d828 started new section in changes.xml for 3.5-beta7 hace 15 años
  Yegor Kozlov 3add64632f changed Forrest config to use only status.xml, changes.xml is now obsolete hace 15 años
  Nick Burch 062c215660 Fix bug #46554 - New ant target "jar-examples" hace 15 años
  Yegor Kozlov 9312add3f0 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 hace 15 años
  Yegor Kozlov 9b561e8d3f set forkmode=once for junit tests, it made the build process faster by 5x hace 15 años