Ant is an XML-based tool for performing configuration management, build environment and scripting tasks in a cross-platform way. Instead of writing a Windows batch file or command file, or a UNIX shell script or makefile, you can simply write a description of your project using Ant's XML vocabulary. It is a very good tool to develop, compile, distribute and run Java applications under Linux AND Windows. It supports a common Makefile mechanism for Java on an XML based format and is supported from Eclipse.
javadoc.xml to generate Javadoc
documentation for Card.java in the directory
~/public_html/BakersDozen/. You may wish to consult Javadoc
documentation there at the URL:
where userid is your CS userid.http://www.cs.wm.edu/~userid/BakersDozen/
submit.xml and modify it.
javadoc task with ant; you can find it quickly
by searching at google:
site:ant.apache.org javadoc