Re: Build Fails on OOXML Test, just on my system though

2016-10-15 Thread Mark Murphy
That fixed it, thanks. On Sat, Oct 15, 2016 at 2:56 AM, Dominik Stadler wrote: > There was one leftover file-handle: > > 1 descriptors are open > #1 /tmp/poifiles/poi-sxssf-sheet1825736082761654274.xml by thread:main on > Sat Oct 15 08:09:20 CEST 2016 > at java.io.FileInputStream.(FileInputS

Re: Build Fails on OOXML Test, just on my system though

2016-10-14 Thread Dominik Stadler
There was one leftover file-handle: 1 descriptors are open #1 /tmp/poifiles/poi-sxssf-sheet1825736082761654274.xml by thread:main on Sat Oct 15 08:09:20 CEST 2016 at java.io.FileInputStream.(FileInputStream.java:121) at org.apache.poi.xssf.streaming.TestSXSSFWorkbookWithCustomZipEntrySourc

Re: Build Fails on OOXML Test, just on my system though

2016-10-14 Thread Mark Murphy
Windows 7 svn status contains forrest.properties and src/documentation, svn status on src/documentation is blank. ant clean jenkins returns the same failure. thing is it worked a couple days ago. On Fri, Oct 14, 2016 at 9:59 PM, Javen O'Neal wrote: > Windows, Linux, or Mac? > > I know Windows

Re: Build Fails on OOXML Test, just on my system though

2016-10-14 Thread Javen O'Neal
Windows, Linux, or Mac? I know Windows keeps open file handles open, preventing the file from being deleted or moved. Does it still break with "ant clean jenkins"? Is "svn status" blank just before running "ant clean jenkins"? On Oct 14, 2016 6:50 PM, "Mark Murphy" wrote: > :ooxml:test > > or

Build Fails on OOXML Test, just on my system though

2016-10-14 Thread Mark Murphy
:ooxml:test org.apache.poi.xssf.streaming.TestSXSSFWorkbookWithCustomZipEntrySource > validateTempFilesAreEncrypted FAILED java.lang.AssertionError at TestSXSSFWorkbookWithCustomZipEntrySource.java:141 I think this is just me because I am using a clean download of the project, and jenkins bui