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
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:
>
>
> ???
>
>