From 9d6f4348cca9eb784cf8fdf63a9cfe6d8ab74005 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Fri, 22 Nov 2002 18:07:13 +0000 Subject: [PATCH] Adjusted to new JARs git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195617 13f79535-47bb-0310-9956-ffa450edef68 --- build.bat | 6 +++++- build.sh | 7 +++++-- build.xml | 33 +++++++++++++++++++++------------ docs/examples/runtests.bat | 15 +++++++++++++-- docs/examples/runtests.sh | 14 +++++++++++++- fop.bat | 15 ++++++++++++++- status.xml | 9 +++++++-- 7 files changed, 78 insertions(+), 21 deletions(-) diff --git a/build.bat b/build.bat index 86cf9d1ca..5741bfcad 100755 --- a/build.bat +++ b/build.bat @@ -6,7 +6,11 @@ echo ---------------- if "%JAVA_HOME%" == "" goto error set LIBDIR=lib -set LOCALCLASSPATH=%JAVA_HOME%\lib\tools.jar;%JAVA_HOME%\lib\classes.zip;%LIBDIR%\ant.jar;%LIBDIR%\buildtools.jar;%LIBDIR%\xercesImpl-2.0.1.jar;%LIBDIR%\xalan-2.3.1.jar;%LIBDIR%\xml-apis.jar +set LOCALCLASSPATH=%JAVA_HOME%\lib\tools.jar;%JAVA_HOME%\lib\classes.zip +set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\ant.jar +set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xml-apis.jar +set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xercesImpl-2.2.1.jar +set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xalan-2.4.1.jar set ANT_HOME=%LIBDIR% diff --git a/build.sh b/build.sh index 3709f1c73..17cb78bcc 100755 --- a/build.sh +++ b/build.sh @@ -26,8 +26,11 @@ if $cygwin ; then fi LIBDIR=lib -LOCALCLASSPATH=$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/classes.zip:$LIBDIR/ant.jar:$LIBDIR/batik.jar:$LIBDIR/buildtools.jar:$LIBDIR/xercesImpl-2.0.1.jar:$LIBDIR/xalan-2.3.1.jar:$LIBDIR/xml-apis.jar -LOCALCLASSPATH=$LOCALCLASSPATH:$LIBDIR/jimi-1.0.jar:$LIBDIR/avalon-framework-cvs-20020806.jar +LOCALCLASSPATH=$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/classes.zip +LOCALCLASSPATH=$LOCALCLASSPATH:$LIBDIR/ant.jar +LOCALCLASSPATH=$LOCALCLASSPATH:$LIBDIR/xml-apis.jar +LOCALCLASSPATH=$LOCALCLASSPATH:$LIBDIR/xercesImpl-2.2.1.jar +LOCALCLASSPATH=$LOCALCLASSPATH:$LIBDIR/xalan-2.4.1.jar ANT_HOME=$LIBDIR # antRun must be executable (can't do this in build.xml because Ant uses antRun diff --git a/build.xml b/build.xml index 571543047..42e99716e 100644 --- a/build.xml +++ b/build.xml @@ -58,8 +58,8 @@ list of possible build targets. - - + + @@ -221,9 +221,6 @@ list of possible build targets. - - - @@ -265,13 +262,6 @@ list of possible build targets. - - - - - - - @@ -441,6 +431,20 @@ list of possible build targets. + + + + + + + + + + + + @@ -508,6 +512,11 @@ list of possible build targets. + + + + + - - Correct ordering of loca table in embedded true type fonts (Bug 14290). + + Updated to Xerces 2.2.1 and Xalan 2.4.1. Updated all the related files + and made sure all contrib builds work again. Removed necessity for a + buildtools.jar. + + + Correct ordering of loca table in embedded true type fonts. Fix taken over from maintenance branch.