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

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 tradeoff

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

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

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:

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

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 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7539. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7539. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8515. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

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

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

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

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 ===

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

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

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 like

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

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 this will

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 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8591. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8591. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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:

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 often

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 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8591. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

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 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8591. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8592. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8593. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

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 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8593. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8592. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

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 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8592. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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... :-)

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 the chance

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

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

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

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 convert it

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] To:

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:06 PM

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. I never

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

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. I was running from the

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