You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2010/03/01 06:20:01 UTC

svn commit: r917388 - /ant/core/trunk/xdocs/projects.xml

Author: bodewig
Date: Mon Mar  1 05:20:01 2010
New Revision: 917388

URL: http://svn.apache.org/viewvc?rev=917388&view=rev
Log:
Add pointer to Flaka submitted by Wofgang Haefelinger

Modified:
    ant/core/trunk/xdocs/projects.xml

Modified: ant/core/trunk/xdocs/projects.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/xdocs/projects.xml?rev=917388&r1=917387&r2=917388&view=diff
==============================================================================
--- ant/core/trunk/xdocs/projects.xml (original)
+++ ant/core/trunk/xdocs/projects.xml Mon Mar  1 05:20:01 2010
@@ -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>
\ No newline at end of file