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

2002-04-27 Thread klute
klute 02/04/27 02:39:40 Modified:src/java/org/apache/poi/hpsf SummaryInformation.java Log: Info on getThumbnail() added. Revision ChangesPath 1.4 +13 -1 jakarta-poi/src/java/org/apache/poi/hpsf/SummaryInformation.java Index: SummaryInformation.java ===

Re: HPSF - Summary Information - getThumbnail()

2002-04-27 Thread Rainer Klute
Drew Varner <[EMAIL PROTECTED]> wrote: >It look likes this method has not been implemented. I just want to throw out >some thoughts on it. I may take a whack at this over the weekend. Feel free to do so, post a patch to bugzilla and I'll apply it. I mostly agree with Andy's remarks about java.aw

Re: HPSF - Summary Information - getThumbnail()

2002-04-27 Thread Rainer Klute
>>I think the return type of this as a convenience method ought to be a >>java.awt.Image. Maybe one version returns a byte array and one returns an >> >-1 - this ties us to X-Windows on servers and limits our crossplatform >nature and his performance heavy. Leave this to the API user to >trad

Re: HPSF - Summary Information - getThumbnail()

2002-04-27 Thread Andrew C. Oliver
I'll -1 anything that has java.awt in it unless someone definatively proves that it will not load X libraries. (So far from what I've seen its the linkage to awt not an actual call that causes X libraries to be loaded). Rainer Klute wrote: >>>I think the return type of this as a convenience

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

2002-04-27 Thread acoliver
acoliver02/04/27 06:18:57 Added: src/testcases/org/apache/poi/hssf/usermodel TestNamedRange.java Log: Committed Libin's named range test. Made some rather significant changes to it. Revision ChangesPath 1.1 jakarta-poi/src/tes

cvs commit: jakarta-poi module.xml

2002-04-27 Thread acoliver
acoliver02/04/27 06:21:27 Modified:.module.xml Log: changed version number to avoid confusion Revision ChangesPath 1.6 +1 -1 jakarta-poi/module.xml Index: module.xml === RCS file:

cvs commit: jakarta-poi build.xml

2002-04-27 Thread acoliver
acoliver02/04/27 06:24:54 Modified:.build.xml Log: Made dist target "work" Revision ChangesPath 1.28 +3 -2 jakarta-poi/build.xml Index: build.xml === RCS file: /home/cvs/jakarta-po

Release Candidate

2002-04-27 Thread Andrew C. Oliver
Glen, When you get the chance (hopefully soon), I want to put out a new release candidate. If you can create one, name it rc-2 (edit module.xml to change the tag), upload it to your home directory and I'll upload it to the server. Follow the following workaround (for centipede bug) 1. run build

cvs commit: jakarta-poi/src/java/org/apache/poi/hssf/eventmodel AbortableHSSFListener.java HSSFUserException.java HSSFEventFactory.java HSSFRequest.java

2002-04-27 Thread acoliver
acoliver02/04/27 06:33:04 Modified:src/java/org/apache/poi/hssf/eventmodel HSSFEventFactory.java HSSFRequest.java Added: src/java/org/apache/poi/hssf/eventmodel AbortableHSSFListener.java HSSFUserException.java Log: looks like

DO NOT REPLY [Bug 7539] - event driven APIs should support minimal error escape handling

2002-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 7539] - event driven APIs should support minimal error escape handling

2002-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 8515] - [Patch] Headers, Footers, Gridlines, and Print Setup

2002-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: My first Formula!

2002-04-27 Thread Andrew C. Oliver
Hi Avik, In the future, please post your patches through bugzilla (click on Bugs on the leftnav from the poi page) with a subject like "[PATCH] what it does" -- this makes it easy for me to find when I burn through the patch queue. I'm applying this now. Thanks, Andy On Fri, 2002-04-05 at 0

Re: My first Formula

2002-04-27 Thread Andrew C. Oliver
On Fri, 2002-04-05 at 02:59, Avik Sengupta wrote: > Ok, this turned out to be simple. An updated patch (against latest cvs) that > solves the parenthesis display problem i mentioned earlier. (Parenthesis Ptgs > ARE written, even tho its not required for RPN calc) > > Have a good weekend folks.

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

2002-04-27 Thread acoliver
acoliver02/04/27 07:07:53 Modified:src/java/org/apache/poi/hssf/record FormulaRecord.java src/java/org/apache/poi/hssf/record/formula AddPtg.java AttrPtg.java DividePtg.java FormulaParser.java MultiplyPtg.java OperationPtg.j

