aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* getting ready to 3.1-beta2Yegor Kozlov2008-05-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653486 13f79535-47bb-0310-9956-ffa450edef68
* Fix from Trejkaz from bug #44857 - Avoid OOM on unknown escher records when ↵Nick Burch2008-04-271-0/+2
| | | | | | EscherMetafileBlip is incorrect git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@651992 13f79535-47bb-0310-9956-ffa450edef68
* As mentioned on dev@ - zap the old, initial OOXML code out of trunk. It ↵Nick Burch2008-04-231-174/+2
| | | | | | isn't compatible with the new code in the ooxml branch, which may catch users out, and anyone wanting OOXML support should be using the code in the branch to get updates and lots more features git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@650915 13f79535-47bb-0310-9956-ffa450edef68
* update current version to 3.1-beta1Yegor Kozlov2008-04-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@650133 13f79535-47bb-0310-9956-ffa450edef68
* set version.id=3.0.3-beta1Yegor Kozlov2008-04-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@649914 13f79535-47bb-0310-9956-ffa450edef68
* Improve how POIFS works with directory entries, and update HWPFDocument to ↵Nick Burch2008-04-101-0/+8
| | | | | | support reading an embeded word document git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@646870 13f79535-47bb-0310-9956-ffa450edef68
* Looks like trunk will now produce 3.0.3, and ooxml branch will be 3.1, so ↵Nick Burch2008-03-291-1/+1
| | | | | | update build.xml in trunk accordingly git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642563 13f79535-47bb-0310-9956-ffa450edef68
* patch 44675 - made POI capable of recognising var-args functions. Some ↵Josh Micich2008-03-261-1/+1
| | | | | | related fixes. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@641185 13f79535-47bb-0310-9956-ffa450edef68
* Add note about needing to give ant more memory to run all the testsNick Burch2008-03-221-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@640057 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Josh from bug #44437 - improved unit test for poifsNick Burch2008-02-211-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@629831 13f79535-47bb-0310-9956-ffa450edef68
* In the interests of sanity, stop having hssf test data files in scratchpad ↵Nick Burch2008-02-141-2/+2
| | | | | | and main, go to just having them in main git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@627779 13f79535-47bb-0310-9956-ffa450edef68
* Patch from bug #44336 - correctly escape sheet names in formula references, ↵Nick Burch2008-02-011-0/+1
| | | | | | including tests for this, and fixes to old tests that were expecting the un-escaped sheet names git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@617491 13f79535-47bb-0310-9956-ffa450edef68
* start a new POI 3.1 section in the change logYegor Kozlov2008-01-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@615769 13f79535-47bb-0310-9956-ffa450edef68
* Update to use a newer openxml4j jar file, which contains patches from myself ↵Nick Burch2008-01-241-1/+1
| | | | | | and Ugo git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@614870 13f79535-47bb-0310-9956-ffa450edef68
* Add a missing bit to the compile-ooxml ant taskNick Burch2008-01-161-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@612520 13f79535-47bb-0310-9956-ffa450edef68
* Fix for building the OOXML xmlbeans stuff on osx, patch from ugoNick Burch2008-01-071-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@609594 13f79535-47bb-0310-9956-ffa450edef68
* OOXML pptx text extractor, and test. Also add jar-ooxml ant taskNick Burch2007-12-301-0/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@607572 13f79535-47bb-0310-9956-ffa450edef68
* Support getting the low level sheet objects back for an xlsx documentNick Burch2007-12-271-0/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@607043 13f79535-47bb-0310-9956-ffa450edef68
* Shuffle a few ooxml bits about, improve the ant tasks for it, and add in a ↵Nick Burch2007-12-271-3/+18
| | | | | | ooxml container lister git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@607024 13f79535-47bb-0310-9956-ffa450edef68
* Update build.xml to download various libraries that we will want for playing ↵Nick Burch2007-12-261-2/+97
| | | | | | with ooxml files git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@606922 13f79535-47bb-0310-9956-ffa450edef68
* Make compile-scratchpad depend on compile-main, as it's dependentNick Burch2007-12-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@606168 13f79535-47bb-0310-9956-ffa450edef68
* updated to version 3.0.2-beta1Yegor Kozlov2007-12-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@601641 13f79535-47bb-0310-9956-ffa450edef68
* Add some testdata paths to the single unit test task, so that more of the ↵Nick Burch2007-09-241-0/+3
| | | | | | scratchpad tests can be run individually git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@578861 13f79535-47bb-0310-9956-ffa450edef68
* Move POIDocument out of the scratchpadNick Burch2007-09-191-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@577259 13f79535-47bb-0310-9956-ffa450edef68
* Initial HSMF (outlook) support from TravisNick Burch2007-07-091-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@554774 13f79535-47bb-0310-9956-ffa450edef68
* Start on processing the commands stored within a HDGF chunk, plus initial ↵Nick Burch2007-06-211-0/+8
| | | | | | tests for it git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@549588 13f79535-47bb-0310-9956-ffa450edef68
* Basic support for a few key kinds of streams, and tests to go with thisNick Burch2007-06-181-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548511 13f79535-47bb-0310-9956-ffa450edef68
* When we copy the normal jars into the right spot for uploading to the ↵Nick Burch2007-06-161-3/+6
| | | | | | ibiblio sync, name the jars without the date git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@547933 13f79535-47bb-0310-9956-ffa450edef68
* As requested by Andy, a big change to how the maven-dist occurs. Now, we ↵Nick Burch2007-06-081-45/+98
| | | | | | copy over the main jars to the maven directory, rather than making their own. We then have a different pom for each of poi, -scratchpad and -contrib. Finally, put all the files under maven-dist into the right place for upload git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@545491 13f79535-47bb-0310-9956-ffa450edef68
* Remove the section entries from the jar manifests, as they aren't required, ↵Nick Burch2007-06-081-40/+30
| | | | | | and it looks like we only have them because someone cut'n'pasted from the ant manual (see bug #42614) git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@545478 13f79535-47bb-0310-9956-ffa450edef68
* Update the main .pom file based on advice from the repos team. Include the ↵Nick Burch2007-05-311-1/+9
| | | | | | redirect pom, which needs to be placed under /poi/, to tell maven to switch to /org.apache.poi/, and detail this new pom in the release guide git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@543203 13f79535-47bb-0310-9956-ffa450edef68
* Update Jakarta -> Apache in the build file, and update more of the siteNick Burch2007-05-291-10/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@542597 13f79535-47bb-0310-9956-ffa450edef68
* Updates for 3.0 being releasedNick Burch2007-05-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@539409 13f79535-47bb-0310-9956-ffa450edef68
* Add in a clean step before compile in distNick Burch2007-04-021-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@524881 13f79535-47bb-0310-9956-ffa450edef68
* add license to build fileAvik Sengupta2007-01-021-1/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@491787 13f79535-47bb-0310-9956-ffa450edef68
* Include NOTICE and LICENSE in the maven targetted jars tooNick Burch2006-12-281-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@490829 13f79535-47bb-0310-9956-ffa450edef68
* Include the NOTICE and LICENSE files in the root of the Jars we build. When ↵Nick Burch2006-12-281-21/+29
| | | | | | building the dist zip and tar files, have them output into a sensible directory name (rather than the current directory), and have them include a single copy of NOTICE and LICENSE git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@490821 13f79535-47bb-0310-9956-ffa450edef68
* Bump version up to 3.0 alpha 3Nick Burch2006-12-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@486618 13f79535-47bb-0310-9956-ffa450edef68
* We need to ensure we have the main code compiled before running contrib and ↵Nick Burch2006-11-281-2/+2
| | | | | | scratchpad tests git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@480101 13f79535-47bb-0310-9956-ffa450edef68
* Add ant task for building the maven/ibiblio friendly binary and source jar ↵Nick Burch2006-07-041-0/+48
| | | | | | files, and creating a .pom for them git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@419060 13f79535-47bb-0310-9956-ffa450edef68
* upgrade jar verions: Log4j, Commons Logging, Sean Sullivan2006-06-281-16/+16
| | | | | | | Commons BeanUtils, Commons Collections, Commons Lang git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@417641 13f79535-47bb-0310-9956-ffa450edef68
* Release 3.0 alpha 2Nick Burch2006-06-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@414861 13f79535-47bb-0310-9956-ffa450edef68
* Copy HSLF resources over when compiling scratchpadNick Burch2006-03-261-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@388922 13f79535-47bb-0310-9956-ffa450edef68
* removed line in the file to test svn commitingHenri Yandell2006-01-021-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@365352 13f79535-47bb-0310-9956-ffa450edef68
* Major landing of the following changes:Jason Height2005-08-181-0/+1
| | | | | | | | | | | | | | 1) Full implementation of UnicodeStrings 2) exposure of RichText strings to the usermodel 3) Modification to SSTRecord to support duplicates. Fixes a few bugs 4) RecordInputStream *smart* ?? handeling of continue records! Phew This took 6 months on and off to put together. Just happy to commit somethig Report any problems! git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353769 13f79535-47bb-0310-9956-ffa450edef68
* - Added the "source" and "target" options to the javac targets in order to ↵Rainer Klute2005-07-131-29/+38
| | | | | | place restrictions on the Java source code and the generated byte code with respect to the JDK version supported by POI. I set the latter to 1.3. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353750 13f79535-47bb-0310-9956-ffa450edef68
* Changed for upcoming buildGlen Stampoultzis2005-07-041-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353736 13f79535-47bb-0310-9956-ffa450edef68
* minor updates to buildAvik Sengupta2005-06-011-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353706 13f79535-47bb-0310-9956-ffa450edef68
* licensing as per http://www.apache.org/dev/apply-license.htmlAvik Sengupta2005-05-201-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353695 13f79535-47bb-0310-9956-ffa450edef68
* build tweaksAvik Sengupta2005-05-191-3/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353687 13f79535-47bb-0310-9956-ffa450edef68