On 2012-03-07, Joe Attardi wrote: > Have you tried reversing the order of the <include> and <exclude> > elements? Not sure if this makes a difference, but you're including > everything under mypackage/p1/** then excluding something under > p1. Could it be a precedence issue?
No. exludes always take precedence over includes, the order of elements is not relevant. If you need a different behavior, you have to use selectors. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org