Package: ant
Version: 1.7.1-4
Severity: normal
Tags: patch

While backporting ant 1.7.1 to Etch I found an ABI break in ant 1.7.1 (from 1.6.5), which made ow-util-ant-tasks from Etch fail.

This is reported and fixed in upstream bug
https://issues.apache.org/bugzilla/show_bug.cgi?id=45701

For convenience I have attached the upstream patch.

ATB

Jan-Marek Glogowski
--- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Copy.java	2008/08/29 14:01:32	690263
+++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Copy.java	2008/08/29 14:02:42	690264
@@ -73,6 +73,8 @@
     protected File destFile = null; // the destination file
     protected File destDir = null;  // the destination directory
     protected Vector rcs = new Vector();
+    // here to provide API backwards compatibility
+    protected Vector filesets = rcs;
 
     private boolean enableMultipleMappings = false;
     protected boolean filtering = false;
_______________________________________________
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Reply via email to