Example Builds Using Antigen

Antigen provides a wizard-style method of creating graphical installers from your Ant scripts. However, sometimes you want to generate them as part of an automated build process. This page gives two examples of how to make the core Antigen library ("Antibody") part of your build using either Maven or Ant.

Hello World - Maven

This project shows how to use Maven to create an executable jar bundling Antigen with a simple HelloWorld Ant script

Hello World - Ant

This project shows how to use Ant to create an executable jar bundling Antigen with a simple HelloWorld Ant script