This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
formic /
| name | age | message | |
|---|---|---|---|
| |
.classpath | Tue Jul 21 21:33:05 -0700 2009 | |
| |
.gitignore | Sun Nov 01 11:37:54 -0800 2009 | |
| |
.project | Tue Jul 21 20:39:51 -0700 2009 | |
| |
.settings/ | Mon Feb 18 21:50:50 -0800 2008 | |
| |
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/ | Sun Nov 01 11:39:47 -0800 2009 |
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.







