The antigen team is pleased to announce the Antigen 0.2 release! http://antigen.sourceforge.net A tool to create Antigen Installers, by wrapping an Ant file that you supply with the Antibody library. Changes in this version include: New Features: o Included a commandline option to run the whole installer on the commandline for use when there is no graphical environment available. In this case, Antigen is little more than Ant bundled up into an executable jar, but it does still allow the user to select from a list of tasks, and the intro and outtro html pages are converted to plain text. o Changed the logging to use JDK 1.4 logging instead of log4j. This was done simply to reduce the size of the binary rather than any preference for it. o Only minimal debug info is sent to the console now, unless the -d switch is used on the commandline. o Ported to Ant 1.6.2. Only the optional tasks in ant-nodeps.jar are provided by default. Have fun! -The antigen team