We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
scuti.jar
input.jar
subdir/output.jar
It would be useful if the parent directory of the output.jar would be automatically generated using File.mkdirs()
output.jar
File.mkdirs()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
andinput.jar
in the same directory, you cannot specifysubdir/output.jar
if subdir does not exist.It would be useful if the parent directory of the
output.jar
would be automatically generated usingFile.mkdirs()
The text was updated successfully, but these errors were encountered: