https://issues.apache.org/bugzilla/show_bug.cgi?id=47365
--- Comment #2 from Dominique Devienne <[email protected]> 2009-06-13 06:42:09 PST --- In your example, you sometimes omit the =, and sometimes not, to yield a single =, so I suspect you meant to write suffix="--exclude-from=", no? Regarding prefix="--filter=.- ", note that by default the space is preserved, because there's no Ant official DTD, but if somehow one does run with a DTD, and the attribute is not of declared type CDATA, then white-space normalization from http://www.w3.org/TR/2008/REC-xml-20081126/#AVNormalize would remove the trailing space. Note of general concern, but I'm mentioning it nonetheless. Otherwise I like this feature. I've wished for it myself in the past, without actually implementing it (partly because I used Ant-Contrib's CppTask). --DD -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
