aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Coffman <gears@apache.org>2001-08-20 17:01:54 +0000
committerSteve Coffman <gears@apache.org>2001-08-20 17:01:54 +0000
commit6b627081fe95490d23b21fa429e6caa1f02964e6 (patch)
treecf49501d64f952e401887870e5ac8331105ef2ae
parenta4b1ce08472174e17ee79f3965739ee0dbf38ba0 (diff)
downloadxmlgraphics-fop-6b627081fe95490d23b21fa429e6caa1f02964e6.tar.gz
xmlgraphics-fop-6b627081fe95490d23b21fa429e6caa1f02964e6.zip
This adds avalon and logkit to the path to allow execution.
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194434 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xtest/createpdf.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/createpdf.sh b/test/createpdf.sh
index 119f123b6..67e4dc2b5 100755
--- a/test/createpdf.sh
+++ b/test/createpdf.sh
@@ -1,7 +1,7 @@
# this can be used to create pdf output of the testsuite files
-$JAVA_HOME/bin/java -cp ../build/fop.jar:../lib/batik.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
+$JAVA_HOME/bin/java -cp ../build/fop.jar:../lib/batik.jar:../lib/xalan-2.0.0.jar:../lib/xerces-1.2.3.jar:../lib/avalon-framework-4.0.jar:../lib/logkit-1.0b4.jar:../lib/jimi-1.0.jar org.apache.fop.tools.TestConverter -pdf -b ./ basictests.xml
-$JAVA_HOME/bin/java -cp ../build/fop.jar:../lib/batik.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 ./ bugtests.xml
+$JAVA_HOME/bin/java -cp ../build/fop.jar:../lib/batik.jar:../lib/xalan-2.0.0.jar:../lib/xerces-1.2.3.jar:../lib/avalon-framework-4.0.jar:../lib/logkit-1.0b4.jar:../lib/jimi-1.0.jar org.apache.fop.tools.TestConverter -pdf -b ./ bugtests.xml