Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 84519 invoked from network); 7 Aug 2002 16:48:20 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 7 Aug 2002 16:48:20 -0000 Received: (qmail 8855 invoked by uid 97); 7 Aug 2002 16:48:43 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 8838 invoked by uid 97); 7 Aug 2002 16:48:42 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 8825 invoked by uid 50); 7 Aug 2002 16:48:42 -0000 Date: 7 Aug 2002 16:48:42 -0000 Message-ID: <20020807164842.8824.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: ant-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 11145] - entries that have a trailing blank in the includesfile are ignored X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11145 entries that have a trailing blank in the includesfile are ignored ------- Additional Comments From stevel@apache.org 2002-08-07 16:48 ------- > I can't say I've ever heard of a system on which quotes are legally part of a filename. we call it unix. [slo@eiger slo]$ touch test\"t [slo@eiger slo]$ ls t* test"t Also 1. you would encounter the problem of how to put quotes in quotes in XML. It can be done but then you have to deal with single quotes in filenames as well as double quotes 2. what about breaking backwards compatibility. The latter is critical, we hate to do changes that could break old builds, even if they are a little ugly., So this stays a wontfix. However, if you have a patch to the fileset that would print a warning in -verbose when a trim()'d filename doesnt match the original, we may be able to provide better diagnostics without breaking anything. How does that sound -- To unsubscribe, e-mail: For additional commands, e-mail: