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 <

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]