David Houlding | 1 Nov 16:43

javadoc warnings about ejbdoclet tags

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

 


Gmane