On Wed, 20 Nov 2002, Peter Lynch <[EMAIL PROTECTED]> wrote: > I tried with latest Ant 1.5.1 too, and that did not resolve it.
Sounds as if you should file a bug report against Ant 8-) > 1. <copy> filtering attribute not behaving as documented. Judging from the code it does. All the filtering attribute does is adding the "global" filterset to the nested ones. > 3. nested filtersets inside a copy task using the refid attribute to > reference a global filterset does not reference the global > filterset. Fixed in CVS: <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9056>. Could you try Ant's latest nightly (i.e. 1.6alpha) or the latest one from <http://cvs.apache.org/~bodewig/gump/ant1.5.2alpha/> to confirm that it works for you as well? Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
