aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Make it ignore also cent.jar files.Nicola Ken Barozzi2002-04-161-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352429 13f79535-47bb-0310-9956-ffa450edef68
* Use Jakarta Commons Sandbox project JJar to get the cents directly fromNicola Ken Barozzi2002-04-1611-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
* changed Centipede logo to latest versionNicola Ken Barozzi2002-04-151-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352424 13f79535-47bb-0310-9956-ffa450edef68
* Corrected the java files in jar; somehow this bug crept back agin :-(Nicola Ken Barozzi2002-04-151-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352423 13f79535-47bb-0310-9956-ffa450edef68
* Now umldoclet works also with JDK1.3.1_02 (tested).Nicola Ken Barozzi2002-04-151-0/+0
| | | | | | | | | 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
* Fixed dist build as suggested by Glen; it now cleans dist dir before running.Nicola Ken Barozzi2002-04-151-0/+0
| | | | | | | Source dist now also excludes build and dist dir. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352418 13f79535-47bb-0310-9956-ffa450edef68
* Fixed dist build as suggested by Glen; it now cleans dist dir before running.Nicola Ken Barozzi2002-04-151-0/+0
| | | | | | | Source dist now also excludes build and dist dir. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352416 13f79535-47bb-0310-9956-ffa450edef68
* Last update of Centipede.Nicola Ken Barozzi2002-04-155-0/+0
| | | | | | | | | | 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
* 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
* Change the look of the code tag. I believe it should just print in a fixed ↵Glen Stampoultzis2002-04-141-0/+0
| | | | | | font. At the moment it's treating it pretty much like a source tag. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352409 13f79535-47bb-0310-9956-ffa450edef68
* Minor tweaks to the javadoc build process.Nicola Ken Barozzi2002-04-111-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352394 13f79535-47bb-0310-9956-ffa450edef68
* Added new cents with build targets "uml" and "checkstyle".Nicola Ken Barozzi2002-04-112-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352393 13f79535-47bb-0310-9956-ffa450edef68
* Changed default skin to new avalon-site (the ney proposed Avalon skin) to see ifNicola Ken Barozzi2002-04-111-0/+0
| | | | | | | | | you like it and added a preliminary version of forrest-site. Removed forced validation and moved it to another task. Specified the Xerces parser in the validation and set endorsed libs in classpath. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352392 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
* Hopefully fixed the build error in JDK<1.4.Nicola Ken Barozzi2002-04-091-0/+0
| | | | | | | Now it adds the endorsed jars to the classpath, so it should use Xerces. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352387 13f79535-47bb-0310-9956-ffa450edef68
* Fixed uptodate check for more recent jar files.Nicola Ken Barozzi2002-04-092-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 the jdepend.xsl taken from Ant that outputted NaN values for non-us users.Nicola Ken Barozzi2002-04-091-0/+0
| | | | | | | Filed a bug to Ant. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352384 13f79535-47bb-0310-9956-ffa450edef68
* Fixed the jar and test build.Nicola Ken Barozzi2002-04-091-0/+0
| | | | | | | properties weren't copied along with the classes in the jar. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352381 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
* The build jars ended in .jar.jar ; fixed.Nicola Ken Barozzi2002-04-081-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352379 13f79535-47bb-0310-9956-ffa450edef68
* dist build fix (lib location with layout property)Nicola Ken Barozzi2002-04-081-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352377 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
* Added xmldoclet cent. The first step in class diagrams.Nicola Ken Barozzi2002-04-081-0/+0
| | | | | | | | Now the cents have always the same name, regardless of the version (which is in the manifest) to enable easy uptodate check by the build. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352370 13f79535-47bb-0310-9956-ffa450edef68
* Now the cents have always the same name, regardless of the versionNicola Ken Barozzi2002-04-083-0/+0
| | | | | | | (which is in the manifest) to enable easy uptodate check by the build. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352369 13f79535-47bb-0310-9956-ffa450edef68
* Added complete dist build.Nicola Ken Barozzi2002-04-081-0/+0
| | | | | | | | Now the cents have always the same name, regardless of the version (which is in the manifest) to enable easy uptodate check by the build. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352368 13f79535-47bb-0310-9956-ffa450edef68
* Removed batik, since it was not used, to reduce size.Nicola Ken Barozzi2002-04-082-0/+0
| | | | | | | | Now the cents have always the same name, regardless of the version (which is in the manifest) to enable easy uptodate check by the build. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352367 13f79535-47bb-0310-9956-ffa450edef68
* Update of the build system.Nicola Ken Barozzi2002-04-081-0/+0
| | | | | | | | | Gump target works ok. All docs generate ok. Jar task is ok. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352354 13f79535-47bb-0310-9956-ffa450edef68
* Update of the build system.Nicola Ken Barozzi2002-04-085-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-068-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
* Fixed compilation for the separate jars, moved the centipede splash task underNicola Ken Barozzi2002-04-061-0/+0
| | | | | | | 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 gui ant program called antidote. Will add it to our build later.Nicola Ken Barozzi2002-04-061-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352344 13f79535-47bb-0310-9956-ffa450edef68
* Added library inside cent.Nicola Ken Barozzi2002-04-062-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352343 13f79535-47bb-0310-9956-ffa450edef68
* Fixed version.Nicola Ken Barozzi2002-04-061-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352342 13f79535-47bb-0310-9956-ffa450edef68
* Added jdepend cent.Nicola Ken Barozzi2002-04-064-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
* Updated centipede.jar: now javadocs generate ok and now the unit test fails ↵Nicola Ken Barozzi2002-04-051-0/+0
| | | | | | if it doesn't succede. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352329 13f79535-47bb-0310-9956-ffa450edef68
* Forrest cent: fixed nested images resolving in documentation.Nicola Ken Barozzi2002-04-052-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352324 13f79535-47bb-0310-9956-ffa450edef68
* Fixed classpath issue for docs buildGlen Stampoultzis2002-04-051-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352322 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-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352319 13f79535-47bb-0310-9956-ffa450edef68
* Update of Krysalis Centipede build system to version 1.0-devNicola Ken Barozzi2002-04-041-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352318 13f79535-47bb-0310-9956-ffa450edef68
* Update of Krysalis Centipede build system to version 1.0-devNicola Ken Barozzi2002-04-0490-5309/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352317 13f79535-47bb-0310-9956-ffa450edef68
* Update of Krysalis Centipede build system to version 1.0-devNicola Ken Barozzi2002-04-042-3/+5
| | | | 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-0336-0/+1459
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352315 13f79535-47bb-0310-9956-ffa450edef68
* Update of Krysalis Centipede build system to version 1.0-devNicola Ken Barozzi2002-04-0352-0/+3847
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352314 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