We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
No response
create parent directory of output file, if it does not exists
Add a generic configuration options to create parent directory, for instance :
createParentDirectory: true
Here is a full example :
--- configId: 'venus-direct-config-1' templatePath: 'src/test/resources/template/' templateMode: 'folder' createParentDirectory: true
The text was updated successfully, but these errors were encountered:
[fj-doc-lib-direct] add configuration option to create parent directory
23fb4ca
#401
coverage #401
0a165f8
test all paths #401
e2cf315
fugerit79
Successfully merging a pull request may close this issue.
Module
No response
Expected Behavior
create parent directory of output file, if it does not exists
Other information
Add a generic configuration options to create parent directory, for instance :
createParentDirectory: true
Here is a full example :
The text was updated successfully, but these errors were encountered: