Description
A recent change to use the java.nio PosixFilePermissions to set the executable bits on the bin/karaf... files fails under Windows because PosixFilePermissions is not supported.
A simple try/catch to use the File.setExecutable in the failure scenario works around the problem.
I'll issue a quick PR for this.
Attachments
Issue Links
- links to