From c6e453b42b5ef99d3d129319830f90c0cce5d843 Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Fri, 21 Oct 2005 01:00:51 +0000 Subject: [PATCH] solve problem refering jars specfied by Class-Path attribute in manifest of a ant task jar file, when this ant task jar file is located in a directory with space. Bugzilla Report 37085. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@327062 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 77f9325e3..fbb41b720 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -66,6 +66,10 @@ Changes that could break older environments: Fixed bugs: ----------- +* problem refering jars specfied by Class-Path attribute in manifest + of a ant task jar file, when this ant task jar file is located in + a directory with space, Bugzilla Report 37085 + * Backward incompatible change in ZipFileSet, Bugzilla Report 35824. * Wrong replacement of file separator chars prevens junitbatchtest