summaryrefslogtreecommitdiffstats
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* 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