Commit Graph

398 Commits

Author SHA1 Message Date
Nicola Ken Barozzi
11844ebcff 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
92b3168e35 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
2c17d2c64a 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
c35a378148 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
c4b5b59ef4 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
605439f062 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
af1b2ad7f7 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
734b368347 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
50d15c1c3a 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
002cddb7ca 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
0032a34458 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
6fe733d9b5 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
f66f109772 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
4874773885 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
36b40fef8d 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
a25fccb136 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
bede84bffb 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
7376a1af6b 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
30ff6a229e 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
986dd8a3e4 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
508c6051ae 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
e54b44b7cd 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
7f3c088a68 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
982c73bb85 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
4ad6a02706 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
f0dc2339f5 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
5055cc8ea3 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
7f967823c8 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
cd4a74ec55 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
8bcffae0ee 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
910c8736cb 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
2c14cfee1d 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
70ddda0697 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
29911b8674 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
310413425e 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
0c0b35fd2c 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
01782908ac 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
556b963621 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
b11b6da066 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
dd18559a01 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
f0c89cbd95 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
9aba7531e5 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
e6f80fefa1 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
fc8f2c8d2b 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
1d190d6be5 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
2f3248b716 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
Nicola Ken Barozzi
fef51ada5d 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
2002-04-15 07:34:07 +00:00
Nicola Ken Barozzi
798aafaefb 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
2002-04-15 07:14:08 +00:00
Nicola Ken Barozzi
5e2997dcfa 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
2002-04-15 07:11:20 +00:00
Nicola Ken Barozzi
97dd1afdba 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
2002-04-15 06:44:21 +00:00