diff options
author | Keiron Liddle <keiron@apache.org> | 2001-08-10 07:59:27 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2001-08-10 07:59:27 +0000 |
commit | 0bb07305701a6942f38c9c2eb080fb9348db73d6 (patch) | |
tree | 662dc047eb1f92ad3c2a4b5e1a1f3be17f2cbe1e /docs/xml-docs | |
parent | 37ac1fb5f1b10ebb2c45e26f417e0b97c400f46a (diff) | |
download | xmlgraphics-fop-0bb07305701a6942f38c9c2eb080fb9348db73d6.tar.gz xmlgraphics-fop-0bb07305701a6942f38c9c2eb080fb9348db73d6.zip |
added more info about compiling
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194405 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/xml-docs')
-rw-r--r-- | docs/xml-docs/fop/embedding.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/xml-docs/fop/embedding.xml b/docs/xml-docs/fop/embedding.xml index c74ba2bdf..8854461eb 100644 --- a/docs/xml-docs/fop/embedding.xml +++ b/docs/xml-docs/fop/embedding.xml @@ -72,6 +72,9 @@ </p> <p>http://localhost:8080/fop/fop?fo=/home/path/to/fofile.fo</p> <p>You can also find the source code there in the file FopServlet.java</p> + <p> + To compile this code you will need servlet_2_2.jar (or compatible), fop.jar and the sax api in your classpath. + </p> </s2> </s1> |