-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
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
cannot change output directory #775
Comments
Hi, does
work out for you? |
But, I tried |
I can reconfirm the problem with JDK20 as well. The configuration code looked ok, but I assume that either the property is not read from the configuration file or is overwritten with the default instead ..... |
Interestingly:
|
Looked at the code, and, I think, I know why.
and then, if we look at res.getDestination() :jbake/jbake-core/src/main/java/org/jbake/launcher/LaunchOptions.java Lines 63 to 69 in 5921ee5
and, finally: jbake/jbake-core/src/main/java/org/jbake/app/configuration/JBakeConfigurationFactory.java Lines 42 to 47 in 5921ee5
So, if the destination directory is not specified on the command line, |
I have the same issue |
Repro
expected
actual
Environment
JBake installed manually, using the binary package from github releases.
The text was updated successfully, but these errors were encountered: