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 - @ejb.bean is an unknown tag.

warning - @ejb.ejb-ref is an unknown tag.

warning - @jboss.container-configuration is an unknown tag.

warning - @jboss.ejb-ref-jndi is an unknown tag.

warning - @ejb.create-method is an unknown tag.

warning - @ejb.interface-method is an unknown tag.

 

Anyone else seeing this? Is there a way to tell javadoc to ignore these tags?

 

Thanks,

Dave

 

Reply via email to