Browse Source

Add EnvGen

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@532629 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 18 years ago
parent
commit
9ac67d6188
2 changed files with 81 additions and 0 deletions
  1. +53
    -0
      docs/external.html
  2. +28
    -0
      xdocs/external.xml

+ 53
- 0
docs/external.html View File

@@ -1774,6 +1774,59 @@
valign="top" align="left">
X11 (Open Source)
</td>
</tr>
</table>
<h4 class="subsection">
<a name="EnvGen"></a>
EnvGen
</h4>
<p>
<a href="http://www.basilv.com/psd/software">EnvGen</a> is an Ant task for generating
different versions of the same file parameterized for different environments (i.e.
development, test, and production). File generation is done using
<a href="http://freemarker.org/">FreeMarker</a>, a template engine with a full-featured
templating language.
</p>
<table class="externals" cellspacing="1" cellpadding="4">
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Compatibility:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
Ant 1.6.5 or higher (not tested on earlier versions)
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
URL:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.basilv.com/psd/software">http://www.basilv.com/software</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Contact:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.basilv.com/psd/software/feedback">EnvGen Feedback Page</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
License:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
GPL
</td>
</tr>
</table>
<h4 class="subsection">


+ 28
- 0
xdocs/external.xml View File

@@ -911,6 +911,34 @@
</table>
</subsection>

<subsection name="EnvGen">
<p>
<a href="http://www.basilv.com/psd/software">EnvGen</a> is an Ant task for generating
different versions of the same file parameterized for different environments (i.e.
development, test, and production). File generation is done using
<a href="http://freemarker.org/">FreeMarker</a>, a template engine with a full-featured
templating language.
</p>
<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.6.5 or higher (not tested on earlier versions)</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.basilv.com/psd/software">http://www.basilv.com/software</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="http://www.basilv.com/psd/software/feedback">EnvGen Feedback Page</a></td>
</tr>
<tr>
<th>License:</th>
<td>GPL</td>
</tr>
</table>
</subsection>

<subsection name="EMMA">
<p>EMMA is an open-source toolkit for measuring and reporting
Java code coverage. EMMA distinguishes itself from other tools


Loading…
Cancel
Save