I have more than 1 JSP tag library that I wish to deploy with my application. However it seems that it is only possible to generate the 1 .tld file because of the single nested jsptaglib tag inside webdoclet. Am I correct, or is there a way to generate multiple .tld files within 1 webdoclet tag?
No... that doesn't really make sense when you consider that a single <webdoclet> task is processing a set of files. It somehow needs to be done over a different set of files to produce a different TLD. Why not use two <webdoclet>'s? If you narrow the set of files down that it processes carefully it should be plenty fast.
Erik
------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
