You can't use xjavadoc to generate API docs. xjavadoc is only used by
XDoclet. You should use good old javadoc to generate API docs. You can tell
javadoc to ignore certain tags. Check out the javadoc and Ant documentation
for the javadoc task.

Aslak

> -----Original Message-----
> From: Arnaud Denagbe [mailto:[EMAIL PROTECTED]]
> Sent: 17. februar 2003 16:47
> To: [EMAIL PROTECTED]
> Subject: Xdoclet, javadoc
>
>
> Hi,
>
> I am having a lot of warnings when trying to build the
> java documentation because of all the unknown xdoclet
> tags.
> javadoc complains:
>   [javadoc] warning - @ejb.bean is an unknown tag.
>   [javadoc] warning - @ejb.permission is an unknown tag.
>   [javadoc] warning - @jboss.table-name is an unknown tag.
>   [javadoc] warning - @jboss.create-table is an unknown tag.
>   [javadoc] warning - @ejb.pk-field is an unknown tag.
> ...
>
> I think my solution is xjavadoc which apparently has been built to
> replace javadoc but I could not figure out
> how to make it work. Am I wrong?
> Can someone give me a hint?
> Is there any ant task to define? What are the parameters
> supported by xjavadoc? Sample build file?
>
> If xjavadoc is not the solution, do you know a solution to my
> problem? Are there some ways to tell javadoc to ignore some tags?
> Actually I also have some warnings due to together which includes some
> tags in the code.
> Thanks in advance.
> AD
>
>



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

Reply via email to