[ http://issues.apache.org/struts/browse/WW-1512?page=comments#action_38789 ] Konstantin Pribluda commented on WW-1512: -----------------------------------------
OK, I redeployed xdoclet web plugin, now it is possible to override class name. So, to start generate taglib you just need to: s/@s./@jsp./ s/tld-body-content/body-content/ s/tld-tag-class/class/ s/@s.tagattribute/@jsp.attribute/ and you should be fine. > Support for xdoclet-2 invocation for taglib generation > ------------------------------------------------------ > > Key: WW-1512 > URL: http://issues.apache.org/struts/browse/WW-1512 > Project: Struts 2 > Issue Type: Improvement > Components: Views > Affects Versions: 2.0.2 > Environment: any > Reporter: Konstantin Pribluda > Attachments: xd2.patch > > > As promissed, attached patch contains changes to pom.xml to enable > automatic generation of taglib definition.. However, it may still require > some additional > configuration of plugin > ( see http://xdoclet.codehaus.org/TaglibPlugin ) > and proper tagging of source files: > http://xdoclet.codehaus.org/WebTags > I'm not sure whether you like to keep practice to markup components, instead > of tags itself. > In case of yes, I can provide fresh snapshot of module quickly. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
