Github user kaspersorensen commented on the pull request:
https://github.com/apache/metamodel/pull/56#issuecomment-145478442
Hmm build is breaking on Windows now. This is really odd, but I confirmed
offline that both myself and @LosD are getting this error:
```
testInsertInto(org.apache.metamodel.excel.ExcelDataContextTest) Time
elapsed: 0.035 sec <<< ERROR!
java.lang.IllegalStateException: java.nio.file.FileSystemException:
target\xls_people_modified.xls: The process cannot access the file because it
is being used
by another process.
at
sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86)
at
sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
at
sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
at
sun.nio.fs.WindowsFileSystemProvider.implDelete(WindowsFileSystemProvider.java:269)
at
sun.nio.fs.AbstractFileSystemProvider.deleteIfExists(AbstractFileSystemProvider.java:108)
at java.nio.file.Files.deleteIfExists(Files.java:1162)
at java.nio.file.Files.copy(Files.java:3001)
at org.apache.metamodel.util.FileHelper.copy(FileHelper.java:441)
at
org.apache.metamodel.excel.ExcelUtils.writeAndCloseWorkbook(ExcelUtils.java:169)
at
org.apache.metamodel.excel.ExcelUpdateCallback.close(ExcelUpdateCallback.java:81)
at
org.apache.metamodel.excel.ExcelDataContext.executeUpdate(ExcelDataContext.java:234)
at
org.apache.metamodel.excel.ExcelDataContextTest.testInsertInto(ExcelDataContextTest.java:544)
```
I've been trying to debug this quite long now, and I am stuck :-/
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---