From 708c3201c1f9af91f758d8a098426f75f31f22d2 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Fri, 23 Jan 2004 15:07:29 +0000 Subject: [PATCH] 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 --- build.xml | 1 + 1 file changed, 1 insertion(+) 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. + -- 2.39.5