https://bz.apache.org/bugzilla/show_bug.cgi?id=59114
--- Comment #4 from Antoine Levy-Lambert <[email protected]> --- I meant that to fix the bug we should probably change the condition !tokenizedPattern[i].equals(DEEP_TREE_MATCH) to become !( tokenizedPattern[i].equals(DEEP_TREE_MATCH) || tokenizedPattern[i].equals("*")) Also there should be a constant in Ant for "*". -- You are receiving this mail because: You are the assignee for the bug.
