When invoking my recently contributed actionscript plugin from Ant, it
generates a ton of "unknown tag warnings" (in spite of working correctly):
[xdoclet] Running org.xdoclet.plugin.actionscript.ActionScriptPlugin
[xdoclet] Unknown tag: @throw in
file:/C:/work/projects/dev/cart/core/java/com/allurent/arc/message/ArcMessageServer.java
(line 93)
[xdoclet] Unknown tag: @throw in
file:/C:/work/projects/dev/cart/core/java/com/allurent/arc/message/ArcMessageServer.java
(line 148)
[xdoclet] Unknown tag: @actionscript.class in
file:/C:/work/projects/dev/cart/core/java/com/allurent/arc/order/CreditCardPaymentInfo.java
(line 35)
[xdoclet] Unknown tag: @actionscript.class in
file:/C:/work/projects/dev/cart/core/java/com/allurent/arc/order/Order.java
(line 37)
As you can see, xdoclet is complaining about regular javadoc tags, which
is annoying.
But what is particularly odd is that it is complaining about the very
tags that it is processing correctly, such as @actionscript.class.
Does anyone have any suggestions on what the problem might be?
Thanks much for any help...
... . . . . j