[Bug 60707] [PATCH] Reading very large excel files using StAX made easier.

2017-02-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60707 Renjith R changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment

[Bug 60707] [PATCH] Reading very large excel files using StAX made easier.

2017-02-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60707 --- Comment #2 from Renjith R --- Created attachment 34757 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34757=edit Patch which implements the interfaces Cell, Row, Sheet & Workbook I have implemented the

Re: Missing "Ant (latest)"

2017-02-14 Thread Javen O'Neal
Should we mention that if someone builds with Java 6, the highest version of Ant they can use is 1.9.9? https://poi.apache.org/howtobuild.html#Install+Apache+Ant https://svn.apache.org/viewvc/poi/site/src/documentation/release-guide.txt?revision=1781457=markup#l44 On Feb 14, 2017 00:39,

Build failed in Jenkins: POI-DSL-1.8 #76

2017-02-14 Thread Apache Jenkins Server
See Changes: [gwoolsey] Bug #56822 fix COUNTIFS() Looks like at some point the function got added twice to the function instance map, once as null, later as the implementation. [gwoolsey] Bug #56822 fix COUNTIFS() includes unit test

Build failed in Jenkins: POI-DSL-OpenJDK #79

2017-02-14 Thread Apache Jenkins Server
See Changes: [gwoolsey] Bug #56822 fix COUNTIFS() Looks like at some point the function got added twice to the function instance map, once as null, later as the implementation. [gwoolsey] Bug #56822 fix COUNTIFS() includes unit

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

2017-02-14 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 #173

2017-02-14 Thread Apache Jenkins Server
See Changes: [gwoolsey] Bug #56822 fix COUNTIFS() Looks like at some point the function got added twice to the function instance map, once as null, later as the implementation. -- [...truncated

Re: Build failed in Jenkins: POI-DSL-1.6 #172

2017-02-14 Thread Greg Woolsey
This time it finally wasn't me! I think I fixed both the Ant version issue and the Java 6 compile issues. This test run failed with: java.lang.OutOfMemoryError: unable to create new native thread Similarly, running tests locally failed at a different point with an OOM. Is this a known

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

2017-02-14 Thread Apache Jenkins Server
See Changes: [gwoolsey] Bug #56822 fix COUNTIFS() includes unit test from the issue. Verified unit test results in Excel vs. incorrect previous POI results. Test passes new code, as do existing tests. [gwoolsey] Change logic to avoid

[Bug 56822] Countifs function implements wrong logic

2017-02-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56822 Greg Woolsey changed: What|Removed |Added Resolution|--- |FIXED

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

2017-02-14 Thread Apache Jenkins Server
See Changes: [gwoolsey] Fix accidental call to a method added in Java 7, which for some reason Eclipse didn't flag, even with compliance level set to 1.6. -- [...truncated 58 lines...] Length:

Re: Build failed in Jenkins: POI-DSL-Maven #105

2017-02-14 Thread Greg Woolsey
Fixed with commit r1783022. Eclipse and I didn't notice that even though compliance level was 1.6, there was no 1.6 JRE, and a 1.7 method was being called. Everything compiled, ran, tested, and built successfully. Strange. On Tue, Feb 14, 2017 at 2:04 PM Apache Jenkins Server <

[Bug 60734] New: FootEndnote numbering should be dynamic, not necessarily equal to the id

2017-02-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60734 Bug ID: 60734 Summary: FootEndnote numbering should be dynamic, not necessarily equal to the id Product: POI Version: 3.16-dev Hardware: PC Status: NEW

Build failed in Jenkins: POI-DSL-Maven #105

2017-02-14 Thread Apache Jenkins Server
See Changes: [nick] Expose Priority from newer-style HSSF CF rules [gwoolsey] Ugh, that's what I get for copying someone else's code without fully reviewing it. Return the boolean property, don't wrap it in an extra if(). [gwoolsey]

[Bug 56822] Countifs function implements wrong logic

2017-02-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56822 --- Comment #4 from Greg Woolsey --- I have a user that needs this, so I'll work on it. The code here shows what needs to happen, but it should be abstracted as Nick says in his comment, and reused between COUNTIFS() and

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

2017-02-14 Thread Apache Jenkins Server
See Changes: [nick] Expose Priority from newer-style HSSF CF rules -- Started by an SCM change [EnvInject] - Loading node environment variables. [EnvInject] - Preparing an environment for the build.

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

2017-02-14 Thread Apache Jenkins Server
See Changes: [gwoolsey] Ugh, that's what I get for copying someone else's code without fully reviewing it. Return the boolean property, don't wrap it in an extra if(). [gwoolsey] Expose another common property, strikeout.

[Bug 58494] Thinkcell charts are not saved

2017-02-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58494 Dominik Stadler changed: What|Removed |Added Attachment #34755|0 |1 is

[Bug 60662] Slide import delete unrecognized elements in group shape

2017-02-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60662 --- Comment #1 from Dmitry Pelevin --- Created attachment 34756 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34756=edit Minimal project to reproduce the bug. Please check this maven project to reproduce the bug.

[Bug 58494] Thinkcell charts are not saved

2017-02-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58494 --- Comment #3 from Dmitry Pelevin --- I am sorry - this attachment is not for this bug. Plz. ignore it. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 58494] Thinkcell charts are not saved

2017-02-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58494 Dmitry Pelevin changed: What|Removed |Added CC|

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

2017-02-14 Thread Apache Jenkins Server
See Changes: [gwoolsey] use Ant 1.9.9 explicitly, since Ant (latest) is now 1.10.1 which requires Java 8. -- Started by an SCM change [EnvInject] - Loading node environment variables. [EnvInject] -

Build failed in Jenkins: POI-DSL-Maven #104

2017-02-14 Thread Apache Jenkins Server
See Changes: [gwoolsey] Add license -- [...truncated 47 lines...] + exit 0 [POI-DSL-Maven] $ /home/jenkins/tools/maven/apache-maven-3.2.1/bin/mvn -f sonar/pom.xml

[Bug 60662] Slide import delete unrecognized elements in group shape

2017-02-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60662 Dmitry Pelevin changed: What|Removed |Added CC|

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

2017-02-14 Thread Apache Jenkins Server
See Changes: [gwoolsey] Add license -- [...truncated 5506 lines...] AUsrc/documentation/resources/images/logoGustafsson2.png AUsrc/documentation/resources/images/logoRaPiGmbH5.png AU

Build failed in Jenkins: POI-DSL-1.8 #75

2017-02-14 Thread Apache Jenkins Server
See Changes: [nick] Javadoc fixes [nick] Javadoc fixes -- [...truncated 3896 lines...] [junit] Reading spreadsheet/TwoSheetsNoneHidden.xls with class org.apache.poi.stress.HSSFFileHandler

Build failed in Jenkins: POI-DSL-OpenJDK #78

2017-02-14 Thread Apache Jenkins Server
See Changes: [nick] Javadoc fixes [nick] Javadoc fixes -- [...truncated 5305 lines...] AUsrc/documentation/content/xdocs/plan/POI10Vision.xml AU

Build failed in Jenkins: POI-DSL-Maven #103

2017-02-14 Thread Apache Jenkins Server
See Changes: [nick] Javadoc fixes [nick] Javadoc fixes -- [...truncated 51 lines...] + exit 0 [POI-DSL-Maven] $ /home/jenkins/tools/maven/apache-maven-3.2.1/bin/mvn -f sonar/pom.xml

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

2017-02-14 Thread Apache Jenkins Server
See Changes: [nick] Javadoc fixes -- Started by an SCM change [EnvInject] - Loading node environment variables. [EnvInject] - Preparing an environment for the build. [EnvInject] - Keeping Jenkins

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

2017-02-14 Thread Apache Jenkins Server
See Changes: [nick] Javadoc fixes -- Started by an SCM change [EnvInject] - Loading node environment variables. [EnvInject] - Preparing an environment for the build. [EnvInject] - Keeping Jenkins

Re: Missing "Ant (latest)"

2017-02-14 Thread Andreas Beeker
We need to downgrade to Ant 1.9.9. ipv6guruGavin added a comment - 3 hours ago So yesterday all nodes/slaves had two new Ant versions installed - 1.9.9 and 1.10.1. 1.10.1 was symlinked to latest. 1.10.1 also has Java 8