scuti
scuti copied to clipboard
Output cannot be written into directory that does not exist
Cause: https://github.com/netindev/scuti/blob/master/scuti-core/src/main/java/tk/netindev/scuti/core/Scuti.java#L109 & #L116
Assuming you have scuti.jar and input.jar in the same directory, you cannot specify subdir/output.jar if subdir does not exist.
It would be useful if the parent directory of the output.jar would be automatically generated using File.mkdirs()