diff options
Diffstat (limited to 'examples/embedding/README')
-rw-r--r-- | examples/embedding/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/embedding/README b/examples/embedding/README index d3bb7682d..d82649e2b 100644 --- a/examples/embedding/README +++ b/examples/embedding/README @@ -2,12 +2,12 @@ FOP Embedding Examples Readme This directory contains several examples on using FOP in Java.
-To compile the examples you can use the build.bat/build.sh scripts.
+To compile the examples you can call "ant" from the directory where
+build.xml is found. (Apache Ant must be installed!)
You can also directly run the individual examples with these scripts.
Just call
-Windows: build -projecthelp
-Unix: ./build.sh -projecthelp
+ant -projecthelp
for a listing of all available examples.
|