Browse Source

re-generate site

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@917389 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 15 years ago
parent
commit
94099ccb05
1 changed files with 60 additions and 0 deletions
  1. +60
    -0
      docs/projects.html

+ 60
- 0
docs/projects.html View File

@@ -832,6 +832,66 @@
License. Starting with release 1.1 the license has been
changed to a BSD-like license.
</td>
</tr>
</table>
<h4 class="subsection">
<a name="Flaka"></a>
Flaka
</h4>
<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" 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.7 and higher
</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://workbench.haefelinger.it/flaka/">http://workbench.haefelinger.it/flaka/</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="mailto:wh@haefelinger.it">Contact Project Lead</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
License:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License v.20</a>
</td>
</tr>
</table>
<h4 class="subsection">


Loading…
Cancel
Save