Re[2]: Build/release stuff WAS Re: What Are Current POI Release Plans?

2007-01-15 Thread Yegor Kozlov
We still have files without the proper ASF header. Run the following command from the trunk directory: $grep -rL Licensed to the Apache Software Foundation . | grep .java$ ./src/java/org/apache/poi/ddf/EscherBitmapBlip.java ./src/java/org/apache/poi/hpsf/SummaryInformation.java

Bug 41064

2007-01-15 Thread julien . kirch
Hi could a developper have a look at bug 41064, I have provided a patch and would now if it's valid before releasing the patched version ? Thanks Julien Kirch This message and any attachments (the message) is intended solely for the addressees and is confidential. If you receive this

DO NOT REPLY [Bug 30310] - File with cell comments won't open in Excel

2007-01-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30310. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 22872] - [RFE]: inserting of dinamicaly made picture

2007-01-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=22872. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: Build/release stuff WAS Re: What Are Current POI Release Plans?

2007-01-15 Thread Martin van den Bemt
I have add you to the jakarta-poi group.. Let me know if there are any problems.. Mvgr, Martin Mark Thomas wrote: Andrew C. Oliver wrote: Oh nm. Didn't see the @apache.org address. Can you please state that you are not bound and have never been bound by an NDA or other such exclusionary

DO NOT REPLY [Bug 41366] - [HSSF] Bugzilla cleanup

2007-01-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=41366. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 41366] - [HSSF] Bugzilla cleanup

2007-01-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=41366. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r496307 - /jakarta/poi/trunk/changelog.xsl

2007-01-15 Thread markt
Author: markt Date: Mon Jan 15 05:16:45 2007 New Revision: 496307 URL: http://svn.apache.org/viewvc?view=revrev=496307 Log: Remove copyright notice - it is now in the notice file. Modified: jakarta/poi/trunk/changelog.xsl Modified: jakarta/poi/trunk/changelog.xsl URL:

Re: Build/release stuff WAS Re: What Are Current POI Release Plans?

2007-01-15 Thread Mark Thomas
Martin van den Bemt wrote: I have add you to the jakarta-poi group.. Let me know if there are any problems.. All is working perfectly. Many thanks. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List:

functions with empty parameterlist not working?

2007-01-15 Thread Michael Perkonigg
Hello, I'm new to POI and this mailing list. I tried POI 3.0 and I ran into troubles using Excel functions like TODAY() with an empty parameter list. It seems that in the FormulaParser class in Ident at the end of the method an empty parameter list is taken as a cell reference: ...

Re: Build/release stuff WAS Re: What Are Current POI Release Plans?

2007-01-15 Thread Mark Thomas
Yegor Kozlov wrote: We still have files without the proper ASF header. I have patches ready to go for all of these and a few others. I've just seen Martin has enabled my commit access so I should have these fixed soon - I want to do a few more tests before committing. The committers repository

svn commit: r496325 - in /jakarta/poi/trunk/src/scratchpad/src/org/apache/poi: ./ hslf/ hslf/blip/ hslf/dev/ hslf/exceptions/ hslf/extractor/ hslf/model/ hslf/record/ hslf/usermodel/ hslf/util/ hssf/r

2007-01-15 Thread markt
Author: markt Date: Mon Jan 15 06:19:03 2007 New Revision: 496325 URL: http://svn.apache.org/viewvc?view=revrev=496325 Log: Add standard svn properties Modified: jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/POIDocument.java (props changed)

svn commit: r496330 - in /jakarta/poi/trunk/src/scratchpad/testcases/org/apache/poi: ./ hslf/ hslf/model/ hslf/record/ hslf/usermodel/ hslf/util/ hwpf/ hwpf/extractor/ hwpf/model/

2007-01-15 Thread markt
Author: markt Date: Mon Jan 15 06:34:55 2007 New Revision: 496330 URL: http://svn.apache.org/viewvc?view=revrev=496330 Log: Add standard svn properties Modified: jakarta/poi/trunk/src/scratchpad/testcases/org/apache/poi/TestPOIDocument.java (props changed)

svn commit: r496331 - in /jakarta/poi/trunk/src/scratchpad/testcases/org/apache/poi: hslf/usermodel/ hssf/record/formula/eval/ hssf/record/formula/functions/ hwpf/extractor/

2007-01-15 Thread markt
Author: markt Date: Mon Jan 15 06:36:03 2007 New Revision: 496331 URL: http://svn.apache.org/viewvc?view=revrev=496331 Log: (empty) Modified: jakarta/poi/trunk/src/scratchpad/testcases/org/apache/poi/hslf/usermodel/TestRichTextRun.java

svn commit: r496369 - in /jakarta/poi/trunk/src/scratchpad: src/org/apache/poi/hslf/record/StyleTextPropAtom.java testcases/org/apache/poi/hslf/record/TestStyleTextPropAtom.java

2007-01-15 Thread nick
Author: nick Date: Mon Jan 15 07:22:39 2007 New Revision: 496369 URL: http://svn.apache.org/viewvc?view=revrev=496369 Log: Update the order of the TextProps, as it seems not to be based quite on the mask order. Fix from Yegor, from bug #40143 Modified:

DO NOT REPLY [Bug 40143] - HSLF: RichTextRun returns wrong style attributes

2007-01-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=40143. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r496398 - in /jakarta/poi/trunk/src/scratchpad: src/org/apache/poi/hslf/HSLFSlideShow.java testcases/org/apache/poi/hslf/data/PictureLengthZero.ppt testcases/org/apache/poi/hslf/usermodel/

