|
Project Information
Members
Featured
Downloads
Wiki pages
Links
|
Flaka 1.2.2 has been released! Amsterdam, June 11th 2011. Flaka 1.2.2 has been released today. This releases tackles some minor issues, like issue 3 (ability to unset user properties), issue 8 (EL function matches) and issue 9 (EL function glob). Update to your liking. Flaka is a plugin for Ant providing
What Flaka is not:
A small script to list all files in build file's base folder along with their last modification date: <project name="demo" xmlns:c="antlib:it.haefelinger.flaka">
<c:install-property-handler />
<c:for var="f" in=" file(project).list ">
<echo>
#{ format('file %s, last modified %tD', f.name,f.mtime) }
</echo>
</c:for>
</project>Have a look at Flaka's manual for further information or checkout Manual for older versions or other formats. |