1 Nov 16:43
javadoc warnings about ejbdoclet tags
David Houlding <David.Houlding <at> trcinc.com>
2002-11-01 15:43:42 GMT
2002-11-01 15:43:42 GMT
I am using Java 1.4.1, XDoclet 1.2b1 and Ant 1.5.1. When I put the ejbdoclet tags in my java source file for my bean and then run javadoc through Ant I get the following warnings:
warning - <at> ejb.bean is an unknown tag.
warning - <at> ejb.ejb-ref is an unknown tag.
warning - <at> jboss.container-configuration is an unknown tag.
warning - <at> jboss.ejb-ref-jndi is an unknown tag.
warning - <at> ejb.create-method is an unknown tag.
warning - <at> ejb.interface-method is an unknown tag.
Anyone else seeing this? Is there a way to tell javadoc to ignore these tags?
Thanks,
Dave
RSS Feed