[Bug 51222] [PATCH] XSSFColor.getARGBHex() returns wrong color for Excel 2007 xlsx file

2016-07-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=51222 --- Comment #13 from Yoann Rodière --- *** Bug 51236 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug.

[Bug 51236] Font color set incorrectly for black and white color using RGB values

2016-07-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=51236 Yoann Rodière changed: What|Removed |Added Resolution|FIXED |DUPLICATE

[Bug 51236] Font color set incorrectly for black and white color using RGB values

2016-07-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=51236 Yoann Rodière changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 52079] Colors black font white when specifically set

2016-07-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=52079 Bug 52079 depends on bug 51236, which changed state. Bug 51236 Summary: Font color set incorrectly for black and white color using RGB values https://bz.apache.org/bugzilla/show_bug.cgi?id=51236 What|Removed

[Bug 52079] Colors black font white when specifically set

2016-07-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=52079 Yoann Rodière changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 51222] [PATCH] XSSFColor.getARGBHex() returns wrong color for Excel 2007 xlsx file

2016-07-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=51222 Yoann Rodière changed: What|Removed |Added CC|

[Bug 59843] Can't find a way to get empty rows with XSSF and SAX (Event API)

2016-07-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59843 Nick Burch changed: What|Removed |Added Resolution|--- |INVALID

Build failed in Jenkins: POI-OpenJDK #169

2016-07-12 Thread Apache Jenkins Server
See Changes: [centic] Fix name of new OLE2ScratchpadExtractorFactory -- [...truncated 3880 lines...] [junit] Reading xmldsign/ms-office-2010-signed.docx with class

Re: Regenerate and publish javadocs

2016-07-12 Thread Dominik Stadler
Hi, Maybe we can use automation to help here, I have created an initial Jenkins config at https://builds.apache.org/view/POI/job/POI-regenerate-javadoc/, it is triggered manually or otherwise once per week and will produce a zip-file with the current javadoc binary. Hopefully it's results will be

[Bug 59834] poi-ooxml pom.xml should include dependency on poi-scratchpad

2016-07-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59834 --- Comment #8 from Nick Burch --- I would still expect some parts of ExtractorFactory to fail when the Scratchpad jar is missing. Should compile fine, but fail at runtime with a message that you need scratchpad The

Re: Regenerate and publish javadocs

2016-07-12 Thread Nick Burch
On Tue, 12 Jul 2016, Dominik Stadler wrote: Ideally we would also update the Subversion repository as part of the config, but I did not want to put my credentials in there, not sure if there are some "automation" credentials or accessKeys available for such cases. You'd need to ask infra -

[Bug 59834] poi-ooxml pom.xml should include dependency on poi-scratchpad

2016-07-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59834 --- Comment #7 from Dominik Stadler --- Somehow we still link to some of the Scratchpad-Classes, TestExtractorFactory fails with the following exception, see