Re: My first Formula

2002-04-27 Thread Andrew C. Oliver
On Fri, 2002-04-05 at 02:59, Avik Sengupta wrote: > Ok, this turned out to be simple. An updated patch (against latest cvs) that > solves the parenthesis display problem i mentioned earlier. (Parenthesis Ptgs > ARE written, even tho its not required for RPN calc) > > Have a good weekend folks.

cvs commit: jakarta-poi/src/java/org/apache/poi/hssf/eventmodel HSSFRequest.java HSSFUserException.java

2002-04-27 Thread acoliver
acoliver02/04/27 07:11:17 Modified:src/java/org/apache/poi/hssf/eventmodel HSSFRequest.java HSSFUserException.java Log: wrong package names? Revision ChangesPath 1.4 +0 -1 jakarta-poi/src/java/org/apache/poi/hssf/eventmodel/HSSFRequest

cvs commit: jakarta-poi/src/java/org/apache/poi/hssf/eventmodel AbortableHSSFListener.java HSSFEventFactory.java

2002-04-27 Thread acoliver
acoliver02/04/27 07:12:27 Modified:src/java/org/apache/poi/hssf/eventmodel AbortableHSSFListener.java HSSFEventFactory.java Log: wrong package name for HSSFUserException? Revision ChangesPath 1.2 +1 -1 jakarta-poi/src/java/org/apache/p

Re: HPSF - Summary Information - getThumbnail()

2002-04-27 Thread Rainer Klute
"Andrew C. Oliver" <[EMAIL PROTECTED]>: >I'll -1 anything that has java.awt in it unless someone definatively >proves that it will not load X libraries. (So far from what I've seen >its the linkage to awt not an actual call that causes X libraries to be >loaded). Okay, that's fair. Best rega

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

2002-04-27 Thread acoliver
acoliver02/04/27 07:21:27 Modified:src/documentation/xdocs book.xml Log: Added "Patches" query Revision ChangesPath 1.16 +1 -0 jakarta-poi/src/documentation/xdocs/book.xml Index: book.xml ==

DO NOT REPLY [Bug 8589] New: - Avik and Libin Not listed as developers

2002-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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

2002-04-27 Thread acoliver
acoliver02/04/27 10:26:06 Modified:src/java/org/apache/poi/hssf/record/formula FormulaParser.java src/java/org/apache/poi/hssf/usermodel HSSFCell.java Log: Fixes for formulas Revision ChangesPath 1.3 +4 -1 jakarta-poi/sr

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

2002-04-27 Thread acoliver
acoliver02/04/27 10:26:38 Added: src/testcases/org/apache/poi/hssf/usermodel TestFormulas.java Log: test for formulas (curently failing with exception don't know why) Revision ChangesPath 1.1 jakarta-poi/src/testcases/org/apach

Re: site script

2002-04-27 Thread Nicola Ken Barozzi
From: "Andrew C. Oliver" <[EMAIL PROTECTED]> ... > To those who have no idea what I'm talking about.. .the metrics links > now work. And the Classes Javadocs have a UML view link on top :-) > Question: Shall we have a CVS directory for goofy scripts like the one > I'm using? I'd do something

Re: ken's patch queue and bug report thingy

2002-04-27 Thread Nicola Ken Barozzi
From: "Andrew C. Oliver" <[EMAIL PROTECTED]> > Ken, > > On cocoon-dev I frequently see this nifty bug report and patch queue > report from youhow does that happen? Where do we sign? :-) I run it from my server. [X] Cocoon [X] POI Ok, so you've just signed ;-) I'm on vacation now, so wi

Re: HPSF - Summary Information - getThumbnail()

2002-04-27 Thread Drew Varner
I think in 1.4 the implementation is headless, but I am not sure. I agree as well. Maybe I can do byte array to image conversion as example code. The reason I think the code needs to be out there is thumbnails can my in Windows Metafile format or BMP as I understand it. Therefore, the code woul

Patch - SummaryInformation.java

