aboutsummaryrefslogtreecommitdiffstats
path: root/tools/antipede
Commit message (Collapse)AuthorAgeFilesLines
* Merged from BUILD_BRANCH. Note: There is one problem. The HDF testcases ↵Glen Stampoultzis2003-04-2429-5482/+0
| | | | | | 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
* Vorking on making gump work again.Nicola Ken Barozzi2002-12-191-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352940 13f79535-47bb-0310-9956-ffa450edef68
* Bug 15402 fixed.Rainer Klute2002-12-171-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352939 13f79535-47bb-0310-9956-ffa450edef68
* Updated Ant scripts to latest versions with numerous fixes.Nicola Ken Barozzi2002-04-281-7/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352542 13f79535-47bb-0310-9956-ffa450edef68
* Added stylesheet to show the ant build file targets.Nicola Ken Barozzi2002-04-281-0/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352541 13f79535-47bb-0310-9956-ffa450edef68
* Fixed javadocs problems when offline and looking for Java Api References.Nicola Ken Barozzi2002-04-251-1/+33
| | | | | | | | | | Added javascript for last-modified date and removed incorrect image "alt" to Avalon. Moved source copying to prepare for build in -init target, because it is used by almost all targets. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352481 13f79535-47bb-0310-9956-ffa450edef68
* Update to latest dev Centipede version with cents that behave correctly in ↵Nicola Ken Barozzi2002-04-241-3/+15
| | | | | | | | | | | the build dir and references on the main page to new Centipede features. Oh, and look at the grouped javadocs :-) Need only to reference the uml dos and I've finished for now :-) git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352480 13f79535-47bb-0310-9956-ffa450edef68
* Update to latest dev version of Centipede whivh uses the newly committedNicola Ken Barozzi2002-04-227-59/+3380
| | | | | | | xmlproperty task in Ant :-) git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352466 13f79535-47bb-0310-9956-ffa450edef68
* Revert to use the default ant scripts: 128 Mb not needed anymore, build has ↵Nicola Ken Barozzi2002-04-222-3/+3
| | | | | | changed. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352465 13f79535-47bb-0310-9956-ffa450edef68
* Laters centipede jar; it also adds the list of the elements if there are manyNicola Ken Barozzi2002-04-181-0/+0
| | | | | | | | | | | | | | | | | | with the same name and puts the others in like: <element>content1</element> <element>content2</element> <element>content3</element> becomes element=content1 element[0]=content1 element[1]=content2 element[2]=content3 element.list=element[0],element[1],element[2] git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352450 13f79535-47bb-0310-9956-ffa450edef68
* Removed the jar-cent target (not for poi, it's for krysalis-centipede) fromNicola Ken Barozzi2002-04-181-1/+17
| | | | | | | the build, but kept it hidden here till Centipede goes beta. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352449 13f79535-47bb-0310-9956-ffa450edef68
* Use Jakarta Commons Sandbox project JJar to get the cents directly fromNicola Ken Barozzi2002-04-163-12/+112
| | | | | | | | | the krysalis.org/jars repository when needed. It downloads the cents that are specified in the properties.xml when the corresponding jar is not available at all. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352428 13f79535-47bb-0310-9956-ffa450edef68
* Moved centipede tasks to antipede dir; they are core to the system.Nicola Ken Barozzi2002-04-162-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352427 13f79535-47bb-0310-9956-ffa450edef68
* Not used anymore. Put in Centipede.centNicola Ken Barozzi2002-04-161-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352426 13f79535-47bb-0310-9956-ffa450edef68
* Increased the memory settings so that I can run a dist target.Glen Stampoultzis2002-04-141-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352414 13f79535-47bb-0310-9956-ffa450edef68
* increased vm heap...solve out of memory error...sympathy to the memoryAndrew C. Oliver2002-04-141-1/+1
| | | | | | | impaired git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352410 13f79535-47bb-0310-9956-ffa450edef68
* Added header echo to any build that shows java.vm info and other stuffNicola Ken Barozzi2002-04-111-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352391 13f79535-47bb-0310-9956-ffa450edef68
* Fixed uptodate check for more recent jar files.Nicola Ken Barozzi2002-04-091-4/+6
| | | | | | | | Now more recent jar files are correctly expanded when the target dir is present but older. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352386 13f79535-47bb-0310-9956-ffa450edef68
* Fixed nasty bug that didn't expand the cent if the cent dir is present but ↵Nicola Ken Barozzi2002-04-091-1/+1
| | | | | | empty. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352380 13f79535-47bb-0310-9956-ffa450edef68
* Updated build for running dist and distlight targets.Nicola Ken Barozzi2002-04-082-19/+40
| | | | | | | 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
* Update of the build system.Nicola Ken Barozzi2002-04-081-1/+25
| | | | | | | | | 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
* Finally found out how to load the ant optional tasks without having toNicola Ken Barozzi2002-04-066-1/+1
| | | | | | | | | | | put the jar under ant lib! :-D Moved the default.properties of ant in a separate jar and removed the definitions of the optional tasks used by centipede; removed the optional tasks from ant optional.jar and put the classes in a jar in the relative cent lib dir. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352346 13f79535-47bb-0310-9956-ffa450edef68
* Added jdepend cent.Nicola Ken Barozzi2002-04-063-4/+4
| | | | | | | 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-044-6/+12
| | | | 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-041-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352316 13f79535-47bb-0310-9956-ffa450edef68
* Update of Krysalis Centipede build system to version 1.0-devNicola Ken Barozzi2002-04-0322-0/+1887
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352313 13f79535-47bb-0310-9956-ffa450edef68