Patches item #485989, was opened at 2001-11-27 05:34 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402706&aid=485989&group_id=31602
Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Mathias Bogaert (pathoss) Assigned to: Nobody/Anonymous (nobody) Summary: filter-mappings are not correctly merged Initial Comment: If you have a filter-mappings.xml file, xdoclet doesn't generate any mapping from the java sources. It only includes the filter-mappings.xml file and ignores the rest. So change <XDtMerge:merge file="filter-mappings.xml"> <XDtClass:forAllClasses type="javax.servlet.Filter" abstract="false"> ... to <XDtMerge:merge file="filter-mappings.xml"> </XDtMerge:merge> <XDtClass:forAllClasses type="javax.servlet.Filter" abstract="false"> ... (and remove the closing merge tag) Thanks! Mathias ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402706&aid=485989&group_id=31602 _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
