21Nov Sun2004 | AntFlow: Workflow in Ant
I have mixed feelings about these extended-Ant thingys. On one
side, its fascinating to see workflows being built on Ant, and it
shows the pent-up need for a good OSS workflow system. I almost
publicly denounced GridAnt for being an inappropriate use of
Ant.
On the other, Ant's core architecture is about the build
process. We lack the stability, persistence and fault tolerance of
a long-life system, or the ability to declare exception handling
rigorously.
AntFlow
is a workflow system; looks like it listens for folders and when
files go in you can have events work on them. Event handling is
done in Ant with extra tasks for exceptioning. If you know Ant,
you'll be able to use AntFlow.
Irony: Maven reports on the site :)
|