DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3778>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3778 Create HTML of Source ------- Additional Comments From [EMAIL PROTECTED] 2001-09-23 17:32 ------- Visit http://home.austin.rr.com/kjohnston/javasrc.htm This site hosts an open-source java based "HTML Cross-Reference Tool". I don't know as yet if someday ANT will be shipped with a task like this. But meanwhile, you can download this tool and from within your build.xml file, you can call it: <project name="demonstration" basedir="." default="srctohtml"> <target name="srctohtml"> <java classname="javasrc.app.JavaSrc" args="/path/to/your/java/src" classpath="/javasrc/bin/javasrc.jar:/javasrc/bin/antlr.jar" /> </target> </project> If ant-dev is interested in making an 'antified' version of this tool, here is something that the author has to say: "I've included the source, so feel free to improve upon it, fix any bugs you find, etc. If you decide to redistributed a derived work, I do ask that you note at least somewhere in your documentation where the original came from, just as I've given credit to ANTLR and the Java Cross-Reference Tool." Thanks, Magesh
