Andrew C. Oliver
7d4cd498ce
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
2002-04-27 13:24:54 +00:00
Andrew C. Oliver
e143b8b667
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
2002-04-27 13:21:27 +00:00
Andrew C. Oliver
d38b6a1ce2
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
2002-04-27 13:18:57 +00:00
Rainer Klute
3db6dc348c
Info on getThumbnail() added.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352493 13f79535-47bb-0310-9956-ffa450edef68
2002-04-27 09:39:40 +00:00
Andrew C. Oliver
e3a5f20f8b
missing import
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352492 13f79535-47bb-0310-9956-ffa450edef68
2002-04-27 01:48:26 +00:00
Andrew C. Oliver
c037e20cb1
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
2002-04-27 01:46:35 +00:00
Andrew C. Oliver
5d1bc31c98
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
2002-04-27 01:32:58 +00:00
Rainer Klute
0173730c4e
Link to Microsoft docs added.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352489 13f79535-47bb-0310-9956-ffa450edef68
2002-04-26 06:22:42 +00:00
Rainer Klute
b5d008720a
Comment added.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352488 13f79535-47bb-0310-9956-ffa450edef68
2002-04-26 05:58:00 +00:00
Rainer Klute
0c896ac90e
Latest fix continued. :-(
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352487 13f79535-47bb-0310-9956-ffa450edef68
2002-04-26 05:33:50 +00:00
Rainer Klute
a51ce3a779
Fixed bug in example code.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352486 13f79535-47bb-0310-9956-ffa450edef68
2002-04-26 05:27:29 +00:00
Nicola Ken Barozzi
889173d425
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
2002-04-25 23:43:01 +00:00
Nicola Ken Barozzi
3c5c6fa0c9
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
2002-04-25 22:53:41 +00:00
Nicola Ken Barozzi
ca589e267b
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
2002-04-25 22:52:14 +00:00
Nicola Ken Barozzi
516fae7d9c
Added a title to the homepage.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352482 13f79535-47bb-0310-9956-ffa450edef68
2002-04-25 13:07:46 +00:00
Nicola Ken Barozzi
052e4196f5
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
2002-04-25 12:05:09 +00:00
Nicola Ken Barozzi
b462f48f4e
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
2002-04-24 16:22:03 +00:00
Glen Stampoultzis
6805caa4dc
Merge from 1.5 branch
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352479 13f79535-47bb-0310-9956-ffa450edef68
2002-04-24 14:35:12 +00:00
Andrew C. Oliver
756c1f0a55
Synch up.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352474 13f79535-47bb-0310-9956-ffa450edef68
2002-04-23 23:56:46 +00:00
Andrew C. Oliver
532added9f
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
2002-04-23 22:28:58 +00:00
Andrew C. Oliver
400f327112
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
2002-04-23 22:27:58 +00:00
Andrew C. Oliver
541a4620a1
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
f32748f389
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
87b8e10390
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
87e2a50c7c
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
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