[Build] macOS build of 'file' module fails #3652
Labels
bug
issue confirmed as bug
discuss
ask for feedback
investigate
issues being looked at
macOS
issues specific to macOS
needs resolution
Describe the bug
When building eXist-db on macOS, the tests of the file module fails:
Expected behavior
A build should be consistently OK on all platforms
To Reproduce
mvn clean install
Screenshots
the FileSystemNotFoundException is suspicious, on StackOverflow loading resources from class path is mentioned but that does not seem to be relevant here. There is no line number in the error, which might give an hint that the issue occurs very early, e.g. during static initialisation or so.
What funny/interesting is... a File-related issues occurs in... a file-handling module :-/
Context (please always complete the following information):
Additional context
n/a
The text was updated successfully, but these errors were encountered: