On 8/5/05, Martin Burger <[EMAIL PROTECTED]> wrote:
> For writing to the console, is "System.out.println(...)" the best way?
> Or should I use some logger, perhaps "Logger.getLogger("org.apache.maven")"?

The latter.

> Is there any well defined way to trigger that the build failed ("BUILD
> FAILED")?

throw new JellyTagException(...) IIRC.

- Brett

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to