ervandew / formic
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
e5b1a6a
commit e5b1a6a1a39a880176ac845a85840ad060a540f3
tree 21cb0184b391196bef48c09649b94ca9d61605e0
parent 3998c4af803b8f1e5ae56119e0719e0c2b4e8444
tree 21cb0184b391196bef48c09649b94ca9d61605e0
parent 3998c4af803b8f1e5ae56119e0719e0c2b4e8444
formic /
| name | age | message | |
|---|---|---|---|
| |
.classpath | Tue Jul 21 21:33:05 -0700 2009 | |
| |
.gitignore | ||
| |
.project | Tue Jul 21 20:39:51 -0700 2009 | |
| |
.settings/ | ||
| |
LICENSE | Sun Nov 01 11:35:17 -0800 2009 | |
| |
NOTICE | Sat Mar 29 18:47:30 -0700 2008 | |
| |
README.rst | Sun Nov 01 11:39:47 -0800 2009 | |
| |
ant/ | Thu Jan 31 18:00:59 -0800 2008 | |
| |
bin/ | Sat Nov 25 18:25:36 -0800 2006 | |
| |
build.xml | Sun Aug 24 11:30:52 -0700 2008 | |
| |
lib/ | Wed Jan 30 21:41:22 -0800 2008 | |
| |
notes.txt | Sun Nov 01 11:39:47 -0800 2009 | |
| |
src/ |
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.

