JoomlaTemplateDetails Code
Status: Pre-Alpha
Brought to you by:
tomrake
File | Date | Author | Commit |
---|---|---|---|
src | 2010-04-02 |
![]() |
[5eb5b1] Renamed main class as JoomlaOuput |
LICENSE | 2009-10-25 |
![]() |
[a7e162] Apache License V 2 |
README.html | 2009-10-26 |
![]() |
[f99c52] Made junit.jar a dependecy to make source build... |
build.xml | 2010-04-04 |
![]() |
[e47d51] Added testing in build.xml |
ivy.xml | 2009-10-26 |
![]() |
[f99c52] Made junit.jar a dependecy to make source build... |
<header><title>README for templateDetails</title></header> <html> <h1>Purpose for templateDetails</h1> <p>The project creates Joomla templateDetails.xml files from Ant build.xml files. You can use the power of ant to customize versions, dates and the files can be computed by an Ant FileSet, which is the reason the tools was designed, it just gets the work done with the control of the Ant FileSet task. <h1>How to build from source</h1> <p>You need to build from a computer connected to the internet (unless you have a way to resolve the ivy dependencies). You need java from http://java.com/ get a recent version I am using 1.6. Next get Ant from http://ant.apache.org/ as of this writing I used Ant 1.7.1. Get the sources from the tarball or git unpack the tar or download the git files in to <your directory>. Go into <your directory> and execute the build.xml in ant by the 'ant build.xml' command. </html>