From: Jeremias Maerki Date: Fri, 23 Jan 2004 15:07:29 +0000 (+0000) Subject: Fixed a bug where I got a NoClassDefFoundError when I'm using a build-local.propertie... X-Git-Tag: Root_Temp_KnuthStylePageBreaking~896 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=708c3201c1f9af91f758d8a098426f75f31f22d2;p=xmlgraphics-fop.git Fixed a bug where I got a NoClassDefFoundError when I'm using a build-local.properties where I set optional.lib.dir to an absolute Windows path. These absolute paths weren't removed somehow resulting in NoClassDefFound errors due to a illegal Class-Path entry in fop.jar's manifest. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197247 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index 805067992..7a2663045 100644 --- a/build.xml +++ b/build.xml @@ -471,6 +471,7 @@ list of possible build targets. +