http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1478
*** shadow/1478 Tue Apr 24 08:53:17 2001 --- shadow/1478.tmp.16297 Tue Apr 24 09:15:59 2001 *************** *** 2,11 **** | EJBC - Wildcard Resolution | +----------------------------------------------------------------------------+ | Bug #: 1478 Product: Ant | ! | Status: NEW Version: 1.3 | ! | Resolution: Platform: PC | ! | Severity: Major OS/Version: | ! | Priority: Component: Optional Tasks | +----------------------------------------------------------------------------+ | Assigned To: [EMAIL PROTECTED] | | Reported By: [EMAIL PROTECTED] | --- 2,11 ---- | EJBC - Wildcard Resolution | +----------------------------------------------------------------------------+ | Bug #: 1478 Product: Ant | ! | Status: RESOLVED Version: 1.3 | ! | Resolution: INVALID Platform: PC | ! | Severity: Major OS/Version: All | ! | Priority: High Component: Optional Tasks | +----------------------------------------------------------------------------+ | Assigned To: [EMAIL PROTECTED] | | Reported By: [EMAIL PROTECTED] | *************** *** 64,67 **** I'm not sure these 2 items are related. I have been exhaustively looking into Mark's issues, and I see no choice but to debug the Ant code, which is ! available. --- 64,85 ---- I'm not sure these 2 items are related. I have been exhaustively looking into Mark's issues, and I see no choice but to debug the Ant code, which is ! available. ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-04-24 09:15 ------- ! The problem is that you should be using 2 <exclude> elements, one for each ! exclusion rather than a comma separated list. ! ! If you read ! http://jakarta.apache.org/ant/manual/CoreTypes/patternset.html ! you will see (somewhat buried, I know) that it says ! ! Note that while the includes and excludes attributes accept multiple elements ! separated by commas or spaces, the nested <include> and <exclude> elements ! expect their name attribute to hold a single pattern. ! ! So, try this ! <exclude name="**/*weblogic-ejb-jar.xml" ! <exclude name="**/*weblogic-cmp-rdbmsjar.xml"/> ! ! If you want to give us more info about the other problems, perhaps we can help.
