cvs commit: jakarta-poi/src/documentation/xdocs/utils index.xml

2002-02-02 Thread acoliver
acoliver02/02/02 19:32:15 Modified:src/documentation/xdocs book.xml src/documentation/xdocs/plan POI10Vision.xml book.xml src/documentation/xdocs/utils index.xml Log: doc updates/additions Revision ChangesPath 1.3 +2 -1 jakarta

Re: cvs commit: jakarta-poi/src/java/org/apache/poi/util POILogFactory.java

2002-02-14 Thread acoliver
On 14 Feb 2002 03:04:59 - [EMAIL PROTECTED] wrote. mjohnson02/02/13 19:04:59 Modified:src/java/org/apache/poi/util POILogFactory.java Log: hopefully put an end to the gump build failures lets hope!

Project status

2002-02-14 Thread acoliver
I thought it was already here. This having two of everything is driving me nuts. I thought Sam said he'd gotten the site to copy over at midnight pacific...it doesn't appear to have worked or I misunderstood what he said. I think we should just go ahead and put the new site up on sourceforge.

Re: NoClassDefFoundError: org/apache/log4j/Category

2002-02-21 Thread acoliver
This might be better to post in the poi-user list. Regardless, download log4j from the jakarta.apache.org/log4j site. Quick question gang -- why isn't this in the distro? On Thu, 21 Feb 2002 13:11:00 -0500 D. Alvarado [EMAIL PROTECTED] wrote. Hello, I'm trying to use the HSSF modules to

cvs commit: jakarta-poi/src/documentation/xdocs book.xml index.xml overview.xml who.xml

2002-02-21 Thread acoliver
acoliver02/02/21 20:27:18 Modified:src/contrib/src/org/apache/poi/contrib/poibrowser POIBrowser.java TreeReaderListener.java src/documentation/xdocs book.xml index.xml overview.xml who.xml Log: added stuff from

Re: How to get a cell value by call name?

2002-02-22 Thread acoliver
The short answer: no, not yet. I didn't even realize you could name cells/columns/rows :-). (Can you tell that I don't actually USE Excel, I only interface with it ;-) ). It appears Cells, Columns and Rows can have names. While I'm sure we'll implement this in time, we'll not have a

cvs commit: jakarta-poi/build/jakarta-poi/docs/hpsf/images - New directory

2002-02-23 Thread acoliver
acoliver02/02/23 05:40:57 jakarta-poi/build/jakarta-poi/docs/hpsf/images - New directory

cvs commit: jakarta-poi/build/jakarta-poi/docs/hpsf - New directory

2002-02-23 Thread acoliver
acoliver02/02/23 05:40:39 jakarta-poi/build/jakarta-poi/docs/hpsf - New directory

cvs commit: jakarta-poi/build/jakarta-poi/docs/hpsf/images cocoon2-small.jpg header.gif jakarta-logo.gif

2002-02-23 Thread acoliver
acoliver02/02/23 05:41:33 Added: build/jakarta-poi/docs/hpsf how-to.html index.html internals.html build/jakarta-poi/docs/hpsf/images cocoon2-small.jpg header.gif jakarta-logo.gif Log: oops...forgot to add generated

cvs commit: jakarta-poi/build/jakarta-poi/docs/poifs how-to.html index.html usecases.html

2002-02-23 Thread acoliver
acoliver02/02/23 05:48:22 Modified:build/jakarta-poi/docs changes.html contrib.html faq.html historyandfuture.html index.html livesites.html mail-archives.html mail-lists.html overview.html todo.html who.html

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hdf/extractor - New directory

2002-02-23 Thread acoliver
acoliver02/02/23 06:37:55 jakarta-poi/src/scratchpad/src/org/apache/poi/hdf/extractor - New directory

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hdf/model - New directory

2002-02-24 Thread acoliver
acoliver02/02/24 12:28:41 jakarta-poi/src/scratchpad/src/org/apache/poi/hdf/model - New directory

Re: Re: HDF

2002-02-25 Thread acoliver
Great, I'll patch this when I get home. You're doing right. Haven't looked at the patch just yet, but make sure you use -u or unified format. (cvs diff -u .) -- Yes, just submit a patch for LittleEndian. Eventually most of the poi-util classes will move into various places in

Re: HSSFRow.getLastCellNum()

2002-02-27 Thread acoliver
On Wed, 27 Feb 2002 19:04:08 0100 Reto Badertscher [EMAIL PROTECTED] wrote. Hello, just started using POI for reading, writing and modifying Excel sheets and like it very much. Until now i've been using Perl libraries for these tasks. During creating some test applications i encountered the

