Is there a way to use XDoclet as something like the following?

    % javadoc -doclet xdoclet.XDoclet *.java

The closest I've come (I think) was to try the class
xdoclet.DocletTask$DocletMain, but I got something about an i/o
error?

I prefer make to ant (staunchly), and do not wish to create a
build.xml just for this one step in my build process.  It's much
better to have all that logic in one place (i.e., my Makefile).

    - rick

-- 
Richard Kilgore
[EMAIL PROTECTED]

_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to