Explorar el Código

Described the use of the ant variable hyph.dir


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198553 13f79535-47bb-0310-9956-ffa450edef68
tags/batik-1_6
Simon Pepping hace 19 años
padre
commit
afcceaa1c2
Se han modificado 1 ficheros con 8 adiciones y 2 borrados
  1. 8
    2
      src/documentation/content/xdocs/hyphenation.xml

+ 8
- 2
src/documentation/content/xdocs/hyphenation.xml Ver fichero

@@ -96,8 +96,14 @@
in a directory of your choice (and append the full path to the JAR to
the environment variable <code>FOP_HYPHENATION_PATH</code>).</li>
<li>Download the desired FOP-compatible hyphenation pattern file(s) from
<fork href="http://offo.sourceforge.net/hyphenation.html">OFFO</fork>, place
them in the directory <code>{fop-dir}/hyph</code>, and run Ant with build target
<fork href="http://offo.sourceforge.net/hyphenation.html">OFFO</fork>,
<ul>
<li>place them in the directory <code>{fop-dir}/hyph</code>, </li>
<li>or place them in a directory of your choice and set the Ant variable
<code>hyph.dir</code> to point to that directory (in
<code>build-local.properties</code>),</li>
</ul>
and run Ant with build target
<code>hyphenation-jar</code>. This will create a JAR containing the
compiled patterns in <code>{fop-dir}/build</code> that will be added to the
classpath on the next run.

Cargando…
Cancelar
Guardar