Re: Making cells wrap text.

2002-02-28 Thread acoliver
On Thu, 28 Feb 2002 15:11:47 -0500 D. Alvarado [EMAIL PROTECTED] wrote. I guess my question is: how do you do it? I would like to set my specific XLS cell (HSSFCell object I suppose) so that the text within it wraps. Thanks in advance, Dave A. I believe this is in the HSSFCellStyle which is

Re: Re: FileInformationBlock

2002-03-01 Thread acoliver
Ryan, Maybe you should get with Glen to explore using his code Generator for HDF. For writing, we HAVE to insert EVERY field and get it RIGHT. If MS Word is anything like Excel, it will just crash if we're wrong or behave very strangely. So the numbering is a sanity check. I hate it but I

Re: Re: Bugzilla for POI

2002-03-01 Thread acoliver
done... Thanks Pier. Module Maintainers: Glen (HSSF), Rainer (HPSF), Marc (POIFS), and less officially Ryan (HDF) Please create accounts in Bugzilla and send them to me so I can make you the initial owner for your respective components. POI Overall will go to me, HDF will go to Ryan.

Re: Re: FileInformationBlock

2002-03-01 Thread acoliver
On Fri, 1 Mar 2002 08:35:15 -0500 Said Ackley [EMAIL PROTECTED] wrote. You make a lot of good points. The only problem I see is that there are a lot of fields in all of the internal data structures (CHP, PAP, SEP) that we may not ever use. So we may have field_1_x then the next variable is

Re: Optimal column width?

2002-03-01 Thread acoliver
Its hard. You have a few choices: use FontMetrics from the java swing package... Or adopt educated guesses like HSSF Serializer does (see sources on the old sourceforge site) based on magic numbers that just happen to be right (we guessed until they were). If you steal the magic number

cvs commit: jakarta-poi/src/documentation/xdocs book.xml who.xml

2002-03-01 Thread acoliver
acoliver02/03/01 14:09:44 Modified:build/jakarta-poi/docs changeshtml contribhtml faqhtml historyandfuturehtml indexhtml livesiteshtml mail-archiveshtml mail-listshtml overviewhtml todohtml whohtml

cvs commit: jakarta-poi/src/documentation/xdocs index.xml

2002-03-01 Thread acoliver
acoliver02/03/01 16:36:57 Modified:build/jakarta-poi/docs indexhtml src/documentation/xdocs indexxml Log: Logo contest Revision ChangesPath 14 +72 -0 jakarta-poi/build/jakarta-poi/docs/indexhtml Index: indexhtml

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hdf/model/hdftypes FileInformationBlock.java

2002-03-02 Thread acoliver
acoliver02/03/02 12:57:54 Modified:src/scratchpad/src/org/apache/poi/hdf/model/hdftypes FileInformationBlockjava Log: more fields Revision ChangesPath 12 +69 -1 jakarta-poi/src/scratchpad/src/org/apache/poi/hdf/model/hdftypes

cvs commit: jakarta-poi/src/documentation/xdocs inthenews.xml book.xml

2002-03-02 Thread acoliver
acoliver02/03/02 19:33:07 Modified:src/documentation/xdocs book.xml Added: src/documentation/xdocs inthenews.xml Log: added new section for POI in the news and stuff Revision ChangesPath 1.7 +1 -1 jakarta-poi/src/documentation/xdocs/book.xml

cvs commit: jakarta-poi/src/documentation/xdocs/resolutions - New directory

2002-03-03 Thread acoliver
acoliver02/03/03 10:53:22 jakarta-poi/src/documentation/xdocs/resolutions - New directory

cvs commit: jakarta-poi/build/jakarta-poi/docs/resolutions - New directory

2002-03-03 Thread acoliver
acoliver02/03/03 11:14:35 jakarta-poi/build/jakarta-poi/docs/resolutions - New directory

cvs commit: jakarta-poi/build/jakarta-poi/docs/resolutions/images - New directory

2002-03-03 Thread acoliver
acoliver02/03/03 11:15:08 jakarta-poi/build/jakarta-poi/docs/resolutions/images - New directory

cvs commit: jakarta-poi/build/jakarta-poi/docs/resolutions/images cocoon2-small.jpg header.gif jakarta-logo.gif

2002-03-03 Thread acoliver
acoliver02/03/03 11:18:05 Modified:build/jakarta-poi/docs changeshtml contribhtml faqhtml historyandfuturehtml indexhtml livesiteshtml mail-archiveshtml mail-listshtml overviewhtml todohtml whohtml Added

cvs commit: jakarta-poi/src/documentation/xdocs/resolutions book.xml index.xml res001.xml

2002-03-03 Thread acoliver
acoliver02/03/03 11:22:47 Modified:src/documentation/xdocs book.xml Added: src/documentation/xdocs/resolutions book.xml index.xml res001.xml Log: added resolutions Revision ChangesPath 1.8 +1 -0 jakarta-poi/src/documentation

cvs commit: jakarta-poi/build/jakarta-poi/docs/hpsf index.html

2002-03-03 Thread acoliver
acoliver02/03/03 11:43:51 Modified:build/jakarta-poi/docs changeshtml build/jakarta-poi/docs/hpsf indexhtml Log: paranoid regen to ensure my weird CVS problems didn't screw up the site Revision ChangesPath 16 +1 -1 jakarta-poi/build/jakarta-poi

cvs commit: jakarta-poi/build/jakarta-poi/docs inthenews.html

2002-03-03 Thread acoliver
acoliver02/03/03 14:53:06 Added: build/jakarta-poi/docs inthenewshtml Log: forgot to add this file Revision ChangesPath 11 jakarta-poi/build/jakarta-poi/docs/inthenewshtml Index: inthenewshtml

cvs commit: jakarta-poi/build/jakarta-poi/docs/poifs/images PropertySet.jpg

2002-03-04 Thread acoliver
acoliver02/03/04 21:21:30 Added: build/jakarta-poi/docs/poifs/images PropertySetjpg Log: just a guess Marc forgot to add the doc section stuff Revision ChangesPath 11 jakarta-poi/build/jakarta-poi/docs/poifs/images/PropertySetjpg Binary

Re: POI Project Direction

