-
Notifications
You must be signed in to change notification settings - Fork 172
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
Destination directory ignored in Asciidoctorj #853
Comments
It looks like the |
Yes I can confirm that |
Would be nice if this was documented in the README. |
I'm nore inclined to understand what should be the expected behauviour and if it makes sense to keep that if the same can be achieved with another option. /cc @mojavelinux any suggestion for this one and #941? |
It seems like there are two options, one of which is ignored. I would pick one and deprecate the other. And, according to Robert, The The Ruby API has no |
Agreed. But as Asciidoctor also does not seem to support this option via the API, I think it would be best to not "fix" this in AsciidoctorJ, but instead keep the current – admittedly useless – behavior, and tell users to use the |
The option only is used for the CLI, in that case the value is redirected to 'to_dir'. Fixes asciidoctor#853 Fixes asciidoctor#941
The option only is used for the CLI, in that case the value is redirected to 'to_dir'. Fixes asciidoctor#853 Fixes asciidoctor#941
The option only is used for the CLI, in that case the value is redirected to 'to_dir'. Fixes asciidoctor#853 Fixes asciidoctor#941
Fix option to set ToDir internally. Deprecate destinationDir in Options and OptionsBuilder. Add JavaDoc pointing users to use toDir. Fixes asciidoctor#853 Fixes asciidoctor#941
In Java:
Does not place the output in ../foo. It produces it in-place.
If I add
options.setInPlace(false);
it has no effect.I'm using Asciidoctorj 2.1.0.
The text was updated successfully, but these errors were encountered: