On Mon, 2003-08-25 at 08:06, Kumar, Vaidhyanatha K. wrote: > Are there open source maven plugins / tools to > a) parse java code > b) create a xml document based on certain key words in the java code. > Thanks
You looking to pick off @tags? If so there is the vdoclet plugin which uses qdox.codehaus.org to parse the java sources. Actually qdox makes available the all the javadoc entities, all the information about the class and methods. But I don't believe it steps into the methods if that's what you're looking for. > Vaidhy -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