2007-01-15 Thread nick
Author: nick Date: Mon Jan 15 08:40:03 2007 New Revision: 496398 URL: http://svn.apache.org/viewvc?view=revrev=496398 Log: Fix for bug #41357, by moving byte array creation until after we've decided that we have a valid picture Added:

DO NOT REPLY [Bug 41357] - OutOfMemoryException and Infinite Loop in HSLFSlideShow

2007-01-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=41357. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r496405 - in /jakarta/poi/trunk/src/scratchpad: src/org/apache/poi/hslf/dev/ src/org/apache/poi/hslf/model/ src/org/apache/poi/hslf/model/textproperties/ src/org/apache/poi/hslf/record/ sr

2007-01-15 Thread nick
Author: nick Date: Mon Jan 15 09:00:41 2007 New Revision: 496405 URL: http://svn.apache.org/viewvc?view=revrev=496405 Log: Refactor the TextPropCollection and TextProp classes into their own model package. Some of the logic in StyleTextPropAtom should probably be refactored out too, but that's

HSLF TextProp refactoring

2007-01-15 Thread Nick Burch
Hi All Just a heads-up that I've done the easy bit of the HSLF TextProp refactoring. I've moved the definitions for TextPropCollection and the TextProps into model.textproperties. All the tests still pass. Next up, we should probably shift some of the logic for dealing with TextProps out of

svn commit: r496419 - /jakarta/poi/trunk/src/java/org/apache/poi/hpsf/SummaryInformation.java

2007-01-15 Thread klute
Author: klute Date: Mon Jan 15 09:56:52 2007 New Revision: 496419 URL: http://svn.apache.org/viewvc?view=revrev=496419 Log: License comment fixed. Modified: jakarta/poi/trunk/src/java/org/apache/poi/hpsf/SummaryInformation.java Modified:

Re: Build/release stuff WAS Re: What Are Current POI Release Plans?

2007-01-15 Thread Mark Thomas
Avik Sengupta wrote: Thanks for the effort Mark. Can I just ask that if you're doing any changes to the build, you run it past this list, since it'll interest everybody? Happy to. I am not planning any changes to the build at the moment. If this changes I'll let the list know. Most of

svn commit: r496523 - in /jakarta/poi/trunk/src/contrib: poi-ruby/tests/tc_base_tests.rb poi-ruby/tests/tc_gc.rb poi-ruby/tests/ts_all.rb src/org/apache/poi/contrib/poibrowser/package.html

2007-01-15 Thread markt
Author: markt Date: Mon Jan 15 14:41:39 2007 New Revision: 496523 URL: http://svn.apache.org/viewvc?view=revrev=496523 Log: Add standard licence header for contrib directory Modified: jakarta/poi/trunk/src/contrib/poi-ruby/tests/tc_base_tests.rb

svn commit: r496525 - /jakarta/poi/trunk/src/examples/jsp/HSSFExample.jsp

2007-01-15 Thread markt
Author: markt Date: Mon Jan 15 14:44:18 2007 New Revision: 496525 URL: http://svn.apache.org/viewvc?view=revrev=496525 Log: Add standard licence header for src/examples directory Modified: jakarta/poi/trunk/src/examples/jsp/HSSFExample.jsp Modified:

svn commit: r496532 - in /jakarta/poi/trunk/src/testcases/org/apache/poi: hssf/model/ hssf/usermodel/ util/

2007-01-15 Thread markt
Author: markt Date: Mon Jan 15 15:00:17 2007 New Revision: 496532 URL: http://svn.apache.org/viewvc?view=revrev=496532 Log: Add standard licence header for src/testcases directory Set svn properties where not already set Modified:

svn commit: r496533 - in /jakarta/poi/trunk/src/types: definitions/ styles/

2007-01-15 Thread markt
Author: markt Date: Mon Jan 15 15:04:42 2007 New Revision: 496533 URL: http://svn.apache.org/viewvc?view=revrev=496533 Log: Add standard licence header for src/types directory Modified: jakarta/poi/trunk/src/types/definitions/chp_type.xml

svn commit: r496534 - in /jakarta/poi/trunk/src/documentation/skins: common/xslt/fo/ common/xslt/html/ poi-site/css/ poi-site/xslt/fo/ poi-site/xslt/html/

2007-01-15 Thread markt
Author: markt Date: Mon Jan 15 15:06:53 2007 New Revision: 496534 URL: http://svn.apache.org/viewvc?view=revrev=496534 Log: Add standard licence header for src/documentation/skins directory Add XML declaration where not present Modified:

svn commit: r496536 [3/3] - in /jakarta/poi/trunk/src/documentation: ./ content/xdocs/ content/xdocs/getinvolved/ content/xdocs/hpsf/ content/xdocs/hslf/ content/xdocs/hssf/ content/xdocs/hwpf/ conten

2007-01-15 Thread markt
Modified: jakarta/poi/trunk/src/documentation/content/xdocs/trans/es/hssf/record-generator.xml URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/documentation/content/xdocs/trans/es/hssf/record-generator.xml?view=diffrev=496536r1=496535r2=496536

Re: Build/release stuff WAS Re: What Are Current POI Release Plans?

2007-01-15 Thread David Fisher
Hi - 2. Add a some trademark usage words (like that on http://tomcat.apache.org/legal.html Yes, please! I'd like to acknowledge POI properly (along with Apache Tomcat) Thanks! Thanks again. Regards, Dave Fisher

Re: Build/release stuff WAS Re: What Are Current POI Release Plans?

2007-01-15 Thread David Fisher
Certainly some of the following may be wrong like Apache Jakarta PMC and there is probably no Powered by POI logo. Also, Is Apache POI or is Apache Jakarta POI or Jakarta POI better? The logo says Apache POI Other than the other trademark list is the following helpful? Regards, Dave