aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* new logosAndrew C. Oliver2002-04-221-1/+6
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352458 13f79535-47bb-0310-9956-ffa450edef68
* new logosAndrew C. Oliver2002-04-222-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352457 13f79535-47bb-0310-9956-ffa450edef68
* new logosAndrew C. Oliver2002-04-2213-0/+26
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352456 13f79535-47bb-0310-9956-ffa450edef68
* seperated out my experimental parsing stuff.Andrew C. Oliver2002-04-201-46/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352455 13f79535-47bb-0310-9956-ffa450edef68
* Updated this to work with the latest data type generatorSaid Ryan Ackley2002-04-191-20/+73
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352454 13f79535-47bb-0310-9956-ffa450edef68
* Made some changes for HDF typesSaid Ryan Ackley2002-04-192-4/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352453 13f79535-47bb-0310-9956-ffa450edef68
* changed access for variables so this class could be overriden more easilySaid Ryan Ackley2002-04-192-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352452 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
* 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
* 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
* Added javasrc as a new cent that is used for the javadocs; it's already in ↵Nicola Ken Barozzi2002-04-181-0/+1
| | | | | | the krysalis repository. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352447 13f79535-47bb-0310-9956-ffa450edef68
* Changed some things that may be causing build problemsSaid Ryan Ackley2002-04-182-12/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352446 13f79535-47bb-0310-9956-ffa450edef68
* New record plus added a check in the record generator.Glen Stampoultzis2002-04-184-28/+334
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352445 13f79535-47bb-0310-9956-ffa450edef68
* Created these so I could add HDF specific functionality to the RecordGeneratorSaid Ryan Ackley2002-04-182-0/+266
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352444 13f79535-47bb-0310-9956-ffa450edef68
* This file was generated using the RecordGnerator. It compilesSaid Ryan Ackley2002-04-185-0/+6440
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352443 13f79535-47bb-0310-9956-ffa450edef68
* went ahead and synced up. We'll get this up to spec shortly.Andrew C. Oliver2002-04-184-5/+176
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352442 13f79535-47bb-0310-9956-ffa450edef68
* generated with the latest version of the stylesheetSaid Ryan Ackley2002-04-182-3373/+3279
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352441 13f79535-47bb-0310-9956-ffa450edef68
* Made changes so this was targeted towards HDF types. I removed some java ↵Said Ryan Ackley2002-04-181-13/+13
| | | | | | calls and replaced with XSLT also added java calls in other places git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352440 13f79535-47bb-0310-9956-ffa450edef68
* Made changes to get it to work with the RecordGeneratorSaid Ryan Ackley2002-04-184-219/+221
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352439 13f79535-47bb-0310-9956-ffa450edef68
* Table cell typeSaid Ryan Ackley2002-04-181-0/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352438 13f79535-47bb-0310-9956-ffa450edef68
* Added Cocoon build authors to the credits.Nicola Ken Barozzi2002-04-181-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352437 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-182-146/+28
| | | | | | | Not use now. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352435 13f79535-47bb-0310-9956-ffa450edef68
* added new class from Avik SenguptaAndrew C. Oliver2002-04-171-0/+450
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352434 13f79535-47bb-0310-9956-ffa450edef68
* changed to match Avik'sAndrew C. Oliver2002-04-171-22/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352433 13f79535-47bb-0310-9956-ffa450edef68
* created stub of a unit test for formula record.Andrew C. Oliver2002-04-171-0/+98
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352432 13f79535-47bb-0310-9956-ffa450edef68
* Formula changes. . Disable for 1.5...alow compile in if desired.Andrew C. Oliver2002-04-173-30/+96
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352431 13f79535-47bb-0310-9956-ffa450edef68
* Fixed Adrianus Handoyo's nameAndrew C. Oliver2002-04-171-1/+1
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352430 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
* Added info of the main cent repository.Nicola Ken Barozzi2002-04-161-3/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352425 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-152-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
* Added links to the javadocs, jdepend results and test results.Nicola Ken Barozzi2002-04-151-2/+4
| | | | | | | Updated by Andy's cool script every 2 hours! :-D git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352421 13f79535-47bb-0310-9956-ffa450edef68
* build dir is now (correctly) empty.Nicola Ken Barozzi2002-04-151-1/+2
| | | | | | | Telling CVS to ignore. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352420 13f79535-47bb-0310-9956-ffa450edef68
* Removing generated docs since Andy does it automatically fromNicola Ken Barozzi2002-04-1588-17127/+0
| | | | | | | build every 2 hours with a script. :-) git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352419 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
* changed site breadcrumbs from url to descriptive nameNicola Ken Barozzi2002-04-151-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352417 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-157-101/+102
| | | | | | | | | | 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
* Reorganized things a bit in preparation for some changes.Glen Stampoultzis2002-04-141-223/+214
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352413 13f79535-47bb-0310-9956-ffa450edef68
* Clarified some wording.Glen Stampoultzis2002-04-141-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352412 13f79535-47bb-0310-9956-ffa450edef68
* Added linked data record.Glen Stampoultzis2002-04-144-0/+499
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352411 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