Skip to content

Commit

Permalink
Escape backslashes in .properties (Fixes #102)
Browse files Browse the repository at this point in the history
Signed-off-by: Roger Sheen <[email protected]>
  • Loading branch information
infotexture committed Jan 28, 2017
1 parent d7e28d0 commit a24ba61
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions parameters/local-properties.dita
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ pdf.formatter = xep
# Specify the user configuration file for RenderX
custom.xep.config = /path/to/custom.config
</codeblock>
<p>Backslash “\” characters in .properties files must be escaped with a second backslash as “\\”. If you use
Antenna House Formatter on a Windows system, for example, you would set the path to the command using a
properties file entry like this:</p>
<codeblock># Use Antenna House Formatter for PDF output
pdf.formatter = ah

# Specify the path to the Antenna House Formatter command
axf.cmd=C:\\Program Files\\Antenna House\\AHFormatterV62</codeblock>
</example>
<section>
<note>This file can only be used to set Ant property values that can be passed as argument parameters to the
Expand Down

0 comments on commit a24ba61

Please sign in to comment.