Does not seem so. You need to specify the full path to the fop.bat script.
Here's my version of the docs:
<title>Configuring PDF and PostScript Output</title>
<para>The be able to generate PDF and PostScript output, you have to
install two tools:
<itemizedlist>
<listitem><simpara>A Java interpreter, available at <ulink
url="http://java.sun.com"/>.</simpara></listitem>
<listitem><simpara>Apache FOP, available at <ulink
url="http://xml.apache.org/fop/download.html"/>. Version 0.20.4 seems to be
most stable.</simpara></listitem>
</itemizedlist>
</para>
<para>Install the Java interpreter and then unpack Apache FOP
directory. Top level directory of the FOP tool should contain a main
script called <filename>fop.sh</filename> on Unix and
<filename>fop.bat</filename> on Windows. You need to specify the
location of that script and Java location to Boost.Build. Add the
following to your <filename>user-config.jam</filename> or
<filename>site-config.jam</filename>:
<programlisting>using fop :
FOP_COMMAND : JAVA_HOME ;</programlisting>
replacing
<code>FOP_COMMAND</code> with the full path to the FOP main script, and
replacing <code>JAVA_HOME</code> with the directory where Java is
installed. If the <envar>JAVA_HOME</envar> environment variable is
already set, you don't need to specify it above.
Doug, OK to commit this?
Please do. I've been updating that document as well, but not for Windows (yet).
BTW, the PostScript generations was broken -- it generated PDF instead. I've
fixed this.
Oops, thanks.
Doug
------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Boost-docs mailing list [email protected] Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs
