Browse Source

Add pointer to Flaka submitted by Wofgang Haefelinger

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@917388 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 15 years ago
parent
commit
51815e4c88
1 changed files with 40 additions and 1 deletions
  1. +40
    -1
      xdocs/projects.xml

+ 40
- 1
xdocs/projects.xml View File

@@ -385,6 +385,45 @@
</table>
</subsection>


<subsection name="Flaka">

<p>The goal of Flaka is to simplify writing build scripts using
<ul>
<li><strong>Regular control structures</strong> (<code>when</code>, <code>for</code>, <code>switch</code>, ..)</li>
<li><strong>Exception handling</strong></li>
<li>An <em>Expression Language</em> which in turn provdes:
<ul>
<li><strong>access to underlying data objects</strong></li>
<li><strong>untyped variables in addition to Ant properties</strong></li>
<li><strong>powerfull expressions like <code> cond ? then : else</code></strong></li>
</ul>
</li>
</ul>
Checkout the <a href="http://workbench.haefelinger.it/flaka/download/manual/latest">manual's overview chapter</a> about the feature Flaka provides. Have especially a look at the section describing the expression language.
</p>

<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.7 and higher </td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://workbench.haefelinger.it/flaka/">http://workbench.haefelinger.it/flaka/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href ="mailto:wh@haefelinger.it">Contact Project Lead</a></td>
</tr>
<tr>
<th>License:</th>
<td><a href ="http://www.apache.org/licenses/LICENSE-2.0">Apache License v.20</a></td>
</tr>
</table>
</subsection>


<subsection name="Invicta">

<p>Invicta is a build management tool. Using simple project definition files,
@@ -698,4 +737,4 @@
</section>

</body>
</document>
</document>

Loading…
Cancel
Save