public class Java2HtmlTask extends MatchingTask (Code)
Runs the java2html converter as a task inside the well known build tool
"ant" (see ant.apache.org).
Thanks to Markus Gebhard, the author
of java2html itself. I contribute this code to the project under the same
license as java2html.
For an example for a build.xml containing this task have a
look at the docs/anttask/ folder.
author: Matthias Bohlen author: Markus Gebhard