I imported everything new, so this "private boolean shortRecord = false;" is also in line 50. My PowerPointExtractor does not work for any ppt-document, not even for a nearly blank one with just one word in it. So I think, it's more a problem of my surrounding settings rather than a problem of the extractor itself.

I have to say, that I'm still using jdk 1.3.1_04. To erase some small compiler errors, I had to make some small changes: RuntimeExceptions: E.g. in jakarta-poi\src\scratchpad\src\org\apache\poi\hssf\usermodel\HSSFFormulaEvaluator.java in line 458 to something like that: "throw new RuntimeException("Fatal Error: "+ e);" And line 61, 78, 97 and 123 in jakarta-poi\src\scratchpad\src\org\apache\poi\hssf\record\formula\eval\RelationalOperationEval "retval.bs[index] = Boolean.valueOf(be.getBooleanValue());" into "etval.bs[index] = new Boolean(be.getBooleanValue());". But I don't think, that these changes have anything to do with my problem...

Perhaps this additional information helps you?

Stefan



Nick Burch schrieb:

On Wed, 1 Jun 2005, Stefan Gritzka wrote:

Here's some details to the exception:
java.lang.NegativeArraySizeException
at org.apache.poi.ddf.EscherClientAnchorRecord.fillFields(EscherClientAnchorRecord.java:72)
  at


Can you check to see if you have the latest DDF stuff? There are some fixes in there (esp. to EscherClientAnchorRecord) that are needed by the powerpoint code

If you don't have "private boolean shortRecord = false;" on about line 50 of org.apache.poi.ddf.EscherClientAnchorRecord.java, then you'll need to do a cvs update. If you do, can you attach the PPT file to a new bug, and I'll take a look at what's wrong

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:     http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project:  http://jakarta.apache.org/poi/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:     http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project:  http://jakarta.apache.org/poi/

Reply via email to