2002-04-27 Thread Drew Varner
Patch for /jakarta-poi/src/java/org/apache/poi/hpsf/SummaryInformation.java Puts me in the author tag for SummaryInformation.java and obfuscates my e-mail address and refers to my aliased e-mail account. 75a76 > * @author Drew Varner (drew.varner -at- sc.edu) 266c267 < * <[EMAIL PROTECTED

Patch - src/tools/cents/centipede.cent/xbuild.xml

2002-04-27 Thread Drew Varner
Hey Folks, The followiing one-liner seems like it'll make it easier to run POIBrowser. I think this will allow a user to use java -jar or to run it or double click on it in a Windowing environment to bring it up. Is there some way to include the other files we need in the classpath automatical

DO NOT REPLY [Bug 8591] New: - Build problem - JARs contain package.html files

2002-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Patch - src/tools/cents/centipede.cent/xbuild.xml

2002-04-27 Thread Nicola Ken Barozzi
- Original Message - From: "Drew Varner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 27, 2002 8:59 PM Subject: Patch - src/tools/cents/centipede.cent/xbuild.xml > Hey Folks, > > The followiing one-liner seems like it'll make it easier to run POIBrowser. I > think t

DO NOT REPLY [Bug 8591] - Build problem - JARs contain package.html files

2002-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-poi index.html

2002-04-27 Thread nicolaken
nicolaken02/04/27 13:39:02 Added: .index.html Log: Added index.html to module. Can be used locally or with viewcvs to know about the software module and main build results. Revision ChangesPath 1.9 +116 -449 jakarta-poi/index.html

DO NOT REPLY [Bug 8591] - Build problem - JARs contain package.html files

2002-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-poi module.xml

2002-04-27 Thread nicolaken
nicolaken02/04/27 14:45:56 Modified:.module.xml Log: Corrected mailing list and credits Revision ChangesPath 1.7 +3 -12 jakarta-poi/module.xml Index: module.xml === RCS file: /home

Re: HPSF - Summary Information - getThumbnail()

2002-04-27 Thread Andrew C. Oliver
On Sat, 2002-04-27 at 13:53, Drew Varner wrote: > I think in 1.4 the implementation is headless, but I am not sure. I agree as > well. Maybe I can do byte array to image conversion as example code. > Our target is officially 1.22 for the moment. Honestly, we really don't test on 1.22 very ofte

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

2002-04-27 Thread acoliver
acoliver02/04/27 14:50:39 Removed: src/java/org/apache/poi/hssf/usermodel HSSFColorConstants.java Log: removed obsolecent deprecated class

DO NOT REPLY [Bug 8591] - Build problem - JARs contain package.html files

2002-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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

2002-04-27 Thread acoliver
acoliver02/04/27 14:54:10 Modified:src/java/org/apache/poi/hssf/usermodel HSSFCellStyle.java HSSFFont.java Log: removed ties to deprecated HSSFColorConstants class Revision ChangesPath 1.9 +0 -1 jakarta-poi/src/java/org/apache/poi/hssf

DO NOT REPLY [Bug 8591] - Build problem - JARs contain package.html files

2002-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 8592] New: - FORMULAS -- Strange bug with Formulas

2002-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 8593] New: - FORMULAS -- Strange bug with Formulas

2002-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: HPSF - Summary Information - getThumbnail()

2002-04-27 Thread Drew Varner
I don't really see the purpose of reinventing the wheel on this one. I think my answer will be: 1) implementing the getThumbnail() method to return byte[]. I don't think it is implemented/supported yet. 2) writing sample code to convert it to a java.awt.Image() 3) maybe demonstrate writing it t

DO NOT REPLY [Bug 8593] - FORMULAS -- Strange bug with Formulas

2002-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 8592] - FORMULAS -- Strange bug with Formulas

2002-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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

2002-04-27 Thread acoliver
acoliver02/04/27 17:44:40 Modified:src/java/org/apache/poi/hssf/record FormulaRecord.java src/java/org/apache/poi/hssf/record/aggregates ValueRecordsAggregate.java Log: Wow... Fixed sizing bug 8592 -- see bug for details. Basically we couldn't

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

2002-04-27 Thread acoliver
acoliver02/04/27 17:45:10 Modified:src/testcases/org/apache/poi/hssf/usermodel TestFormulas.java Log: new test for formulas Revision ChangesPath 1.2 +49 -37 jakarta-poi/src/testcases/org/apache/poi/hssf/usermodel/TestFormulas.java I

DO NOT REPLY [Bug 8592] - FORMULAS -- Strange bug with Formulas

2002-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

FAQ

