Browse Source

add pointer to Commons Config Tasks - submitted by Nathan Dunn

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@962987 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 15 years ago
parent
commit
7533471c83
1 changed files with 38 additions and 0 deletions
  1. +38
    -0
      xdocs/external.xml

+ 38
- 0
xdocs/external.xml View File

@@ -717,6 +717,44 @@
</table>
</subsection>

<subsection name="Commons Configuration Ant Task">
<p>A set of Ant task that help convert Apache Commons
Configuration property files into build properties, java Enum's
(that are populated at runtime), and any exportable property /
env file desired (e.g., csh, bash, bat, etc.).</p>

<p>This project provides the following tasks:
<ul>
<li><b>CreateEnumTask</b>: Creates a Java enum based on
commons configuration property files. </li>
<li><b>ExportPropertiesTask</b>: Exports commons
configuration properties to a external file in a using a
specified format.</li>
<li><b>LoadPropertiesTask</b>: Loads commons configuration
properties into pre-generated Java enum.</li>
</ul>
</p>

<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.6 and above</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://code.google.com/p/commonsconfiganttask/">http://code.google.com/p/commonsconfiganttask/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto:ndunn.at.me.com">ndunn at me.com</a></td>
</tr>
<tr>
<th>License:</th>
<td>Apache License 2.0</td>
</tr>
</table>
</subsection>

<subsection name="Configure">

<p>Recursive build support (call ant on every package level,


Loading…
Cancel
Save