On Fri, 2003-03-28 at 17:15, kiuma wrote: > could you please tell me the name of a file that I want to merge with a > generated tld?. > > Does the content of this file must begin with <tag>?
Well, according to the generated documentation for the jsptaglib subtask (at least in the CVS version): Merge Files taglib-settings.xml Unparsed XML entity containing (tlib-version, jsp-version, short-name, uri?, display-name?, small-icon?, large-icon?, description?) elements. taglib-validator.xml XML document containing the validator element, used to include a validator which isn't processed by XDoclet. taglib-listener.xml Unparsed XML entity containing additional listener elements, for including listeners not processed by XDoclet. taglib-tag.xml Unparsed XML entity containing additional tag elements, for including tags not processed by XDoclet. That and a copy of the DTD (which you can find at http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xdoclet/xdoclet/modules/web/src/xdoclet/modules/web/resources/web-jar-23.dtd?rev=1.3&content-type=text/vnd.viewcvs-markup if you haven't got a copy anywhere else) ought to get you started. I guess it's the taglib-tag.xml merge file you need, and yes it needs to include the <tag> element(s). Andrew. ------------------------------------------------------- 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
