summaryrefslogtreecommitdiffstats
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* Merged from BUILD_BRANCH. Note: There is one problem. The HDF testcases ↵Glen Stampoultzis2003-04-241-471/+546
| | | | | | are failing for me which prevents the full build from running. Committers, please feel free to tweak the build on your own now. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353067 13f79535-47bb-0310-9956-ffa450edef68
* better diagnostics when running single testsAvik Sengupta2002-07-291-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352817 13f79535-47bb-0310-9956-ffa450edef68
* First HPSF test cases added.Rainer Klute2002-07-221-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352805 13f79535-47bb-0310-9956-ffa450edef68
* renamed suckyviewer sheetviewer and upped the version number a littleAndrew C. Oliver2002-07-211-1/+1
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352800 13f79535-47bb-0310-9956-ffa450edef68
* Reworked Gump descriptor and build.Nicola Ken Barozzi2002-07-201-8/+2
| | | | | | | Let's see what happens ;-) git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352794 13f79535-47bb-0310-9956-ffa450edef68
* Added Sucky Viewer for viewing XLS files with HSSFAndrew C. Oliver2002-06-221-2/+2
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352712 13f79535-47bb-0310-9956-ffa450edef68
* added the ability to run tests one at a timeAvik Sengupta2002-05-291-0/+103
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352657 13f79535-47bb-0310-9956-ffa450edef68
* Update to latest version of cents.Nicola Ken Barozzi2002-04-281-60/+23
| | | | | | | | | | Most notably: - added automagic cent that uses all available cents on common targets automagically - corrected forrest problems in rendering faqs, todos and changes (icons too) - corrected dist target git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352545 13f79535-47bb-0310-9956-ffa450edef68
* Made dist target "work"Andrew C. Oliver2002-04-271-2/+3
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352496 13f79535-47bb-0310-9956-ffa450edef68
* Adding a new failsafe-test target to the cent.Nicola Ken Barozzi2002-04-251-4/+18
| | | | | | | | Making the site target use that, so that failing tests don't stop the site build but can be showed on the test results pages. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352485 13f79535-47bb-0310-9956-ffa450edef68
* Now umldoclet creates javadocs with uml link on top.Nicola Ken Barozzi2002-04-251-1/+1
| | | | | | | | Changed build.xml to reflect the change. Minor update in centipede.cent. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352484 13f79535-47bb-0310-9956-ffa450edef68
* Update to latest dev version of Centipede whivh uses the newly committedNicola Ken Barozzi2002-04-221-1/+3
| | | | | | | xmlproperty task in Ant :-) git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352466 13f79535-47bb-0310-9956-ffa450edef68
* Changed order of dependency in the dist, so that tests are run after site ↵Nicola Ken Barozzi2002-04-181-1/+1
| | | | | | generation. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352451 13f79535-47bb-0310-9956-ffa450edef68
* Removed the jar-cent target (not for poi, it's for krysalis-centipede);Nicola Ken Barozzi2002-04-181-41/+8
| | | | | | | added javasrc to the javadocs execution and moved checkstyle under metrics target. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352448 13f79535-47bb-0310-9956-ffa450edef68
* Reverting a change to the interactive target that shouldn't have been committed.Nicola Ken Barozzi2002-04-181-7/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352436 13f79535-47bb-0310-9956-ffa450edef68
* Removed antidote and xmldoclet as cents.Nicola Ken Barozzi2002-04-181-144/+25
| | | | | | | Not use now. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352435 13f79535-47bb-0310-9956-ffa450edef68
* Now umldoclet works also with JDK1.3.1_02 (tested).Nicola Ken Barozzi2002-04-151-18/+7
| | | | | | | | | javadocs target now generates normal javadocs+uml docs. Each class javadoc has a corresponding uml page, with the same name but starting with uml- git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352422 13f79535-47bb-0310-9956-ffa450edef68
* Last update of Centipede.Nicola Ken Barozzi2002-04-151-49/+30
| | | | | | | | | | Fixed dist build, now it checks only functional tests before creating dist. Changed path of cents' properties in properties.xml. Centipede developement will now be decoupled from Poi, and continue on krysalis.org. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352415 13f79535-47bb-0310-9956-ffa450edef68
* Added new cents with build targets "uml" and "checkstyle".Nicola Ken Barozzi2002-04-111-85/+117
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352393 13f79535-47bb-0310-9956-ffa450edef68
* Updated interactive target descriptions.Nicola Ken Barozzi2002-04-091-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352388 13f79535-47bb-0310-9956-ffa450edef68
* Fixed dist build bug seen by Andy.Nicola Ken Barozzi2002-04-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352383 13f79535-47bb-0310-9956-ffa450edef68
* Added site target.Nicola Ken Barozzi2002-04-091-0/+15
| | | | | | | It generates the docs, javadocs, test results and metrics. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352382 13f79535-47bb-0310-9956-ffa450edef68
* dist build fix (docs go before tests, to get the results in the docs)Nicola Ken Barozzi2002-04-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352376 13f79535-47bb-0310-9956-ffa450edef68
* Updated build for running dist and distlight targets.Nicola Ken Barozzi2002-04-081-5/+35
| | | | | | | Added uptodate checks before unjarring the cents. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352374 13f79535-47bb-0310-9956-ffa450edef68
* Added testtargets task that checks all targets indipendently (cleans in ↵Nicola Ken Barozzi2002-04-081-45/+37
| | | | | | | | | | between). It builds succesfully here. Also changed gump target to run testtargets and then testmodule. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352361 13f79535-47bb-0310-9956-ffa450edef68
* Update of the build system.Nicola Ken Barozzi2002-04-081-8/+44
| | | | | | | | | Gump target works ok. All docs generate ok. Jar task is ok. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352353 13f79535-47bb-0310-9956-ffa450edef68
* put jar target on the menu as its the only way to get the jars from theAndrew C. Oliver2002-04-061-1/+2
| | | | | | | thing currently git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352347 13f79535-47bb-0310-9956-ffa450edef68
* Fixed compilation for the separate jars, moved the centipede splash task underNicola Ken Barozzi2002-04-061-29/+30
| | | | | | | the centipede cent and made the gui splash not load if the OS is unix type. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352345 13f79535-47bb-0310-9956-ffa450edef68
* Added jdepend cent.Nicola Ken Barozzi2002-04-061-2/+68
| | | | | | | There are problems with classpath, so I've but the jar in the antipede lib dir :-( git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352335 13f79535-47bb-0310-9956-ffa450edef68
* Update of Krysalis Centipede build system to version 1.0-devNicola Ken Barozzi2002-04-041-15/+127
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352321 13f79535-47bb-0310-9956-ffa450edef68
* Update of Krysalis Centipede build system to version 1.0-devNicola Ken Barozzi2002-04-031-109/+195
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352312 13f79535-47bb-0310-9956-ffa450edef68
* Update of the build system to make the script cleaner and make ↵Nicola Ken Barozzi2002-03-161-9/+9
| | | | | | ./lib/endorsed libs automatically used in both script and build classpaths. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352231 13f79535-47bb-0310-9956-ffa450edef68
* Make POI use commons.logging, make log4j optional and clean structure to ↵Nicola Ken Barozzi2002-03-141-18/+34
| | | | | | comply with, and use, Krysalis Centipede 2.0.1. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352212 13f79535-47bb-0310-9956-ffa450edef68
* update build tools per Ken Barozzi's patchMark Johnson2002-02-151-922/+54
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352096 13f79535-47bb-0310-9956-ffa450edef68
* Added support for automatic record generationGlen Stampoultzis2002-02-101-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352078 13f79535-47bb-0310-9956-ffa450edef68
* Initial revisionAndrew C. Oliver2002-01-311-0/+1022
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352063 13f79535-47bb-0310-9956-ffa450edef68