> As for javadoc warnings, is the issue that you're no longer able to
> tell javadoc to ignore certain tags?

> Have you tried any of these? Are you saying this no longer works?

Exactely.

What I have is tags such as:

  @ejb.interface-method view-type="both"

and the following in the Ant build file:

  <javadoc ... >
    ...
    <tag 
      name="ejb.interface-method" 
      scope="methods" 
      description="..." 
      enabled="no"
    />
  </javadoc>

Used to work, until I upgraded from 1.4.1 to 1.4.2.

--
Eric Jain



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to