Commit be98526 breaks the build on Windows, as I think com.sun.security.auth.module.UnixSystem is not available.
RubyProcess.java:[579,61] error: cannot find symbol
Solution is to use reflection to load the class.
Already discussed with @cheald - opening issue to track.
Commit be98526 breaks the build on Windows, as I think
com.sun.security.auth.module.UnixSystemis not available.RubyProcess.java:[579,61] error: cannot find symbolSolution is to use reflection to load the class.
Already discussed with @cheald - opening issue to track.