2002-03-05 Thread acoliver
Yes, We have a Serializer for Cocoon. We plan to have a Generator for Cocoon. Contact Nicola Ken Barrozzi who is spearheading this work. (see whoweare on poi page for email addresses) POI Cocoon components are now part of Cocoon so this work will presumably go on there (but I'm totally cool

Re: RE: Charts in Excel

2002-03-05 Thread acoliver
And its available for 10-14 bucks on amazon once scott's copy is grabbed up :-) On Tue, 5 Mar 2002 09:28:35 -0800 Scott Sanders [EMAIL PROTECTED] wrote. I have a copy of this book if someone *needs* it. It served me well back when I wrote XLS in Delphi (those were the fun days) Scott

HSSF Serializer integrated into Cocoon

2002-03-06 Thread acoliver
My appologies to those who get this more than once, but I thought I should announce to all that the new HSSF Serializer has been integrated into Cocoon. Catch it in the Cocoon CVS or appearing in a nightly* build soon over at http://xml.apache.org/cocoon. You have Ken to thank for this fine

Re: RE: POI serialization code committed

2002-03-06 Thread acoliver
Appologies to those who get this twice. snip/ Can you be a bit more specific? Is this something other than the alignment bug? I'm not aware of POI bug list... Here are my observations: you can access it here if you like: http://nagoya.apache.org/bugzilla/buglist.cgi?product=POI

cvs commit: jakarta-poi/build/jakarta-poi/docs/apidocs - New directory

2002-03-06 Thread acoliver
acoliver02/03/06 17:51:04 jakarta-poi/build/jakarta-poi/docs/apidocs - New directory

cvs commit: jakarta-poi/build/jakarta-poi/docs/apidocs/org/apache/poi/poifs/eventfilesystem - New directory

2002-03-06 Thread acoliver
acoliver02/03/06 17:57:32 jakarta-poi/build/jakarta-poi/docs/apidocs/org/apache/poi/poifs/eventfilesystem - New directory

cvs commit: jakarta-poi/build/jakarta-poi/docs/apidocs/org/apache/poi/poifs/filesystem - New directory

2002-03-06 Thread acoliver
acoliver02/03/06 17:58:01 jakarta-poi/build/jakarta-poi/docs/apidocs/org/apache/poi/poifs/filesystem - New directory

cvs commit: jakarta-poi/build/jakarta-poi/docs/apidocs/org/apache/poi/hssf/model - New directory

2002-03-06 Thread acoliver
acoliver02/03/06 18:26:19 jakarta-poi/build/jakarta-poi/docs/apidocs/org/apache/poi/hssf/model - New directory

cvs commit: jakarta-poi/build/jakarta-poi/docs/apidocs/org/apache/poi/hssf/eventmodel - New directory

2002-03-06 Thread acoliver
acoliver02/03/06 18:27:07 jakarta-poi/build/jakarta-poi/docs/apidocs/org/apache/poi/hssf/eventmodel - New directory

cvs commit: jakarta-poi/build/jakarta-poi/docs/apidocs/org/apache/poi/util - New directory

2002-03-06 Thread acoliver
acoliver02/03/06 18:27:54 jakarta-poi/build/jakarta-poi/docs/apidocs/org/apache/poi/util - New directory

cvs commit: jakarta-poi/tools/targets docs.xtarget

2002-03-06 Thread acoliver
acoliver02/03/06 18:44:39 Modified:tools/targets docs.xtarget Log: changed site target to do what I want it to do (generate website and javadocs under website not do some goofy xml-site dir out where I don't care about it even) Revision ChangesPath 1.2 +2 -6

Re: RE: Thanks for POI

2002-03-07 Thread acoliver
for the rest of the library. I generate them from Together. That'd be great. Send them to me personally I'll post them. (I try to avoid binaries to the list) Welcome! And thanks! -Andy Take care! Matt -Original Message- From: acoliver [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002

cvs commit: jakarta-poi/src/java/org/apache/poi/hpsf package.html

2002-03-10 Thread acoliver
acoliver02/03/10 09:00:42 Modified:src/java/org/apache/poi/hpsf package.html Log: package docs Revision ChangesPath 1.2 +19 -131 jakarta-poi/src/java/org/apache/poi/hpsf/package.html Index: package.html

cvs commit: jakarta-poi/src/java/org/apache/poi/hpsf package.html

2002-03-10 Thread acoliver
acoliver02/03/10 09:03:41 Modified:src/java/org/apache/poi/hpsf package.html Log: try to make package summary come up Revision ChangesPath 1.3 +132 -19 jakarta-poi/src/java/org/apache/poi/hpsf/package.html Index: package.html

Re: Re: POI Serialization code committed

2002-03-11 Thread acoliver
Ok. Strict and precise mode on. I usually prefer friendly discussions that lead to a consensus, but let's adapt to the POI way. Perhaps your not aware of it. Your tone doesn't come off that way. These are my thoughts and opinions. People can travel the thread at will in the archives. Thanks

cvs commit: jakarta-poi/src/examples/src/org/apache/poi/hssf/usermodel/examples FrillsAndFills.java

2002-03-11 Thread acoliver
acoliver02/03/11 17:01:10 Modified:src/examples/src/org/apache/poi/hssf/usermodel/examples FrillsAndFills.java Log: I got your back brother glen! Revision ChangesPath 1.2 +1 -1 jakarta-poi/src/examples/src/org/apache/poi/hssf

Re: [PATCH] Bug 7119 (setCellValue())

2002-03-14 Thread acoliver
On Thu, 14 Mar 2002 16:41:09 0100 =?iso-8859-1?B?TG/vYyBMZWbodnJl?= [EMAIL PROTECTED] wrote. Cool can you make it into a patch? I'll apply it and your other if glen doesn't before I get the chance.

Re: Re: [ABOUT BUG 7011, l10n/ i18n...]

2002-03-14 Thread acoliver
On Fri, 15 Mar 2002 09:02:44 1100 Glen Stampoutlzis [EMAIL PROTECTED] wrote. So does Netbeans :-) And Netbeans has support for encrypted CVS! As does Idea! :-) Ahh but Netbeans costs $0 and works on Linux!

cvs commit: jakarta-poi/src/testcases/org/apache/poi/poifs/storage TestBlockAllocationTableReader.java TestBlockAllocationTableWriter.java

2002-03-14 Thread acoliver
acoliver02/03/14 18:47:57 Modified:src/java/org/apache/poi/hssf/usermodel HSSFCell.java src/java/org/apache/poi/poifs/filesystem POIFSDocument.java POIFSFileSystem.java src/java/org/apache/poi/poifs/property Property.java

Re: Re: random Thoughts on Formulotica

2002-03-15 Thread acoliver
I see some algorythm here.. Probably be as much effort for me to translate it from italian and C as to rewrite it. I can translate text with web tools and my knowledge of spanish but no chance on source code. Anyhow, the only things that we can use that are similar are looking at gnumeric, but

cvs commit: jakarta-poi/build/jakarta-poi/docs/news/images - New directory

2002-03-15 Thread acoliver
acoliver02/03/15 17:40:26 jakarta-poi/build/jakarta-poi/docs/news/images - New directory

cvs commit: jakarta-poi/src/java/org/apache/poi/dev - New directory

2002-03-16 Thread acoliver
acoliver02/03/16 16:11:47 jakarta-poi/src/java/org/apache/poi/dev - New directory

cvs commit: jakarta-poi/src/java/org/apache/poi/dev RecordGenerator.java

2002-03-16 Thread acoliver
acoliver02/03/16 16:12:13 Added: src/java/org/apache/poi/dev RecordGenerator.java Log: moved Record Generator Revision ChangesPath 1.1 jakarta-poi/src/java/org/apache/poi/dev/RecordGenerator.java Index: RecordGenerator.java

cvs commit: jakarta-poi/src/java/org/apache/poi/hssf/util RecordGenerator.java

2002-03-16 Thread acoliver
acoliver02/03/16 16:12:48 Removed: src/java/org/apache/poi/hssf/util RecordGenerator.java Log: moved

cvs commit: jakarta-poi/src/records/definitions area_record.xml bar_record.xml chart_record.xml dat_record.xml dataformat_record.xml default_data_label_text_properties_record.xml font_basis_record.xml font_example.xml font_index_record.xml frame_record.xml legend_record.xml number_format_index_record.xml plotgrowth_record.xml series_list_record.xml series_record.xml units_record.xml value_range_record.xml

2002-03-16 Thread acoliver
acoliver02/03/16 16:13:25 Modified:src/records/definitions area_record.xml bar_record.xml chart_record.xml dat_record.xml dataformat_record.xml default_data_label_text_properties_record.xml

cvs commit: jakarta-poi/src/types/styles - New directory

2002-03-16 Thread acoliver
acoliver02/03/16 16:38:43 jakarta-poi/src/types/styles - New directory

cvs commit: jakarta-poi/src/types/definitions - New directory

2002-03-16 Thread acoliver
acoliver02/03/16 16:38:43 jakarta-poi/src/types/definitions - New directory

cvs commit: jakarta-poi/src/types - New directory

2002-03-16 Thread acoliver
acoliver02/03/16 16:38:43 jakarta-poi/src/types - New directory

cvs commit: jakarta-poi/src/types/styles hdftype.xsl hdftype_document.xsl hdftype_test.xsl

2002-03-16 Thread acoliver
acoliver02/03/16 16:39:26 Added: src/types/styles hdftype.xsl hdftype_document.xsl hdftype_test.xsl Log: added stuff for generating hdf type records Revision ChangesPath 1.1 jakarta-poi/src/types/styles/hdftype.xsl Index

cvs commit: jakarta-poi/src/types/styles hdftype.xsl

2002-03-16 Thread acoliver
acoliver02/03/16 16:49:35 Modified:src/java/org/apache/poi/dev RecordGenerator.java src/types/styles hdftype.xsl Log: should get us sstarted on HDF now! Horay... Revision ChangesPath 1.2 +2 -5 jakarta-poi/src/java/org/apache/poi/dev

cvs commit: jakarta-poi/src/documentation/xdocs/news - New directory

2002-03-16 Thread acoliver
acoliver02/03/16 16:57:03 jakarta-poi/src/documentation/xdocs/news - New directory

cvs commit: jakarta-poi/src/documentation/xdocs/news book.xml logocontest.xml

2002-03-16 Thread acoliver
acoliver02/03/16 16:57:24 Added: src/documentation/xdocs/news book.xml logocontest.xml Log: I wonder what planet I was on... Revision ChangesPath 1.1 jakarta-poi/src/documentation/xdocs/news/book.xml Index: book.xml

cvs commit: jakarta-poi/src/documentation/images logoGlenStampoutlzis.png logoLoicLefevre.png logoMichaelMosmann.png

2002-03-16 Thread acoliver
acoliver02/03/16 17:29:40 Added: src/documentation/images logoGlenStampoutlzis.png logoLoicLefevre.png logoMichaelMosmann.png Log: added logos. . I could have sworn I did this before! Revision ChangesPath 1.1 jakarta-poi/src

Re: Headers and Footers

2002-03-18 Thread acoliver
Lemmie see the patches and I'll run some unit tests and I'll letcha know if they're right :-) Post them to bugzilla (see bug database on the left nav of poi website) with [PATCH] prefixing the subject. Thanks a million for your help! Thanks, Andy On Mon, 18 Mar 2002 09:39:05 -0600 Laubach,

[Fwd: Fwd: POI HSSF Comments]

2002-03-19 Thread acoliver
... ---BeginMessage--- Andy: can you pass this on to the list? I'm not subscribed from my hotmail acct and can't access my apache addy from here. Carey: you raise some very good points; not the can you guys add xyz feature please? oh, and fix my code too? type we usually get. Also, Andy is

Re: Using POI and XSL to Create Excel Doc

2002-03-20 Thread acoliver
There are currently examples for doing this and the serializer itself distributed as part of the Cocoon project's nightly builds. http://xml.apache.org/cocoon There is still a how to and some sample code here: http://sourceforge.net/projects/poi On Wed, 20 Mar 2002 06:31:13 -0800 (PST)

Re: Re: Using POI and XSL to Create Excel Doc

2002-03-20 Thread acoliver
If we do decide to put any portion of that under POI it would probably be on an independant release schedule. The intent of formal releases is to tie things up to make sure there is always something that is runnable and bring sanity back to things. If we're always pefecting and never making it

Re: Re: Using POI and XSL to Create Excel Doc

2002-03-20 Thread acoliver
You must download a recent nightly build. On Wed, 20 Mar 2002 11:07:51 -0800 (PST) Cornellious Mann [EMAIL PROTECTED] wrote. Thanks for the info. I downloaded Cocoon2, but do not see any examples. Any thoughts? --- Nicola Ken Barozzi [EMAIL PROTECTED] wrote: From: Cornellious Mann [EMAIL

cvs commit: jakarta-poi/src/types/styles hdftype.xsl

2002-03-20 Thread acoliver
acoliver02/03/20 16:49:36 Modified:src/types/styles hdftype.xsl Log: I don't remember but I'm sure it was something Revision ChangesPath 1.3 +1 -42 jakarta-poi/src/types/styles/hdftype.xsl Index: hdftype.xsl

cvs commit: jakarta-poi/src/java/org/apache/poi/hssf/record FooterRecord.java HeaderRecord.java

2002-03-20 Thread acoliver
acoliver02/03/20 18:09:31 Modified:src/java/org/apache/poi/hssf/record FooterRecord.java HeaderRecord.java Log: Applied fixes from Shawn Laubach for footer and header records Revision ChangesPath 1.5 +7 -7 jakarta-poi/src/java/org

Re: [GUMP] Build Failure - Poi

2002-03-21 Thread acoliver
Would this be because we don't have cocoon as a dependency of the doc build...hummm? I've become sold on this whole GUMP thing. I need it at work even. So um, lets get these working ASAP and please let me know if I can help. -Andy On 21 Mar 2002 13:10:09 - Sam Ruby [EMAIL PROTECTED]

Re: Re: Using POI and XSL to Create Excel Doc

2002-03-22 Thread acoliver
;-) just making sure you were still awake. On Fri, 22 Mar 2002 18:34:50 0100 Sylvain Wallez [EMAIL PROTECTED] wrote. acoliver wrote: snip/ It should have a release schedule, just no idea yet what that would be. It seems Sylvain has lost interest in the POI community and issues surrounding

cvs commit: jakarta-poi/build/jakarta-poi/docs/images built-with-cocoon.gif krysalis-compatible.jpg

2002-03-22 Thread acoliver
acoliver02/03/22 18:55:43 Added: build/jakarta-poi/docs/images built-with-cocoon.gif krysalis-compatible.jpg Log: added the images that SOMEBODY forgot Revision ChangesPath 1.1 jakarta-poi/build/jakarta-poi/docs/images/built

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/generator RecordUtil.java

2002-03-23 Thread acoliver
acoliver02/03/23 09:06:16 Modified:src/scratchpad/src/org/apache/poi/generator RecordUtil.java Log: unfixed problem...have new solution Revision ChangesPath 1.6 +1 -1 jakarta-poi/src/scratchpad/src/org/apache/poi/generator/RecordUtil.java Index

cvs commit: jakarta-poi/src/types/styles hdftype.xsl

2002-03-24 Thread acoliver
acoliver02/03/24 17:09:19 Modified:src/types/definitions fib_type.xml src/types/styles hdftype.xsl Log: made abstract /AbstractType and fixed dup messed up field iPR: Revision ChangesPath 1.6 +2 -2 jakarta-poi/src/types/definitions

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hdf/model/hdftypes FileInformationBlock.java

2002-03-24 Thread acoliver
acoliver02/03/24 18:03:37 Modified:src/scratchpad/src/org/apache/poi/hdf/model HDFObjectFactory.java src/scratchpad/src/org/apache/poi/hdf/model/hdftypes FileInformationBlock.java Log: Made everything work

cvs commit: jakarta-poi/src/documentation/xdocs/news logocontest.xml

2002-03-27 Thread acoliver
acoliver02/03/27 16:57:13 Modified:src/documentation/xdocs/news logocontest.xml Log: added logo contest changes Revision ChangesPath 1.3 +9 -2 jakarta-poi/src/documentation/xdocs/news/logocontest.xml Index: logocontest.xml

cvs commit: jakarta-poi/src/documentation/images logoGustafsson1.png logoGustafsson2.png logoLoicLefevre2.png

2002-03-27 Thread acoliver
acoliver02/03/27 16:57:52 Added: src/documentation/images logoGustafsson1.png logoGustafsson2.png logoLoicLefevre2.png Log: added new logos Revision ChangesPath 1.1 jakarta-poi/src/documentation/images/logoGustafsson1.png

cvs commit: jakarta-poi/build/jakarta-poi/docs/news/images logoGustafsson1.png logoGustafsson2.png logoLoicLefevre2.png

2002-03-27 Thread acoliver
acoliver02/03/27 17:00:40 Added: build/jakarta-poi/docs/news/images logoGustafsson1.png logoGustafsson2.png logoLoicLefevre2.png Log: regen'd docs for logo additions Revision ChangesPath 1.1 jakarta-poi/build/jakarta-poi/docs

Re: cvs commit: jakarta-poi/src/documentation/xdocs/hssf quick-guide.xml book.xml

2002-03-28 Thread acoliver
*GASP* Glen is writing documentation *GASP* :-D On 28 Mar 2002 11:29:02 - [EMAIL PROTECTED] wrote. glens 02/03/28 03:29:02 Modified:src/documentation/xdocs/hssf book.xml Added: src/documentation/xdocs/hssf quick-guide.xml Log: Quick guide now available

Re: Re: [VOTE] Releasing 1.5

2002-03-28 Thread acoliver
-1 there are remaining items for 1.5's release. including getting the documentation in order and matching the current sources. Only then will I withdraw my objection. We may wish to put out ONE more build before 1.5 is released to ensure the logging stuff is stable. We've never actually

cvs commit: jakarta-poi/src/types/definitions chp_type.xml

2002-03-30 Thread acoliver
acoliver02/03/30 14:52:23 Added: src/types/definitions chp_type.xml Log: added Ryan's definition. Will try testing it as soon as I fix the generator which Ken broke...AGAIN!! :-( Revision ChangesPath 1.1 jakarta-poi/src/types/definitions

cvs commit: jakarta-poi/src/types/definitions chp_type.xml

2002-03-30 Thread acoliver
acoliver02/03/30 15:09:12 Modified:src/types/definitions chp_type.xml Log: Fixed data types Revision ChangesPath 1.2 +10 -10jakarta-poi/src/types/definitions/chp_type.xml Index: chp_type.xml

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hdf/model/hdftypes/definitions CHPAbstractType.java

2002-03-30 Thread acoliver
acoliver02/03/30 15:10:09 Added: src/scratchpad/src/org/apache/poi/hdf/model/hdftypes/definitions CHPAbstractType.java Log: generated CHP abstract type Revision ChangesPath 1.1 jakarta-poi/src/scratchpad/src/org/apache/poi/hdf

cvs commit: jakarta-poi/build/jakarta-poi/docs/plan POI10Vision.html POI20Vision.html

2002-04-03 Thread acoliver
acoliver02/04/03 05:25:27 Modified:build/jakarta-poi/docs changes.html contrib.html faq.html historyandfuture.html index.html inthenews.html livesites.html mail-archives.html mail-lists.html overview.html todo.html

cvs commit: jakarta-poi/src/java/org/apache/poi/hssf/util HSSFColor.java

2002-04-07 Thread acoliver
acoliver02/04/07 10:28:28 Modified:src/java/org/apache/poi/hssf/util HSSFColor.java Log: fixed constant for black (glen fixed it in HSSFColorConstants which is deprecated) Revision ChangesPath 1.3 +1 -1 jakarta-poi/src/java/org/apache/poi/hssf/util

cvs commit: jakarta-poi/src/java/org/apache/poi/hssf/usermodel HSSFColorConstants.java

2002-04-07 Thread acoliver
acoliver02/04/07 10:29:33 Modified:src/java/org/apache/poi/hssf/usermodel HSSFColorConstants.java Log: made it official (deprecation) Revision ChangesPath 1.3 +2 -0 jakarta-poi/src/java/org/apache/poi/hssf/usermodel

cvs commit: jakarta-poi/src/documentation/images logoAdria1.png logoAdria2.png logoAdria3.png logoAndrewClements.png logoAndrewClements2.png logoDanielFernandez.png logoRussellBeattie1.png logoRussellBeattie2.png logoRussellBeattie3.png logoRussellBeattie4.png logoRussellBeattie5.png logoWendyWise.png logoWendyWise2.png

2002-04-13 Thread acoliver
acoliver02/04/13 11:08:27 Added: src/documentation/images logoAdria1.png logoAdria2.png logoAdria3.png logoAndrewClements.png logoAndrewClements2.png logoDanielFernandez.png logoRussellBeattie1.png

cvs commit: jakarta-poi/src/documentation/xdocs/news logocontest.xml

2002-04-13 Thread acoliver
acoliver02/04/13 11:08:50 Modified:src/documentation/xdocs/news logocontest.xml Log: added new logos Revision ChangesPath 1.6 +38 -1 jakarta-poi/src/documentation/xdocs/news/logocontest.xml Index: logocontest.xml

cvs commit: jakarta-poi/tools/antipede/bin ant

2002-04-14 Thread acoliver
acoliver02/04/14 05:38:23 Modified:tools/antipede/bin ant Log: increased vm heap...solve out of memory error...sympathy to the memory impaired Revision ChangesPath 1.2 +1 -1 jakarta-poi/tools/antipede/bin/ant Index: ant

cvs commit: jakarta-poi/src/documentation/xdocs/news logocontest.xml

2002-04-17 Thread acoliver
acoliver02/04/17 15:15:21 Modified:src/documentation/xdocs/news logocontest.xml Log: Fixed Adrianus Handoyo's name Revision ChangesPath 1.7 +2 -2 jakarta-poi/src/documentation/xdocs/news/logocontest.xml Index: logocontest.xml

cvs commit: jakarta-poi/src/java/org/apache/poi/hssf/record FormulaRecord.java RecordFactory.java

2002-04-17 Thread acoliver
acoliver02/04/17 15:21:17 Modified:src/java/org/apache/poi/hssf/dev BiffViewer.java src/java/org/apache/poi/hssf/record FormulaRecord.java RecordFactory.java Log: Formula changes. . Disable for 1.5...alow compile in if desired. Revision

cvs commit: jakarta-poi/src/java/org/apache/poi/hssf/record/formula ParenthesisPtg.java

2002-04-17 Thread acoliver
acoliver02/04/17 16:04:53 Modified:src/java/org/apache/poi/hssf/record/formula ParenthesisPtg.java Log: changed to match Avik's Revision ChangesPath 1.2 +22 -22 jakarta-poi/src/java/org/apache/poi/hssf/record/formula/ParenthesisPtg.java

cvs commit: jakarta-poi/src/java/org/apache/poi/hssf/record/formula FormulaParser.java

2002-04-17 Thread acoliver
acoliver02/04/17 16:06:49 Added: src/java/org/apache/poi/hssf/record/formula FormulaParser.java Log: added new class from Avik Sengupta Revision ChangesPath 1.1 jakarta-poi/src/java/org/apache/poi/hssf/record/formula

cvs commit: jakarta-poi/src/java/org/apache/poi/hssf/record/formula Ptg.java

2002-04-20 Thread acoliver
acoliver02/04/20 16:42:10 Modified:src/java/org/apache/poi/hssf/record/formula Ptg.java Log: seperated out my experimental parsing stuff. Revision ChangesPath 1.3 +7 -46 jakarta-poi/src/java/org/apache/poi/hssf/record/formula/Ptg.java Index: Ptg.java

cvs commit: jakarta-poi/src/documentation/images logoJanssen1.png logoJanssen2.png

2002-04-21 Thread acoliver
acoliver02/04/21 17:59:05 Added: src/documentation/images logoJanssen1.png logoJanssen2.png Log: new logos Revision ChangesPath 1.1 jakarta-poi/src/documentation/images/logoJanssen1.png Binary file 1.1 jakarta-poi

cvs commit: jakarta-poi/src/documentation/xdocs/news logocontest.xml

2002-04-21 Thread acoliver
acoliver02/04/21 18:03:09 Modified:src/documentation/xdocs/news logocontest.xml Log: new logos Revision ChangesPath 1.9 +7 -2 jakarta-poi/src/documentation/xdocs/news/logocontest.xml Index: logocontest.xml

cvs commit: jakarta-poi/src/java/org/apache/poi/hssf/record ExternSheetRecord.java ExternSheetSubRecord.java

2002-04-23 Thread acoliver
acoliver02/04/23 15:27:58 Added: src/java/org/apache/poi/hssf/record ExternSheetRecord.java ExternSheetSubRecord.java Log: patches from libin Revision ChangesPath 1.1 jakarta-poi/src/java/org/apache/poi/hssf/record

cvs commit: jakarta-poi/src/java/org/apache/poi/hssf/record NameRecord.java

2002-04-23 Thread acoliver
acoliver02/04/23 15:28:58 Added: src/java/org/apache/poi/hssf/record NameRecord.java Log: integrate with libin's named ranges stuff Revision ChangesPath 1.1 jakarta-poi/src/java/org/apache/poi/hssf/record/NameRecord.java Index: NameRecord.java

  1   2   3   4   >