|
Ant Pretty Build is a utility to easily show and run Ant buildfiles directly from within a browser window.
It consists of a single XSL file that will generate, on the fly, in the browser, from the .xml buildfile, a pretty interface showing project name, description, properties and targets, etc. sorted or unsorted, allowing to load/modify/add properties, run the whole project, or run selected set of targets in a specific order, with the ability to modify logger/logfile, mode and add more libs or command line arguments.
It was designed for users running Internet Explorer or Mozilla-based browsers that perform on-the-fly rendering of .xml documents using an XSL stylesheet.
Ant Pretty Build is fully customizable. Users can even specify external xsl, js or css files to extend features.
|