On Thursday, September 4, 2003, at 09:19 AM, petite_abeille wrote:
- XDoclet could be used to sweep through Java code and build a text/XML file as richly as you'd like from the information there (complete with JavaDoc tags, which Zapata will miss :)),

Correct. This happen to be on purpose :) Does XDoclet build an "intertwingled" object graph of your code along the way? Performing a plain search on a code base is pretty trivial... what seems to be more interesting would be to put that in context.

Yes, XDoclet builds a complete object graph of all the source files you hand it (as an Ant <fileset>). It actually even does binary class interpretation for the information it needs to construct a full object-graph if some dependencies are in the classpath of the taskdef as well.


Zapata does something along the line of what MagicHat does for Objective-C:

http://homepage.mac.com/petite_abeille/MagicHat/

Very cool. You rock!


Erik


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to