| Author |
XDoclet - getting started
|
Paul Rhoades
Greenhorn
Joined: Aug 01, 2002
Posts: 20
|
|
Does anyone know of a good site to help me get started with XDoclet - in fact am I looking at the right tool? I want to produce something like Javadoc for my JUnit classes but with additional information per class/method (i.e. via custom tags) so that I can publish what test conditions I have covered. The "official" XDoclet site a little obtuse to say the least. Regards P.
|
 |
Chris Mathews
Ranch Hand
Joined: Jul 18, 2001
Posts: 2712
|
|
XDoclet is typically used for things such as generating deployment descriptors, configuration files, and Java classes for Web Applications, EJBs, JDO, JMX, Struts, Hibernate, etc. I don't think that this is what you are looking for... however I could be wrong.
|
 |
Ashik Uzzaman
Ranch Hand
Joined: Jul 05, 2001
Posts: 2370
|
|
Look at JGuru FAQ for starting with XDoclet. http://www.jguru.com/faq/printablefaq.jsp?topic=XDoclet
|
Ashik Uzzaman
Senior Member of Technical Staff,
Salesforce.com, San Francisco, CA, USA.
|
 |
 |
|
|
subject: XDoclet - getting started
|
|
|