| 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
|---|
| 2 | <html> |
|---|
| 3 | <head> |
|---|
| 4 | <script type="text/javascript">var xookiConfig = {level: 0};</script> |
|---|
| 5 | <script type="text/javascript" src="xooki/xooki.js"></script> |
|---|
| 6 | </head> |
|---|
| 7 | <body> |
|---|
| 8 | <textarea id="xooki-source"> |
|---|
| 9 | <h1>Documentation</h1> |
|---|
| 10 | Welcome to the official EasyAnt documentation. |
|---|
| 11 | |
|---|
| 12 | <h2>What is EasyAnt</h2> |
|---|
| 13 | |
|---|
| 14 | Easyant is a toolbox focusing on easing project build processes. |
|---|
| 15 | It's based on <a href="http://ant.apache.org">Apache Ant</a> and <a href="http://ant.apache.org/ivy/">Apache Ivy</a>, and allows for maximum flexibily, improved integration in existing build systems and provides conventions and guidelines. |
|---|
| 16 | |
|---|
| 17 | Our goals are : |
|---|
| 18 | <ul> |
|---|
| 19 | <li>to leverage popularity and flexibility of Ant.</li> |
|---|
| 20 | <li>to integrate Apache Ivy, such that the build system combines a ready-to-use dependency manager.</li> |
|---|
| 21 | <li>to simplify standard build types, such as building web applications, JARs etc, by providing ready to use builds.</li> |
|---|
| 22 | <li>to provide conventions and guidelines.</li> |
|---|
| 23 | <li>to make plugging-in of fresh functionalities as easy as writing Ant scripts.</li> |
|---|
| 24 | </ul> |
|---|
| 25 | |
|---|
| 26 | To still remain adaptable, |
|---|
| 27 | <ul> |
|---|
| 28 | <li>Though EasyAnt comes with a lot of conventions, we never lock you in.</li> |
|---|
| 29 | <li>EasyAnt allows you to easily extend existing modules or create and use your own modules.</li> |
|---|
| 30 | <li>EasyAnt makes migration from Ant very simple. Your legacy Ant scripts could still be leveraged using EasyAnt.</li> |
|---|
| 31 | </ul> |
|---|
| 32 | |
|---|
| 33 | <h2>About this doc</h2> |
|---|
| 34 | |
|---|
| 35 | If you are browsing this documentation from your installation of EasyAnt, you can also check the <a href="http://www.easyant.org/doc/">online version</a> for latest updates. |
|---|
| 36 | |
|---|
| 37 | You can also browse this documentation offline either by downloading the documentation distribution, or by checking out the src/documentation directory from svn. This documentation uses xooki as documentation engine, so you can very easily edit it and submit patches? when you browse it from source.</textarea> |
|---|
| 38 | <script type="text/javascript">xooki.postProcess();</script> |
|---|
| 39 | </body> |
|---|
| 40 | </html> |
|---|