Hello
I cannot get the RO bundle API in language to compile. I'm getting
-------------------------------------------------------------------------------
Test set: org.apache.taverna.robundle.validator.ValidatorTest
-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.336
sec <<< FAILURE! - in org.apache.taverna.robundle.validator.ValidatorTest
test(org.apache.taverna.robundle.validator.ValidatorTest) Time elapsed:
0.335 sec <<< ERROR!
java.nio.file.FileSystemException:
C:\Users\alanrw\AppData\Local\Temp\test5027612704020713570.bundle.zip:
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.delete(AbstractFileSystemProvider.java:103)
at java.nio.file.Files.delete(Files.java:1126)
at
org.apache.taverna.robundle.validator.ValidatorTest.test(ValidatorTest.java:47)
Is this the issue you thought was with the real time protection? I got
it even with the protection switched off.
Alan