2002-04-27 Thread Glen Stampoultzis
Hi Ken, I know you know about this one but I thought I'd remind you. The FAQ looks terrible. Are you able to fix this soon or should we remove this from the site for the moment? Also I noticed a small quirk with the javasrc xref. The title says "Ken". :-) Ohh and changes page too... :-) Th

Re: HPSF - Summary Information - getThumbnail()

2002-04-27 Thread Glen Stampoultzis
That's correct, however 1.4 has headless support which lets you do this sort of thing without loading X libs. -- Glen - Original Message - From: "Andrew C. Oliver" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 27, 2002 10:20 PM Subject: Re: HPSF - Summary Information

Re: Release Candidate

2002-04-27 Thread Glen Stampoultzis
Been a busy weekend. Soon as I have some time it will be my top priority. -- Glen - Original Message - From: "Andrew C. Oliver" <[EMAIL PROTECTED]> To: "POI Development" <[EMAIL PROTECTED]> Sent: Saturday, April 27, 2002 11:19 PM Subject: Release Candidate > Glen, > > When you get th

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

2002-04-27 Thread acoliver
acoliver02/04/27 19:03:53 Modified:src/testcases/org/apache/poi/hssf/usermodel TestFormulas.java Log: Test Suite for formulas now verifies and includes exponents Revision ChangesPath 1.3 +104 -8 jakarta-poi/src/testcases/org/apache/poi/h

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

2002-04-27 Thread acoliver
acoliver02/04/27 19:04:58 Modified:src/java/org/apache/poi/hssf/record FormulaRecord.java src/java/org/apache/poi/hssf/record/formula FormulaParser.java src/java/org/apache/poi/hssf/usermodel HSSFCell.java Log: Now provides strin

java.awt.Image in SummaryInformation

2002-04-27 Thread Drew Varner
Does anyone have a problem with me importing java.awt.BufferedImage for the purposes of a JUnit test? I'd like to examine the image (check width, height, etc.) via the Image methods as a sanity check when extracting the byte array. It seems like a good way tomake sure the byte array isn't gar

Re: HPSF - Summary Information - getThumbnail()

2002-04-27 Thread Andrew C. Oliver
On Sat, 2002-04-27 at 18:34, Drew Varner wrote: > I don't really see the purpose of reinventing the wheel on this one. I think my > answer will be: > > 1) implementing the getThumbnail() method to return byte[]. I don't think it is > implemented/supported yet. > 2) writing sample code to conver

Re: HPSF - Summary Information - getThumbnail()

2002-04-27 Thread Andrew C. Oliver
And 1.4 is a dud! Bugggeee. On Sat, 2002-04-27 at 21:36, Glen Stampoultzis wrote: > That's correct, however 1.4 has headless support which lets you do this sort > of thing without loading X libs. > > -- Glen > > - Original Message - > From: "Andrew C. Oliver" <[EMAIL PROTECTED]

Re: java.awt.Image in SummaryInformation

2002-04-27 Thread Andrew C. Oliver
No, I have no problem with it. It would be nice if you put some kind of easy to auto delete filename for it. Something like testBlaBlaAWT so that those who for some reason choose to build on a headless server can find . -name "*AWT.java" -exec rm '{}' ';' -- but this isn't something that would a

Re: java.awt.Image in SummaryInformation

2002-04-27 Thread Andrew C. Oliver
Oh and its nice to see some more east-coasters around the jakarta way. (Marc and I hail from North Carolina) -Andy On Sat, 2002-04-27 at 22:10, Drew Varner wrote: > Does anyone have a problem with me importing java.awt.BufferedImage for the > purposes of a JUnit test? > > I'd like to exami

Re: java.awt.Image in SummaryInformation

2002-04-27 Thread Drew Varner
I'd prefer something more elegant. How about I use... Class.forName(java.awt.BufferedImage) and catch exceptions in the test and handle it gracefully? That way we don't have to hack apart the script for headless servers. - Drew Quoting "Andrew C. Oliver" <[EMAIL PROTECTED]>: > No, I have no

Re: cvs commit: jakarta-poi/src/testcases/org/apache/poi/hssf/usermodel TestReadWriteChart.java

2002-04-27 Thread Glen Stampoultzis
> Log: > made testcase more useful for debugging (all testcases should have a main says me!) > What, you mean your IDE doesn't let you right click and select test? How antiquated.

Re: HPSF - Summary Information - getThumbnail()

