[EMAIL PROTECTED]: Project jakarta-poi-3 (in module jakarta-poi-3) failed

2006-03-27 Thread Gump [HEAD] :-(
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-poi-3 has an issue affecting its community integration. This issue

[EMAIL PROTECTED]: Project jakarta-poi-3 (in module jakarta-poi-3) failed

2006-03-27 Thread Gump [HEAD] :-(
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-poi-3 has an issue affecting its community integration. This issue

Re: [VOTE] Remove SVN restrictions

2006-03-27 Thread Andrew C. Oliver
BTW Nick gave the legalistic reason that POI commiters are required to swear that they have never been bound by an exclusionary agreement with Microsoft regarding these file formats. (He was slightly inaccurate in his version as we don't require you to never have SEEN the specs because some

Re: DO NOT REPLY [Bug 39096] - bug: adding new slides fails

2006-03-27 Thread Yegor Kozlov
Hi Nick Thank you. It looks like it didn't work with the old stuff either. Regards, Yegor bao DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· bao RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT bao http://issues.apache.org/bugzilla/show_bug.cgi?id=39096. bao ANY REPLY MADE TO THIS

Re: DO NOT REPLY [Bug 39096] - bug: adding new slides fails

2006-03-27 Thread David Fisher
Hi Yegor, Does the PersistPtrHandler stuff have any ability to control the name of the slide as it appears in the PPT UI? As you know this was one of our earlier development issues. Regards, Dave Fisher On Mar 27, 2006, at 9:31 AM, Yegor Kozlov wrote: Hi Nick Thank you. It looks like it

Re: DO NOT REPLY [Bug 39096] - bug: adding new slides fails

2006-03-27 Thread Nick Burch
On Mon, 27 Mar 2006, David Fisher wrote: Does the PersistPtrHandler stuff have any ability to control the name of the slide as it appears in the PPT UI? No. It just controls how PPT knows which is the latest version of a given slide, in a file that's been quick-saved a number of times (and so

POI Site

2006-03-27 Thread David Fisher
Hi - I saw an email earlier to the effect that there are no POI using sites listed. I am rather busy developing. Would someone please summarize the suggested text and link for a site that uses POI. Thanks. We would like to acknowledge the use of POI in our next site release. We use POI

JakartaPOI - read excel file using HSSF

2006-03-27 Thread Natu, Ashlesha [IT]
Hi, I am trying to read an Excel 2000 file using HSSF. If I hardcode the filename, the code reads it perfectly. But if I upload the file from the browser into a ServletInputStream, I get an IOException - Invalid Header signature. My code is: ServletInputStream is = request.getInputStream();

svn commit: r389234 - /jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hslf/dev/SlideIdListing.java

2006-03-27 Thread nick
Author: nick Date: Mon Mar 27 11:42:13 2006 New Revision: 389234 URL: http://svn.apache.org/viewcvs?rev=389234view=rev Log: Developer helper program to try to help match Slide IDs between SlidePersistAtoms and Slides Added:

svn commit: r389284 - /jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hslf/record/SlidePersistAtom.java

2006-03-27 Thread nick
Author: nick Date: Mon Mar 27 13:34:29 2006 New Revision: 389284 URL: http://svn.apache.org/viewcvs?rev=389284view=rev Log: Have more useful information on how the different IDs are used Modified: jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hslf/record/SlidePersistAtom.java

svn commit: r389286 - in /jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hslf: extractor/PowerPointExtractor.java model/Notes.java model/Sheet.java model/Slide.java model/TextRun.java record/Slid

2006-03-27 Thread nick
Author: nick Date: Mon Mar 27 13:35:37 2006 New Revision: 389286 URL: http://svn.apache.org/viewcvs?rev=389286view=rev Log: Big change in how we tie slides, notes, and their text together. Now make use of the RefID and SlideIndentifier values to pull everything together Modified:

svn commit: r389287 - in /jakarta/poi/trunk/src/scratchpad/testcases/org/apache/poi/hslf: model/TestSlideChangeNotes.java model/TestSlides.java usermodel/TestCounts.java usermodel/TestNotesText.java u

2006-03-27 Thread nick
Author: nick Date: Mon Mar 27 13:36:00 2006 New Revision: 389287 URL: http://svn.apache.org/viewcvs?rev=389287view=rev Log: Fixes/Updates to tests to go with big change in how slides/notes are tied to their text Modified:

svn commit: r389292 - /jakarta/poi/trunk/src/scratchpad/testcases/org/apache/poi/hslf/model/TestSlides.java

2006-03-27 Thread nick
Author: nick Date: Mon Mar 27 13:42:13 2006 New Revision: 389292 URL: http://svn.apache.org/viewcvs?rev=389292view=rev Log: Add more tests to ensure the IDs are still correct after writing out and reading back in again Modified: