Hi all, I have an abstract base class that I use as a super class for some of my tags. xdoclet keeps wanting to create an entry the TLD for the base class even though there are no @jsp:* Javadoc entries. I noticed that <XDtClass:forAllClasses> has an "abstract" attribute which tells it whether or not to include abstract classes. Does it make sense to set this parameter to "false" and only use concrete classes for tags and servlets? I'm thinking it does as you could never use an abstract tag or servlet, right?
-Dave _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
