[ANN] Quokka 0.3 Released - an Ant-based reproducible, modular build tool

2008-10-19 Thread Andrew O'Malley
Hi all, I'd like to announce the release of Quokka 0.3 at http://quokka.ws/. Quokka is a software build system, focusing on reproducible, modular builds with fine-grained dependency management. Essentially, Quokka provides an Ant-based alternative to Maven. For Ant users, Quokka provides a

Re: scriptdef with nested fileset and mapper

2008-10-19 Thread Gilbert Rebhan
Stefan wrote = > /* > I'm trying to write a custom copy task using scriptdef & ruby > but I don't find the documentation I need. The script should > (as an example) do the same as the copy task. How do I access > the original file and the mapped file ? Like in this skeleton: > > > ??? > >