<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>häfelinger IT</title>
	<atom:link href="http://en.haefelinger.it/feed" rel="self" type="application/rss+xml" />
	<link>http://en.haefelinger.it</link>
	<description>Applied Software Architecture</description>
	<lastBuildDate>Wed, 24 Feb 2010 14:25:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Announcement  &#8211; Flaka 1.01 Released</title>
		<link>http://en.haefelinger.it/archives/1217</link>
		<comments>http://en.haefelinger.it/archives/1217#comments</comments>
		<pubDate>Wed, 24 Feb 2010 14:25:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flaka]]></category>

		<guid isPermaLink="false">http://en.haefelinger.it/?p=1217</guid>
		<description><![CDATA[February 24th, 2010 &#8211; The Flaka project is pleased to announce the
release of Flaka 1.01, the first release of Flaka.
Flaka is an extension for Ant. A main project goal of Flaka is the
simplification of writing a build script. 
Flaka provides:
1. an expression language (Java Unified Expression Language)
2. well known programming elements (for, when, switch, choose, [...]]]></description>
			<content:encoded><![CDATA[<p><em>February 24th, 2010</em> &#8211; <strong>The <a href="http://workbench.haefelinger.it/flaka">Flaka project</a> is pleased to announce the<br />
release of Flaka 1.01, the first release of Flaka.</strong></p>
<p>Flaka is an extension for Ant. A main project goal of Flaka is the<br />
simplification of writing a build script. </p>
<p>Flaka provides:<br />
1. an expression language (Java Unified Expression Language)<br />
2. well known programming elements (for, when, switch, choose, ..)<br />
3. exception handling<br />
4. additional types, tasks and macros </p>
<p>A small teaser script to demonstrate some of those features:</p>
<pre>
&lt;project xmlns:c="antlib:it.haefelinger.flaka" name="Flaka" >
  &lt;c:logo>
    Hello #{ project.name ? project.name : ''}!
  &lt;/c:logo>
  &lt;c:for var=" f " in=" ''.tofile.list ">
    &lt;c:when test=" f.isfile ">
      &lt;c:echo>
        ;; report basename and modification time
        file #{f.name} last modified: #{ f.mtime }
      &lt;/c:echo>
    &lt;/c:when>
  &lt;/c:for>
&lt;/project>
</pre>
<p>Flaka&#8217;s Google Project Page is<br />
<a href="http://code.google.com/p/flaka">http://code.google.com/p/flaka</a></p>
<p>Manual<br />
<a href="http://flaka.googlecode.com/files/flaka.pdf">http://flaka.googlecode.com/files/flaka.pdf</a><br />
(* Part I of this manual contains a broad overview of<br />
features Flaka has been charged with *)</p>
<p>Jar (ready to be used &#8211; no additional dependencies required)<br />
<a href="http://flaka.googlecode.com/files/ant-flaka-1.01.jar">http://flaka.googlecode.com/files/ant-flaka-1.01.jar</a></p>
<p>Development Package (rebuild from scratch)<br />
<a href="http://flaka.googlecode.com/files/flaka-1.01.zip">http://flaka.googlecode.com/files/flaka-1.01.zip</a></p>
<p>Issues should be reported to:<br />
<a href="http://code.google.com/p/flaka/issues/list">http://code.google.com/p/flaka/issues/list</a></p>
<p>More information on Flaka at<br />
<a href="http://code.google.com/p/flaka ">http://code.google.com/p/flaka </a> ; and<br />
<a href="http://workbench.haefelinger.it/flaka">http://workbench.haefelinger.it/flaka</a></p>
<p>Regards,<br />
Wolfgang Häfelinger</p>
]]></content:encoded>
			<wfw:commentRss>http://en.haefelinger.it/archives/1217/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Public Subversion Repository</title>
		<link>http://en.haefelinger.it/archives/1215</link>
		<comments>http://en.haefelinger.it/archives/1215#comments</comments>
		<pubDate>Fri, 12 Feb 2010 11:35:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[repository]]></category>

		<guid isPermaLink="false">http://en.haefelinger.it/?p=1215</guid>
		<description><![CDATA[Please find the (public) subversion repository at the new repository portal page at häfelinger IT. Other repository types, mainly for experimental purposes, are about to join in the near future.
]]></description>
			<content:encoded><![CDATA[<p>Please find the <a href="https://src.haefelinger.it/svn">(public) subversion repository</a> at the new <a href="http://src.haefelinger.it">repository portal page</a> at häfelinger IT. Other repository types, mainly for experimental purposes, are about to join in the near future.</p>
]]></content:encoded>
			<wfw:commentRss>http://en.haefelinger.it/archives/1215/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Curriculum Vitae</title>
		<link>http://en.haefelinger.it/archives/1164</link>
		<comments>http://en.haefelinger.it/archives/1164#comments</comments>
		<pubDate>Mon, 30 Nov 2009 10:19:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[curriculum vitate]]></category>

		<guid isPermaLink="false">http://en.haefelinger.it/?p=1164</guid>
		<description><![CDATA[An updated version of my curriculum viate is now downloadable as PDF document from my download server. Other document formats are still in progress.
]]></description>
			<content:encoded><![CDATA[<p>An updated version of my curriculum viate is now <a href="http://download.haefelinger.it/haefelingerit/vitae/wh-haefelingerit-en.pdf">downloadable as PDF document</a> from my <a href="http://download.haefelinger.it">download server</a>. Other document formats are still in progress.</p>
]]></content:encoded>
			<wfw:commentRss>http://en.haefelinger.it/archives/1164/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

