The antigen team is pleased to announce the Antigen Source Installer 0.5 release! http://antigen.sourceforge.net This will install the entire Antigen source code on your machine. It's is also built using antigen itself, so is a good example of what you can do with it. Changes in this version include: New Features: o Users can now display a simple splash screen. This is handy to cover up the (sometimes long) delay while Antigen is unpacking build files. o Properties set in the Antigen config.properties file can now be overridden with the -A switch. Issue: 1211291. o Antigen unzips the jar file containing the build file into a temporary directory, which is then deleted on termination of the build. This is probably the behaviour you want for an installer, but in other situations you might want to specify the directory. There is now an option in the build config to allow you to do this. Thanks again to Frederic Glorieux for this enhancement. Issue: 1187661. o Now can specify finer control over java logging level, and set the default value in the config file. Similarly, can specify a separate value fot the Ant output level. Thanks to Frederic Glorieux for this. Issue: 1187620. o Hyperlinks in InfoPanes will now open a browser if possible. Thanks to browserlauncher for this. Fixed bugs: o Fix to "thin file chooser" bug. Thanks to Frederic Glorieux for this. Issue: 1192526. o Can now supply more than one property on the commandline o Build logger text is now limited to 40000 chars to avoid OutOfMemory problems. o Build logger text is now buffered for greater efficiency. Thanks to Frederic Glorieux for this. Have fun! -The antigen team