2002-04-27 Thread Glen Stampoultzis
Yes. Eagerly awaiting 1.4.whatever. It's a shame they decided to completely break backward compatability with things like focus support. -- Glen - Original Message - From: "Andrew C. Oliver" <[EMAIL PROTECTED]> To: "POI Development" <[EMAIL PROTECTED]> Sent: Sunday, April 28, 2002 12:0

Re: cvs commit: jakarta-poi/src/testcases/org/apache/poi/hssf/usermodelTestReadWriteChart.java

2002-04-27 Thread Andrew C. Oliver
Glen Stampoultzis wrote: >> Log: >> made testcase more useful for debugging (all testcases should have a >> >main says me!) > > >What, you mean your IDE doesn't let you right click and select test? How >antiquated. > > > Oh well I wasn't using my IDE at the time. I was running from the shell

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

2002-04-27 Thread glens
glens 02/04/27 21:51:35 Modified:src/java/org/apache/poi/hssf/usermodel Tag: REL_1_5_BRANCH HSSFRow.java src/testcases/org/apache/poi/hssf/usermodel Tag: REL_1_5_BRANCH TestHSSFRow.java Log: Fix for reading row with no

Re: java.awt.Image in SummaryInformation

2002-04-27 Thread Andrew C. Oliver
Right, but umm, when that runs, X still loads right? or maybe you're planning a property to turn it off? You'll need the quotes of course. -Andy Drew Varner wrote: >I'd prefer something more elegant. How about I use... > >Class.forName(java.awt.BufferedImage) > >and catch exceptions in the

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

2002-04-27 Thread glens
glens 02/04/27 22:22:19 Modified:src/java/org/apache/poi/hssf/usermodel HSSFRow.java src/testcases/org/apache/poi/hssf/usermodel TestHSSFRow.java Log: Merge from 1.5 branch Revision ChangesPath 1.10 +14 -8 jakarta-poi/src/java/org/apache/poi/hss

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

2002-04-27 Thread glens
glens 02/04/27 22:22:45 Modified:src/java/org/apache/poi/hssf/dev Tag: REL_1_5_BRANCH BiffViewer.java Log: Fixed biff viewer. Revision ChangesPath No revision No revision 1.13.2.1 +4 -4 j

Re: cvs commit: jakarta-poi/src/testcases/org/apache/poi/hssf/usermodel TestReadWriteChart.java

2002-04-27 Thread Glen Stampoultzis
> Glen Stampoultzis wrote: > > >> Log: > >> made testcase more useful for debugging (all testcases should have a > >> > >main says me!) > > > > > >What, you mean your IDE doesn't let you right click and select test? How > >antiquated. > > > > > > > Oh well I wasn't using my IDE at the time.

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

2002-04-27 Thread acoliver
acoliver02/04/27 22:37:39 Added: src/java/org/apache/poi/hssf/record/formula DummyFunctionPtg.java Log: how in hte heck did I leave this off? Revision ChangesPath 1.1 jakarta-poi/src/java/org/apache/poi/hssf/record/formula/Dumm

Re: HPSF - Summary Information - getThumbnail()

2002-04-27 Thread Rainer Klute
Drew Varner <[EMAIL PROTECTED]> wrote: >I don't really see the purpose of reinventing the wheel on this one. I think m y >answer will be: > >1) implementing the getThumbnail() method to return byte[]. I don't think it i s >implemented/supported yet. +1 >2) writing sample code to convert it to

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

2002-04-27 Thread klute
klute 02/04/27 23:39:55 Modified:src/java/org/apache/poi/hpsf SummaryInformation.java Log: Mail address scrambled. Revision ChangesPath 1.5 +2 -2 jakarta-poi/src/java/org/apache/poi/hpsf/SummaryInformation.java Index: SummaryInformation.java =

Re: Patch - SummaryInformation.java

2002-04-27 Thread Rainer Klute
>Puts me in the author tag for SummaryInformation.java and obfuscates my e-mail >address and refers to my aliased e-mail account. I'll add you as an author as soon as you submit some *code*. Hope this is okay for you. :-) Best regards Rainer Klute Rainer Klute IT-Con

Re: java.awt.Image in SummaryInformation

2002-04-27 Thread Drew Varner
I am talking about implementing dynamic class loading for unit testing. I am assuming nobody minds the performance hit for unit tests? This would allow the tests to run on a machine with X. It would gracefully leave the test on a headless machine. On a machine where X wasn't present, the test w