diff options
author | Keiron Liddle <keiron@apache.org> | 2001-05-16 12:18:18 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2001-05-16 12:18:18 +0000 |
commit | 819ffe38fdc5d7638f960eee8d386f21286274bb (patch) | |
tree | fa32df6e40bb9d7d55645440874bae152bd80fbe /test/createpdf.sh | |
parent | bcc5a04eee822e5d26a741580f5a06654ca1fa08 (diff) | |
download | xmlgraphics-fop-819ffe38fdc5d7638f960eee8d386f21286274bb.tar.gz xmlgraphics-fop-819ffe38fdc5d7638f960eee8d386f21286274bb.zip |
added some simple test files with blocks
also a script to create pdf from test suites
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194245 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/createpdf.sh')
-rwxr-xr-x | test/createpdf.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/createpdf.sh b/test/createpdf.sh new file mode 100755 index 000000000..c88ec7970 --- /dev/null +++ b/test/createpdf.sh @@ -0,0 +1,3 @@ +# this can be used to create pdf output of the testsuite files + +$JAVA_HOME/bin/java -cp ../build/fop.jar:../lib/w3c.jar:../lib/xalan-2.0.0.jar:../lib/xerces-1.2.3.jar:../lib/jimi-1.0.jar org.apache.fop.tools.TestConverter -pdf -b ./ basictests.xml |