RTFM ;-)
http://java.sun.com/j2se/1.4.1/docs/tooldocs/windows/javadoc.html#tag
http://ant.apache.org/manual/CoreTasks/javadoc.html (scroll down to the
"tag" nested element)
Erik, in XDoclet 2 we can generate a list of javadoc tags that can be fed to
Ant/Javadoc. When an XDoclet 2 plugin is built, it could generate a file
with the following content: (distributed along with the plugin jar in a file
called e.g ejb.tags)
-----------------%<------------------
ejb.bean:X ejb.ejb-ref:X ejb.jndi-name:X ......
-----------------%<------------------
Then Ant's javadoc task could accept the following alternative syntax:
<javadoc>
<tag dir="${basedir}/tags">
<include name="*.tags"/>
</tag>
</javadoc>
<javadoc> would then parse all files and build the proper command line for
javadoc. This would be awesome for XDoclet users, and a lot better than
(every user) having to write a loooong list of many <tag> elements. Would it
be possible to throw this addition into <javadoc> ?
Aslak
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Tom Lauren
> Sent: 17. februar 2003 19:11
> To: [EMAIL PROTECTED]
> Subject: [Xdoclet-user] XDoclet and JDK 1.4 Javadoc
>
>
> We've been using EJBDoclet for a few months now and have been
> very pleased.
> However, we recently upgraded our JVM from 1.3 to 1.4 and now Javadoc is
> complaining about all of the XDoclet tags, as in:
>
> [javadoc]
> C:\projects\sips\java\product\src\edu\ucar\hirdls\sips_core\ejb\enti
> ty_beans\ConfiguredProcessorBean.java:256: warning -
> @ejb.interface-method
> is an unknown tag.
>
> Is there anything that I can do about this? The documentation that is
> generated by javadoc is important to us, and it's a pain to see
> thousands of
> warnings each time we run javadoc.
>
> Tom
>
> _________________________________________________________________
> Tired of spam? Get advanced junk mail protection with MSN 8.
> http://join.msn.com/?page=features/junkmail
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user