]> source.dussan.org Git - poi.git/log
poi.git
22 years agoAvik's latest formula patches
Andrew C. Oliver [Sat, 27 Apr 2002 14:07:53 +0000 (14:07 +0000)]
Avik's latest formula patches

PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352498 13f79535-47bb-0310-9956-ffa450edef68

22 years agolooks like I had stuff locally that I forgot to commit (oops) . Thsi patch from...
Andrew C. Oliver [Sat, 27 Apr 2002 13:33:04 +0000 (13:33 +0000)]
looks like I had stuff locally that I forgot to commit (oops) .  Thsi patch from Carey Sublette
Makes the event based API abortable.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352497 13f79535-47bb-0310-9956-ffa450edef68

22 years agoMade dist target "work"
Andrew C. Oliver [Sat, 27 Apr 2002 13:24:54 +0000 (13:24 +0000)]
Made dist target "work"
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352496 13f79535-47bb-0310-9956-ffa450edef68

22 years agochanged version number to avoid confusion
Andrew C. Oliver [Sat, 27 Apr 2002 13:21:27 +0000 (13:21 +0000)]
changed version number to avoid confusion
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352495 13f79535-47bb-0310-9956-ffa450edef68

22 years agoCommitted Libin's named range test. Made some rather significant changes to it.
Andrew C. Oliver [Sat, 27 Apr 2002 13:18:57 +0000 (13:18 +0000)]
Committed Libin's named range test.  Made some rather significant changes to it.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352494 13f79535-47bb-0310-9956-ffa450edef68

22 years agoInfo on getThumbnail() added.
Rainer Klute [Sat, 27 Apr 2002 09:39:40 +0000 (09:39 +0000)]
Info on getThumbnail() added.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352493 13f79535-47bb-0310-9956-ffa450edef68

22 years agomissing import
Andrew C. Oliver [Sat, 27 Apr 2002 01:48:26 +0000 (01:48 +0000)]
missing import

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352492 13f79535-47bb-0310-9956-ffa450edef68

22 years agomade testcase more useful for debugging (all testcases should have a main says me!)
Andrew C. Oliver [Sat, 27 Apr 2002 01:46:35 +0000 (01:46 +0000)]
made testcase more useful for debugging (all testcases should have a main says me!)

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352491 13f79535-47bb-0310-9956-ffa450edef68

