This worked. Thanks.

-----Original Message-----
From: Erik Hatcher [mailto:lists@;ehatchersolutions.com] 
Sent: Friday, November 01, 2002 11:23 AM
To: David Houlding
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: [Xdoclet-user] javadoc warnings about ejbdoclet tags

Try the nested <tag> element for <javadoc> in Ant 1.5(.1), for example:

<tag name="todo" scope="all" description="To do:" />

(from Ant's <javadoc> documentation)

        Erik


David Houlding wrote:
> Thanks, I am aware of how to mute javadoc. Unfortunately this is not
an
> option as this would also suppress warnings I need to see.
> 
> -----Original Message-----
> From: Konstantin Priblouda [mailto:kpriblouda@;yahoo.com] 
> Sent: Friday, November 01, 2002 10:53 AM
> To: David Houlding
> Cc: [EMAIL PROTECTED]
> Subject: Re: [Xdoclet-user] javadoc warnings about ejbdoclet tags
> 
> --- David Houlding <[EMAIL PROTECTED]> wrote:
> 
>>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.
> 
> 
> Well, javadoc does not know anything about those tags
> - 
> so it complaints. 
> 
> 
>>Anyone else seeing this? Is there a way to tell
>>javadoc to ignore these
>>tags?
> 
> 
> Well, if there is any way to mute javadoc, 
> it is surely covered
> at java.sun.com/<wherever javadoc descrived>
> 
> regards,
> 
> =====
> Konstantin Priblouda ( ko5tik )    Freelance Software developer
> < http://www.pribluda.de > < play java games -> http://www.yook.de >
> < render charts online -> http://www.pribluda.de/povray/ >
> 
> __________________________________________________
> Do you Yahoo!?
> HotJobs - Search new jobs daily now
> http://hotjobs.yahoo.com/
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by: See the NEW Palm 
> Tungsten T handheld. Power & Color in a compact size!
> http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
> _______________________________________________
> Xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> 
> 



-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to