ervandew / formic

Framework for building cross platform installers which utilize ant as the core engine.

This URL has Read+Write access

ervandew (author)
Sun Nov 01 11:38:43 -0800 2009
commit  e5b1a6a1a39a880176ac845a85840ad060a540f3
tree    21cb0184b391196bef48c09649b94ca9d61605e0
parent  3998c4af803b8f1e5ae56119e0719e0c2b4e8444
formic /
README.rst

Welcome to Formic

Overview

Formic is an installation framework built on top of apache's ant. The idea is to leverage the vast amount of functionality that ant provides (directly and indirectly through third party add-ons) to create a framework based on a paradigm that the entire ant user base is familiar and comfortable with.

Formic consists of a set of ant tasks for packaging and running graphical and console based installers. The entire process of creating an installer with formic can be summed up in the following three steps.

  • Create a series of panels (or utilize the formic supplied panels) for the installation wizard.
  • Create an ant script to be executed by the installer for install and un-install of your application, which describes the flow of the installation wizard plus the series of ant tasks necessary to (un)install your application on the host system.
  • Package your application files, installation build file, and a stripped down version of ant into platform specific executables.

License

Formic is released under the terms of the LGPL.