22 years agoFixes previously failing unit test (class cast exception in creating workbook...tried...
Andrew C. Oliver [Sat, 27 Apr 2002 01:32:58 +0000 (01:32 +0000)]
Fixes previously failing unit test (class cast exception in creating workbook...tried to cast
to ExternSheet when it was an UnknownRecord due to omission from RecordFactory.
Points out an annoying feature of HSSF architecture..  SID is used for identification instead
of instanceof for the purpose of efficiency and...cleanliness but in the event of unknown
record you can have an unfortunate mismatch.  Not sure what an acceptable solution is.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352490 13f79535-47bb-0310-9956-ffa450edef68

22 years agoLink to Microsoft docs added.
Rainer Klute [Fri, 26 Apr 2002 06:22:42 +0000 (06:22 +0000)]
Link to Microsoft docs added.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352489 13f79535-47bb-0310-9956-ffa450edef68

22 years agoComment added.
Rainer Klute [Fri, 26 Apr 2002 05:58:00 +0000 (05:58 +0000)]
Comment added.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352488 13f79535-47bb-0310-9956-ffa450edef68

22 years agoLatest fix continued. :-(
Rainer Klute [Fri, 26 Apr 2002 05:33:50 +0000 (05:33 +0000)]
Latest fix continued. :-(

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352487 13f79535-47bb-0310-9956-ffa450edef68

22 years agoFixed bug in example code.
Rainer Klute [Fri, 26 Apr 2002 05:27:29 +0000 (05:27 +0000)]
Fixed bug in example code.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352486 13f79535-47bb-0310-9956-ffa450edef68

22 years agoAdding a new failsafe-test target to the cent.
Nicola Ken Barozzi [Thu, 25 Apr 2002 23:43:01 +0000 (23:43 +0000)]
Adding a new failsafe-test target to the cent.
Making the site target use that, so that failing tests don't stop the
site build but can be showed on the test results pages.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352485 13f79535-47bb-0310-9956-ffa450edef68

22 years agoNow umldoclet creates javadocs with uml link on top.
Nicola Ken Barozzi [Thu, 25 Apr 2002 22:53:41 +0000 (22:53 +0000)]
Now umldoclet creates javadocs with uml link on top.
Changed build.xml to reflect the change.
Minor update in centipede.cent.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352484 13f79535-47bb-0310-9956-ffa450edef68

22 years agoMade the build output less cluttered with skipped tasks that were shown.
Nicola Ken Barozzi [Thu, 25 Apr 2002 22:52:14 +0000 (22:52 +0000)]
Made the build output less cluttered with skipped tasks that were shown.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352483 13f79535-47bb-0310-9956-ffa450edef68

22 years agoAdded a title to the homepage.
Nicola Ken Barozzi [Thu, 25 Apr 2002 13:07:46 +0000 (13:07 +0000)]
Added a title to the homepage.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352482 13f79535-47bb-0310-9956-ffa450edef68

22 years agoFixed javadocs problems when offline and looking for Java Api References.
Nicola Ken Barozzi [Thu, 25 Apr 2002 12:05:09 +0000 (12:05 +0000)]
Fixed javadocs problems when offline and looking for Java Api References.
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

22 years agoUpdate to latest dev Centipede version with cents that behave correctly in the build dir
Nicola Ken Barozzi [Wed, 24 Apr 2002 16:22:03 +0000 (16:22 +0000)]
Update to latest dev Centipede version with cents that behave correctly in 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

22 years agoMerge from 1.5 branch
Glen Stampoultzis [Wed, 24 Apr 2002 14:35:12 +0000 (14:35 +0000)]
Merge from 1.5 branch

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352479 13f79535-47bb-0310-9956-ffa450edef68

22 years agoSynch up.
Andrew C. Oliver [Tue, 23 Apr 2002 23:56:46 +0000 (23:56 +0000)]
Synch up.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352474 13f79535-47bb-0310-9956-ffa450edef68

22 years agointegrate with libin's named ranges stuff
Andrew C. Oliver [Tue, 23 Apr 2002 22:28:58 +0000 (22:28 +0000)]
integrate with libin's named ranges stuff
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352473 13f79535-47bb-0310-9956-ffa450edef68

22 years agopatches from libin
Andrew C. Oliver [Tue, 23 Apr 2002 22:27:58 +0000 (22:27 +0000)]
patches from libin
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352472 13f79535-47bb-0310-9956-ffa450edef68

22 years agoPatches from libin, synch up, integrate...
Andrew C. Oliver [Tue, 23 Apr 2002 22:24:41 +0000 (22:24 +0000)]
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

22 years agoCommitting latest good version of cent jars in CVS following a positive +3 REL_1_5_BRANCH@352467 tags/REL_1_5_0@352467 tags/REL_1_5_1@352467 tags/REL_1_5_BRANCH_MERGE1@352467 tags/REL_1_5_BRANCH_MERGE2@352467 tags/REL_1_5_BRANCH_MERGE3@352467 tags/REL_1_5_BRANCH_MERGE4@352467 tags/REL_1_5_BRANCH_MERGE5@352467
Nicola Ken Barozzi [Mon, 22 Apr 2002 11:10:31 +0000 (11:10 +0000)]
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

22 years agoUpdate to latest dev version of Centipede whivh uses the newly committed
Nicola Ken Barozzi [Mon, 22 Apr 2002 11:00:18 +0000 (11:00 +0000)]
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

22 years agoRevert to use the default ant scripts: 128 Mb not needed anymore, build has changed.
Nicola Ken Barozzi [Mon, 22 Apr 2002 10:59:21 +0000 (10:59 +0000)]
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

22 years agoMaking cent jars visible again.
Nicola Ken Barozzi [Mon, 22 Apr 2002 10:58:32 +0000 (10:58 +0000)]
Making cent jars visible again.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352464 13f79535-47bb-0310-9956-ffa450edef68

22 years agoForgot the license
Glen Stampoultzis [Mon, 22 Apr 2002 10:22:02 +0000 (10:22 +0000)]
Forgot the license

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352463 13f79535-47bb-0310-9956-ffa450edef68

22 years agoTestcase for RKUtil
Glen Stampoultzis [Mon, 22 Apr 2002 10:20:04 +0000 (10:20 +0000)]
Testcase for RKUtil

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352462 13f79535-47bb-0310-9956-ffa450edef68

22 years agoA new FAQ entry. Now if we could just get our users to stop asking questions. This...
Glen Stampoultzis [Mon, 22 Apr 2002 07:14:02 +0000 (07:14 +0000)]
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

22 years agoRK record fix. Thanks to Rolf-Jürgen Moll.
Glen Stampoultzis [Mon, 22 Apr 2002 07:13:09 +0000 (07:13 +0000)]
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

22 years agoSheet properties record. Poi yum.
Glen Stampoultzis [Mon, 22 Apr 2002 07:12:26 +0000 (07:12 +0000)]
Sheet properties record.  Poi yum.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352459 13f79535-47bb-0310-9956-ffa450edef68

22 years agonew logos
Andrew C. Oliver [Mon, 22 Apr 2002 01:03:09 +0000 (01:03 +0000)]
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

22 years agonew logos
Andrew C. Oliver [Mon, 22 Apr 2002 00:59:05 +0000 (00:59 +0000)]
new logos

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352457 13f79535-47bb-0310-9956-ffa450edef68

22 years agonew logos
Andrew C. Oliver [Mon, 22 Apr 2002 00:08:37 +0000 (00:08 +0000)]
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

22 years agoseperated out my experimental parsing stuff.
Andrew C. Oliver [Sat, 20 Apr 2002 23:42:10 +0000 (23:42 +0000)]
seperated out my experimental parsing stuff.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352455 13f79535-47bb-0310-9956-ffa450edef68

22 years agoUpdated this to work with the latest data type generator
Said Ryan Ackley [Fri, 19 Apr 2002 22:51:39 +0000 (22:51 +0000)]
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

22 years agoMade some changes for HDF types
Said Ryan Ackley [Fri, 19 Apr 2002 22:30:50 +0000 (22:30 +0000)]
Made some changes for HDF types

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352453 13f79535-47bb-0310-9956-ffa450edef68

22 years agochanged access for variables so this class could be overriden more easily
Said Ryan Ackley [Fri, 19 Apr 2002 10:48:25 +0000 (10:48 +0000)]
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

22 years agoChanged order of dependency in the dist, so that tests are run after site generation.
Nicola Ken Barozzi [Thu, 18 Apr 2002 18:12:26 +0000 (18:12 +0000)]
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

22 years agoLaters centipede jar; it also adds the list of the elements if there are many
Nicola Ken Barozzi [Thu, 18 Apr 2002 15:45:13 +0000 (15:45 +0000)]
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

22 years agoRemoved the jar-cent target (not for poi, it's for krysalis-centipede) from
Nicola Ken Barozzi [Thu, 18 Apr 2002 15:42:37 +0000 (15:42 +0000)]
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

22 years agoRemoved the jar-cent target (not for poi, it's for krysalis-centipede);
Nicola Ken Barozzi [Thu, 18 Apr 2002 15:41:48 +0000 (15:41 +0000)]
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

22 years agoAdded javasrc as a new cent that is used for the javadocs; it's already in the krysal...
Nicola Ken Barozzi [Thu, 18 Apr 2002 15:40:51 +0000 (15:40 +0000)]
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

22 years agoChanged some things that may be causing build problems
Said Ryan Ackley [Thu, 18 Apr 2002 12:55:27 +0000 (12:55 +0000)]
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

22 years agoNew record plus added a check in the record generator.
Glen Stampoultzis [Thu, 18 Apr 2002 12:54:29 +0000 (12:54 +0000)]
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

22 years agoCreated these so I could add HDF specific functionality to the RecordGenerator
Said Ryan Ackley [Thu, 18 Apr 2002 12:03:58 +0000 (12:03 +0000)]
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

22 years agoThis file was generated using the RecordGnerator. It compiles
Said Ryan Ackley [Thu, 18 Apr 2002 12:01:14 +0000 (12:01 +0000)]
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

22 years agowent ahead and synced up. We'll get this up to spec shortly.
Andrew C. Oliver [Thu, 18 Apr 2002 12:00:53 +0000 (12:00 +0000)]
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

22 years agogenerated with the latest version of the stylesheet
Said Ryan Ackley [Thu, 18 Apr 2002 11:59:43 +0000 (11:59 +0000)]
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

22 years agoMade changes so this was targeted towards HDF types. I removed some java calls and...
Said Ryan Ackley [Thu, 18 Apr 2002 11:57:38 +0000 (11:57 +0000)]
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

22 years agoMade changes to get it to work with the RecordGenerator
Said Ryan Ackley [Thu, 18 Apr 2002 11:56:06 +0000 (11:56 +0000)]
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

22 years agoTable cell type
Said Ryan Ackley [Thu, 18 Apr 2002 11:54:52 +0000 (11:54 +0000)]
Table cell type

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352438 13f79535-47bb-0310-9956-ffa450edef68

22 years agoAdded Cocoon build authors to the credits.
Nicola Ken Barozzi [Thu, 18 Apr 2002 09:46:07 +0000 (09:46 +0000)]
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

22 years agoReverting a change to the interactive target that shouldn't have been committed.
Nicola Ken Barozzi [Thu, 18 Apr 2002 09:45:20 +0000 (09:45 +0000)]
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

22 years agoRemoved antidote and xmldoclet as cents.
Nicola Ken Barozzi [Thu, 18 Apr 2002 08:56:02 +0000 (08:56 +0000)]
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

22 years agoadded new class from Avik Sengupta
Andrew C. Oliver [Wed, 17 Apr 2002 23:06:49 +0000 (23:06 +0000)]
added new class from Avik Sengupta

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352434 13f79535-47bb-0310-9956-ffa450edef68

22 years agochanged to match Avik's
Andrew C. Oliver [Wed, 17 Apr 2002 23:04:53 +0000 (23:04 +0000)]
changed to match Avik's

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352433 13f79535-47bb-0310-9956-ffa450edef68

22 years agocreated stub of a unit test for formula record.
Andrew C. Oliver [Wed, 17 Apr 2002 22:47:39 +0000 (22:47 +0000)]
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

22 years agoFormula changes. . Disable for 1.5...alow compile in if desired.
Andrew C. Oliver [Wed, 17 Apr 2002 22:21:16 +0000 (22:21 +0000)]
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

22 years agoFixed Adrianus Handoyo's name
Andrew C. Oliver [Wed, 17 Apr 2002 22:15:21 +0000 (22:15 +0000)]
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

22 years agoMake it ignore also cent.jar files.
Nicola Ken Barozzi [Tue, 16 Apr 2002 16:50:15 +0000 (16:50 +0000)]
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

22 years agoUse Jakarta Commons Sandbox project JJar to get the cents directly from
Nicola Ken Barozzi [Tue, 16 Apr 2002 16:49:38 +0000 (16:49 +0000)]
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

22 years agoMoved centipede tasks to antipede dir; they are core to the system.
Nicola Ken Barozzi [Tue, 16 Apr 2002 16:47:53 +0000 (16:47 +0000)]
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

22 years agoNot used anymore. Put in Centipede.cent
Nicola Ken Barozzi [Tue, 16 Apr 2002 16:46:28 +0000 (16:46 +0000)]
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

22 years agoAdded info of the main cent repository.
Nicola Ken Barozzi [Tue, 16 Apr 2002 16:45:15 +0000 (16:45 +0000)]
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

22 years agochanged Centipede logo to latest version
Nicola Ken Barozzi [Mon, 15 Apr 2002 11:52:04 +0000 (11:52 +0000)]
changed Centipede logo to latest version

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352424 13f79535-47bb-0310-9956-ffa450edef68

22 years agoCorrected the java files in jar; somehow this bug crept back agin :-(
Nicola Ken Barozzi [Mon, 15 Apr 2002 11:49:25 +0000 (11:49 +0000)]
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

22 years agoNow umldoclet works also with JDK1.3.1_02 (tested).
Nicola Ken Barozzi [Mon, 15 Apr 2002 09:24:04 +0000 (09:24 +0000)]
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

22 years agoAdded links to the javadocs, jdepend results and test results.
Nicola Ken Barozzi [Mon, 15 Apr 2002 08:34:10 +0000 (08:34 +0000)]
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

22 years agobuild dir is now (correctly) empty.
Nicola Ken Barozzi [Mon, 15 Apr 2002 08:07:45 +0000 (08:07 +0000)]
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

22 years agoRemoving generated docs since Andy does it automatically from
Nicola Ken Barozzi [Mon, 15 Apr 2002 08:06:44 +0000 (08:06 +0000)]
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

22 years agoFixed dist build as suggested by Glen; it now cleans dist dir before running.
Nicola Ken Barozzi [Mon, 15 Apr 2002 07:34:07 +0000 (07:34 +0000)]
Fixed dist build as suggested by Glen; it now cleans dist dir before running.
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

22 years agochanged site breadcrumbs from url to descriptive name
Nicola Ken Barozzi [Mon, 15 Apr 2002 07:14:08 +0000 (07:14 +0000)]
changed site breadcrumbs from url to descriptive name

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352417 13f79535-47bb-0310-9956-ffa450edef68

22 years agoFixed dist build as suggested by Glen; it now cleans dist dir before running.
Nicola Ken Barozzi [Mon, 15 Apr 2002 07:11:20 +0000 (07:11 +0000)]
Fixed dist build as suggested by Glen; it now cleans dist dir before running.
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

22 years agoLast update of Centipede.
Nicola Ken Barozzi [Mon, 15 Apr 2002 06:44:21 +0000 (06:44 +0000)]
Last update of Centipede.
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

22 years agoIncreased the memory settings so that I can run a dist target.
Glen Stampoultzis [Sun, 14 Apr 2002 13:57:08 +0000 (13:57 +0000)]
Increased the memory settings so that I can run a dist target.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352414 13f79535-47bb-0310-9956-ffa450edef68

22 years agoReorganized things a bit in preparation for some changes.
Glen Stampoultzis [Sun, 14 Apr 2002 13:54:00 +0000 (13:54 +0000)]
Reorganized things a bit in preparation for some changes.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352413 13f79535-47bb-0310-9956-ffa450edef68

22 years agoClarified some wording.
Glen Stampoultzis [Sun, 14 Apr 2002 13:52:51 +0000 (13:52 +0000)]
Clarified some wording.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352412 13f79535-47bb-0310-9956-ffa450edef68

22 years agoAdded linked data record.
Glen Stampoultzis [Sun, 14 Apr 2002 12:43:57 +0000 (12:43 +0000)]
Added linked data record.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352411 13f79535-47bb-0310-9956-ffa450edef68

22 years agoincreased vm heap...solve out of memory error...sympathy to the memory
Andrew C. Oliver [Sun, 14 Apr 2002 12:38:23 +0000 (12:38 +0000)]
increased vm heap...solve out of memory error...sympathy to the memory
impaired

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352410 13f79535-47bb-0310-9956-ffa450edef68

22 years agoChange the look of the code tag. I believe it should just print in a fixed font...
Glen Stampoultzis [Sun, 14 Apr 2002 11:32:46 +0000 (11:32 +0000)]
Change the look of the code tag.  I believe it should just print in a fixed 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

22 years agoWork in progress
Said Ryan Ackley [Sun, 14 Apr 2002 06:45:58 +0000 (06:45 +0000)]
Work in progress

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352408 13f79535-47bb-0310-9956-ffa450edef68

22 years agoDocument Properties definition
Said Ryan Ackley [Sun, 14 Apr 2002 06:43:55 +0000 (06:43 +0000)]
Document Properties definition

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352407 13f79535-47bb-0310-9956-ffa450edef68

22 years agoAdded myself as a committer
Said Ryan Ackley [Sun, 14 Apr 2002 06:42:28 +0000 (06:42 +0000)]
Added myself as a committer

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352406 13f79535-47bb-0310-9956-ffa450edef68

22 years agoNeeded paragraph tags.
Glen Stampoultzis [Sun, 14 Apr 2002 06:03:02 +0000 (06:03 +0000)]
Needed paragraph tags.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352405 13f79535-47bb-0310-9956-ffa450edef68

22 years agoSpelling mistake
Glen Stampoultzis [Sun, 14 Apr 2002 06:01:39 +0000 (06:01 +0000)]
Spelling mistake

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352404 13f79535-47bb-0310-9956-ffa450edef68

22 years agoadded new logos
Andrew C. Oliver [Sat, 13 Apr 2002 18:08:50 +0000 (18:08 +0000)]
added new logos

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352403 13f79535-47bb-0310-9956-ffa450edef68

22 years agoCorrected License.
Nicola Ken Barozzi [Sat, 13 Apr 2002 16:32:20 +0000 (16:32 +0000)]
Corrected License.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352402 13f79535-47bb-0310-9956-ffa450edef68

22 years agoSome small output changes to BiffViewer
Glen Stampoultzis [Fri, 12 Apr 2002 14:50:56 +0000 (14:50 +0000)]
Some small output changes to BiffViewer

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352401 13f79535-47bb-0310-9956-ffa450edef68

22 years agoNew chart record
Glen Stampoultzis [Fri, 12 Apr 2002 14:40:36 +0000 (14:40 +0000)]
New chart record

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352400 13f79535-47bb-0310-9956-ffa450edef68

22 years agoFixed record-generator.
Glen Stampoultzis [Fri, 12 Apr 2002 13:56:43 +0000 (13:56 +0000)]
Fixed record-generator.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352399 13f79535-47bb-0310-9956-ffa450edef68

22 years agoFixed a spelling mistake and added a small bit about jokes.
Glen Stampoultzis [Fri, 12 Apr 2002 11:13:26 +0000 (11:13 +0000)]
Fixed a spelling mistake and added a small bit about jokes.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352398 13f79535-47bb-0310-9956-ffa450edef68

22 years ago2 cents wisdom on bringing up coding standards
Nicola Ken Barozzi [Fri, 12 Apr 2002 09:02:22 +0000 (09:02 +0000)]
2 cents wisdom on bringing up coding standards

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352397 13f79535-47bb-0310-9956-ffa450edef68

22 years agoFixed typo.
Nicola Ken Barozzi [Fri, 12 Apr 2002 08:55:29 +0000 (08:55 +0000)]
Fixed typo.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352396 13f79535-47bb-0310-9956-ffa450edef68

22 years agoFixed a bug I introduced a couple of days ago
Glen Stampoultzis [Fri, 12 Apr 2002 08:26:29 +0000 (08:26 +0000)]
Fixed a bug I introduced a couple of days ago

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352395 13f79535-47bb-0310-9956-ffa450edef68

22 years agoMinor tweaks to the javadoc build process.
Nicola Ken Barozzi [Thu, 11 Apr 2002 18:01:08 +0000 (18:01 +0000)]
Minor tweaks to the javadoc build process.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352394 13f79535-47bb-0310-9956-ffa450edef68

22 years agoAdded new cents with build targets "uml" and "checkstyle".
Nicola Ken Barozzi [Thu, 11 Apr 2002 18:00:20 +0000 (18:00 +0000)]
Added new cents with build targets "uml" and "checkstyle".

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352393 13f79535-47bb-0310-9956-ffa450edef68

22 years agoChanged default skin to new avalon-site (the ney proposed Avalon skin) to see if
Nicola Ken Barozzi [Thu, 11 Apr 2002 17:58:59 +0000 (17:58 +0000)]
Changed default skin to new avalon-site (the ney proposed Avalon skin) to see if
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