-
Notifications
You must be signed in to change notification settings - Fork 96
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
Necessary to Escape Backslashes in Properties #102
Milestone
Comments
Nothing arcane about it, backslash is an escape character. The file format is described in http://docs.oracle.com/javase/8/docs/api/java/util/Properties.html#load-java.io.Reader- |
infotexture
added a commit
that referenced
this issue
Jan 28, 2017
* develop: Clarify .properties precedence cascade (Fixes #46) Escape backslashes in .properties (Fixes #102) Add topic on `local.properties` file (Fixes #81) Remove obsolete info, update PDF2 I18N for #46 Document additional configuration properties #46 Add spec links on metadata cascading Revise `plugin.properties` description
infotexture
added a commit
that referenced
this issue
Jan 29, 2017
* hotfix/2.4.3: (28 commits) Implement review feedback on 2.4.3 Release Notes Add info on docs updates to 2.4.3 RN Add info on dita-ot/dita-ot#1525 to 2.4.3 RN Add info on dita-ot/dita-ot#2038 to 2.4.3 RN Add info on dita-ot/dita-ot#2522 to 2.4.3 RN Add info on dita-ot/dita-ot#2555 to 2.4.3 RN Add info on dita-ot/dita-ot#2563 to 2.4.3 RN Re-use `org.dita.pdf2.i18n.enabled` description Format & indent per project conventions Push extended description for PDF2 I18N Update index entries for configuration.properties Push extended description for `default.language` Clarify .properties precedence cascade (Fixes #46) Escape backslashes in .properties (Fixes #102) Add topic on `local.properties` file (Fixes #81) Remove obsolete info, update PDF2 I18N for #46 Document additional configuration properties #46 Add spec links on metadata cascading Revise `plugin.properties` description Add list of resolved issues to 2.4.3 Release Notes ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Raised in #81 by @markgif
(I'm using Windows 7, not sure about other OSes)
You have to escape the backslashes with \, even though the path to the ditamap does not have to use escaped backslashes (arcane!). So the following command seems to work with OT 1.7.5 without the local.properties file as described earlier:
The text was updated successfully, but these errors were encountered: