>
> What is the correct way to tell paver an error has occurred in a task?
Assuming you mean an error that should stop the build, the right thing
to do is raise BuildFailure. Right now, BuildFailure doesn't get any
kind of special treatment, but I'm sure it will at some point.
Kevin