Commit Graph

3902 Commits

Author SHA1 Message Date
Andrew C. Oliver e88c85e6c9 Patches from libin, synch up, integrate...
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352471 13f79535-47bb-0310-9956-ffa450edef68
2002-04-23 22:24:41 +00:00
Nicola Ken Barozzi 899521e1d6 Committing latest good version of cent jars in CVS following a positive +3
vote on the poi-dev mailing list.
To update, simply run "build update-all-cents" and commit changes to CVS.
To update a single cent do "build update-cent", specify cent to update
when prompted, and then commit.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352467 13f79535-47bb-0310-9956-ffa450edef68
2002-04-22 11:10:31 +00:00
Nicola Ken Barozzi 9fdee31753 Update to latest dev version of Centipede whivh uses the newly committed
xmlproperty task in Ant :-)


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352466 13f79535-47bb-0310-9956-ffa450edef68
2002-04-22 11:00:18 +00:00
Nicola Ken Barozzi a359819e56 Revert to use the default ant scripts: 128 Mb not needed anymore, build has changed.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352465 13f79535-47bb-0310-9956-ffa450edef68
2002-04-22 10:59:21 +00:00
Nicola Ken Barozzi 8767ff89e4 Making cent jars visible again.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352464 13f79535-47bb-0310-9956-ffa450edef68
2002-04-22 10:58:32 +00:00
Glen Stampoultzis 55ff99a663 Forgot the license
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352463 13f79535-47bb-0310-9956-ffa450edef68
2002-04-22 10:22:02 +00:00
Glen Stampoultzis 0eaa163e10 Testcase for RKUtil
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352462 13f79535-47bb-0310-9956-ffa450edef68
2002-04-22 10:20:04 +00:00
Glen Stampoultzis a9ae23d284 A new FAQ entry. Now if we could just get our users to stop asking questions. This will look better when the stylesheet is fixed.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352461 13f79535-47bb-0310-9956-ffa450edef68
2002-04-22 07:14:02 +00:00
Glen Stampoultzis f964275c40 RK record fix. Thanks to Rolf-Jürgen Moll.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352460 13f79535-47bb-0310-9956-ffa450edef68
2002-04-22 07:13:09 +00:00
Glen Stampoultzis 62b7396c11 Sheet properties record. Poi yum.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352459 13f79535-47bb-0310-9956-ffa450edef68
2002-04-22 07:12:26 +00:00
Andrew C. Oliver f820460fce new logos
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
2002-04-22 01:03:09 +00:00
Andrew C. Oliver 4ab4558c57 new logos
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352457 13f79535-47bb-0310-9956-ffa450edef68
2002-04-22 00:59:05 +00:00
Andrew C. Oliver 480c2a8587 new logos
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
2002-04-22 00:08:37 +00:00
Andrew C. Oliver 75dd68f99c seperated out my experimental parsing stuff.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352455 13f79535-47bb-0310-9956-ffa450edef68
2002-04-20 23:42:10 +00:00
Said Ryan Ackley c9cffe9d37 Updated this to work with the latest data type generator
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352454 13f79535-47bb-0310-9956-ffa450edef68
2002-04-19 22:51:39 +00:00
Said Ryan Ackley cc57327b0d Made some changes for HDF types
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352453 13f79535-47bb-0310-9956-ffa450edef68
2002-04-19 22:30:50 +00:00
Said Ryan Ackley 67f615120e changed access for variables so this class could be overriden more easily
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352452 13f79535-47bb-0310-9956-ffa450edef68
2002-04-19 10:48:25 +00:00
Nicola Ken Barozzi 3750a6da0c Changed order of dependency in the dist, so that tests are run after site generation.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352451 13f79535-47bb-0310-9956-ffa450edef68
2002-04-18 18:12:26 +00:00
Nicola Ken Barozzi cb7f1cbd0e Laters centipede jar; it also adds the list of the elements if there are many
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
2002-04-18 15:45:13 +00:00
Nicola Ken Barozzi 8a36f7dcc8 Removed the jar-cent target (not for poi, it's for krysalis-centipede) from
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
2002-04-18 15:42:37 +00:00
Nicola Ken Barozzi 7e95d8acb3 Removed the jar-cent target (not for poi, it's for krysalis-centipede);
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
2002-04-18 15:41:48 +00:00
Nicola Ken Barozzi 5830b9fc02 Added javasrc as a new cent that is used for the javadocs; it's already in the krysalis repository.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352447 13f79535-47bb-0310-9956-ffa450edef68
2002-04-18 15:40:51 +00:00
Said Ryan Ackley fc05c345c6 Changed some things that may be causing build problems
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352446 13f79535-47bb-0310-9956-ffa450edef68
2002-04-18 12:55:27 +00:00
Glen Stampoultzis 9a1afde1d3 New record plus added a check in the record generator.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352445 13f79535-47bb-0310-9956-ffa450edef68
2002-04-18 12:54:29 +00:00
Said Ryan Ackley 793c0e64c5 Created these so I could add HDF specific functionality to the RecordGenerator
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352444 13f79535-47bb-0310-9956-ffa450edef68
2002-04-18 12:03:58 +00:00
Said Ryan Ackley 820b7e1b0b This file was generated using the RecordGnerator. It compiles
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352443 13f79535-47bb-0310-9956-ffa450edef68
2002-04-18 12:01:14 +00:00
Andrew C. Oliver 9460fa07a2 went ahead and synced up. We'll get this up to spec shortly.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352442 13f79535-47bb-0310-9956-ffa450edef68
2002-04-18 12:00:53 +00:00
Said Ryan Ackley cdb7d382fe generated with the latest version of the stylesheet
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352441 13f79535-47bb-0310-9956-ffa450edef68
2002-04-18 11:59:43 +00:00
Said Ryan Ackley d6b9125904 Made changes so this was targeted towards HDF types. I removed some java 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
2002-04-18 11:57:38 +00:00
Said Ryan Ackley 6d75f547f5 Made changes to get it to work with the RecordGenerator
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352439 13f79535-47bb-0310-9956-ffa450edef68
2002-04-18 11:56:06 +00:00
Said Ryan Ackley 6b97dce7bf Table cell type
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352438 13f79535-47bb-0310-9956-ffa450edef68
2002-04-18 11:54:52 +00:00
Nicola Ken Barozzi 58e9840558 Added Cocoon build authors to the credits.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352437 13f79535-47bb-0310-9956-ffa450edef68
2002-04-18 09:46:07 +00:00
Nicola Ken Barozzi 8600ac49eb Reverting a change to the interactive target that shouldn't have been committed.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352436 13f79535-47bb-0310-9956-ffa450edef68
2002-04-18 09:45:20 +00:00
Nicola Ken Barozzi 6aa5d57816 Removed antidote and xmldoclet as cents.
Not use now.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352435 13f79535-47bb-0310-9956-ffa450edef68
2002-04-18 08:56:02 +00:00
Andrew C. Oliver b0de6b3cca added new class from Avik Sengupta
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352434 13f79535-47bb-0310-9956-ffa450edef68
2002-04-17 23:06:49 +00:00
Andrew C. Oliver afefc43fbd changed to match Avik's
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352433 13f79535-47bb-0310-9956-ffa450edef68
2002-04-17 23:04:53 +00:00
Andrew C. Oliver 42d6ac2c32 created stub of a unit test for formula record.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352432 13f79535-47bb-0310-9956-ffa450edef68
2002-04-17 22:47:39 +00:00
Andrew C. Oliver 17bc015311 Formula changes. . Disable for 1.5...alow compile in if desired.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352431 13f79535-47bb-0310-9956-ffa450edef68
2002-04-17 22:21:16 +00:00
Andrew C. Oliver c44535ce70 Fixed Adrianus Handoyo's name
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
2002-04-17 22:15:21 +00:00
Nicola Ken Barozzi 3017be74bc Make it ignore also cent.jar files.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352429 13f79535-47bb-0310-9956-ffa450edef68
2002-04-16 16:50:15 +00:00
Nicola Ken Barozzi 474af27ea4 Use Jakarta Commons Sandbox project JJar to get the cents directly from
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
2002-04-16 16:49:38 +00:00
Nicola Ken Barozzi 7de0dbc84b Moved centipede tasks to antipede dir; they are core to the system.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352427 13f79535-47bb-0310-9956-ffa450edef68
2002-04-16 16:47:53 +00:00
Nicola Ken Barozzi fde6cfc597 Not used anymore. Put in Centipede.cent
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352426 13f79535-47bb-0310-9956-ffa450edef68
2002-04-16 16:46:28 +00:00
Nicola Ken Barozzi a2cbd38587 Added info of the main cent repository.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352425 13f79535-47bb-0310-9956-ffa450edef68
2002-04-16 16:45:15 +00:00
Nicola Ken Barozzi dbc555c385 changed Centipede logo to latest version
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352424 13f79535-47bb-0310-9956-ffa450edef68
2002-04-15 11:52:04 +00:00
Nicola Ken Barozzi 95b61a700d Corrected the java files in jar; somehow this bug crept back agin :-(
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352423 13f79535-47bb-0310-9956-ffa450edef68
2002-04-15 11:49:25 +00:00
Nicola Ken Barozzi 6104e15de6 Now umldoclet works also with JDK1.3.1_02 (tested).
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
2002-04-15 09:24:04 +00:00
Nicola Ken Barozzi dd5afce7a5 Added links to the javadocs, jdepend results and test results.
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
2002-04-15 08:34:10 +00:00
Nicola Ken Barozzi cabb3166ef build dir is now (correctly) empty.
Telling CVS to ignore.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352420 13f79535-47bb-0310-9956-ffa450edef68
2002-04-15 08:07:45 +00:00
Nicola Ken Barozzi a9973d0756 Removing generated docs since Andy does it automatically from
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
2002-04-15 08:06:44 +00:00