scuti icon indicating copy to clipboard operation
scuti copied to clipboard

Output cannot be written into directory that does not exist

Open Col-E opened this issue 5 years ago • 0 comments

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()

Col-E avatar May 18 '20 05:05 Col-E