--- Joe Berkovitz <[EMAIL PROTECTED]> wrote:

> 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.

You have registered your taglib corectly?

> Does anyone have any suggestions on what the problem
> might be?

@throw is not valid javadoc tag. 
using @throws will surely help :)

> Thanks much for any help...


regards,

----[ Konstantin Pribluda http://www.pribluda.de ]----------------
Still using XDoclet 1.x?  XDoclet 2 is released and of production quality.
check it out: http://xdoclet.codehaus.org

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to