$Id: release.html,v 1.1.1.1 2003/03/10 16:34:16 taweili Exp $
$Author: taweili $
The Ant build file (build.xml
) contains a target
(release
) which can be used for easily building a
binary release of JTidy for public distribution.
The release
target takes care of executing the
following steps:
Executing the target requires that you specify the following properties when executing Ant:
version
04aug2000
)update
In order to create the jtidy-04aug2000r5 release, for example, you can run Ant as
% ant -Dversion=04aug2000 -Dupdate=5 release