RE: Is it time for POI 3.17-beta1?

2017-06-23 Thread Allison, Timothy B.
My run just finished as well. http://162.242.228.174/reports/reports_poi-3.17-beta1.zip +1 to roll I get only one new exception (below) in an xlsx file (there are 7 new zlib/gzip in embedded files) and roughly 200 fixed exceptions (mostly wmf) (see:

Re: Is it time for POI 3.17-beta1?

2017-06-23 Thread Greg Woolsey
I'll take a look at that exception, I touched XSSFTableStyle. On Fri, Jun 23, 2017, 09:14 Allison, Timothy B. wrote: > My run just finished as well. > > http://162.242.228.174/reports/reports_poi-3.17-beta1.zip > > +1 to roll > > I get only one new exception (below) in an

RE: Is it time for POI 3.17-beta1?

2017-06-23 Thread Allison, Timothy B.
Thank you, Dominik! Your reports are so much more easily navigable than mine... I'll take a look at this one next week. This is not a blocker. Caused by: java.lang.ArrayIndexOutOfBoundsException: * at o.a.p.util.LittleEndianCP950Reader.read(LittleEndianCP950Reader.java:77) at

Build failed in Jenkins: POI-DSL-1.6 #352

2017-06-23 Thread Apache Jenkins Server
gs [javadoc] Patched 1 link injection vulnerable javadocs [jar] Building jar: <https://builds.apache.org/job/POI-DSL-1.6/ws/build/dist/maven/poi-ooxml/poi-ooxml-3.17-beta1-javadoc.jar> assemble: [zip] Building zip: <https://builds.apache.org/job/POI-DSL-1.6/ws/build/dist/poi-

Re: Is it time for POI 3.17-beta1?

2017-06-23 Thread Greg Woolsey
I checked in the units merge this morning. I'll dig more into what drawing does for alternate content. On Fri, Jun 23, 2017, 12:57 Andreas Beeker wrote: > AlternateContent is also used in XSLF and XmlBeans provides either a XPath > or a Cursor API, > to access those -

Re: Is it time for POI 3.17-beta1?

2017-06-23 Thread Greg Woolsey
In this particular case, the test file defines "mc:AlternateContent" for some table styles. I've not played around with those, and the few cases I see already in POI seem pretty specific to those areas of content. Anyone have strong opinions on whether XSSFTableStyle should do anything with

Re: Is it time for POI 3.17-beta1?

2017-06-23 Thread Andreas Beeker
AlternateContent is also used in XSLF and XmlBeans provides either a XPath or a Cursor API, to access those - just have a look at XSLFDrawing - if you need help, I can support. So I'm waiting for your modifications (+EMUUtils merge), before preparing the release candidate. Andi On 6/23/17

Jenkins build is back to normal : POI-DSL-1.6 #357

2017-06-23 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

Build failed in Jenkins: POI-DSL-1.6 #355

2017-06-23 Thread Apache Jenkins Server
[jar] Building jar: <https://builds.apache.org/job/POI-DSL-1.6/ws/build/dist/maven/poi-ooxml/poi-ooxml-3.17-beta1-javadoc.jar> assemble: [zip] Building zip: <https://builds.apache.org/job/POI-DSL-1.6/ws/build/dist/poi-bin-3.17-beta1-20170623.zip> [tar] Building tar: <http

Build failed in Jenkins: POI-DSL-1.6 #356

2017-06-23 Thread Apache Jenkins Server
See Changes: [fanningpj] [Bug 60422] Tidy up test case -- [...truncated 429.81 KB...] [javadoc] Loading source files for package org.apache.poi.ss... [javadoc] Loading

[Bug 60422] DataFormatter.formatCellValue returns incorrect value for German 'Buchhaltung' format

2017-06-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60422 --- Comment #13 from PJ Fanning --- I like Javen's idea of adding something like a LocaleUtil set/getDefaultLocale. I'm wondering if it would be useful to add extra tests like this sample I just produced: @Test

Re: Is it time for POI 3.17-beta1?

2017-06-23 Thread Greg Woolsey
The example file with AlternateContent wrappers for table element styles is handled correctly now by r1799733 and added as a unit test. Existing tests still pass for me, plus my own downstream integrations. On Fri, Jun 23, 2017 at 1:07 PM Greg Woolsey wrote: > I checked

Re: Is it time for POI 3.17-beta1?

2017-06-23 Thread Dominik Stadler
Hi, Mass testing results are in and look quite good. Out of 1066412 documents, 136777 are detected as invalid, 76768 cause an error, error rate is 7.2% compared to 7.17% in 3.16 and 7.13% in 3.15, however we do much more checks over time, which hopefully explains the slight increase. Compared to

Re: Is it time for POI 3.17-beta1?

2017-06-23 Thread Dominik Stadler
Hi, The 6 errors about password are actually something that I should handle differently in the test-framework and is easily fixed there, so only the one single failure in drawing slides remains, very nice indeed! Dominik. On Fri, Jun 23, 2017 at 11:05 AM, Dominik Stadler

[Bug 61203] XSSFDrawing.getAnchorFromParent handles CTOneCellAnchor incorrectly, ignores CTAbsoluteAnchor

2017-06-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61203 --- Comment #6 from Andreas Beeker --- Please merge EMUUtils into org.apache.poi.util.Units - its nicer to have it in one place -- You are receiving this mail because: You are the assignee for the bug.

Jenkins build is back to normal : POI-DSL-1.6 #353

2017-06-23 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

Jenkins build is back to normal : POI-DSL-Maven #230

2017-06-23 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

Re: svn commit: r1799645 - /poi/trunk/src/ooxml/java/org/apache/poi/xssf/util/EMUUtils.java

2017-06-23 Thread Javen O'Neal
if you don't want to wait for "ant jenkins" to run til completion (the ooxml-lite and test-integration targets take a long time and rarely catches issues not caught by the "test" target if you're not adding a test-data/*/* file), then run: "ant test rat-check findbugs forbidden-apis-check".

[Bug 56702] Get one exception "java.lang.IllegalStateException: Cannot get a numeric value from a text cell" when calling org.apache.poi.ss.usermodel.DataFormatter.formatCellValue

2017-06-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56702 Vitali changed: What|Removed |Added CC|

[Bug 56702] Get one exception "java.lang.IllegalStateException: Cannot get a numeric value from a text cell" when calling org.apache.poi.ss.usermodel.DataFormatter.formatCellValue

2017-06-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56702 --- Comment #20 from Vitali --- Upvoted this bug. Just faced it on Production server. That was fully unexpected that method isCellDateFormatted could throw an IllegalStateException! -- You are receiving this mail

[Bug 56702] Get one exception "java.lang.IllegalStateException: Cannot get a numeric value from a text cell" when calling org.apache.poi.ss.usermodel.DataFormatter.formatCellValue

2017-06-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56702 Nick Burch changed: What|Removed |Added Status|NEW |NEEDINFO ---