--- "Clifton C. Craig" <[EMAIL PROTECTED]> wrote: > Konstantin, > > I'm looking into XJavadoc and I find little > documentation. How do I use > is to augment source? I saw a small use example on > the XDoclet site > which retrieves the value of an attribute. I'm > looking for documentation > on how I'd use the API to effectively insert Javadoc > tags. Would this be > an easy task with XJavadoc? Where can I find good > documentation? I > looked into the Javadocs for the API and saw some > Ant classes.It looks > like I could extend the XJavadoc class and > implement the start method > to use XJavadoc from Ant. It also looks like I could > couple that with > the XJavadocFilter to grab only my EJBs from my > source code repository > which is really good. I'm sorry to hear about the > deprecation of the > template language. Its a little frustrating now that > I just picked it up > and would like to use it. That's not going to happen > to XJavadoc anytime > soon is it? It's hard to figure out just what > approach to use nowadays > since there so many new technologies and such rapid > deprecation of > existing technologies.
Best existing documentation is source of xdoclet GUI. It does what you need, but controlled manually. One you have managerd to load source files, you can iterate over known source classes and just manipulate their tags. After you are done, you can save everything ( look into action methods of xjavadoc ) XJavadoc is tied together with xdoclet 1.2, and 1.2 wil be the latest version of xdoclet to use it. 2.0 is already in the works, and I put it into (my own ) production today. It uses qdox ( also source parser, but faster ), new IoC technologies and velocity / jelly as templates - much easier to manage then xdoclet templating syntax. There are also nice advantages like xdoclet tag sanity checking and line-accurate error reporting. You can use 1.2 though. It's pretty stable, but not actively developed. 2.0 would be not for you, because ejb support is suboptimal ( for now ) . regards, ===== ----[ Konstantin Pribluda ( ko5tik ) ]---------------- Zu Verst�rkung meines Teams suche ich ab Sofort einen Softwareentwickler[In] f�r die Festanstellung. Arbeitsort: Mainz Skills: Programieren, Kentnisse in OpenSource-Bereich ----[ http://www.pribluda.de ]------------------------ __________________________________ Do you Yahoo!? Yahoo! Mail - More reliable, more storage, less spam http://mail.yahoo.com ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
