You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Jeremy Boynes <je...@coredevelopers.net> on 2004/02/21 17:54:19 UTC

Build does not break on assembly failure

If the assembly goal fails, the build does not break and ultimately 
reports sucess - is there a way to stop that happening?

-- 
Jeremy


Re: Build does not break on assembly failure

Posted by Jeremy Boynes <je...@coredevelopers.net>.
Dain Sundstrom wrote:

> On Feb 21, 2004, at 10:54 AM, Jeremy Boynes wrote:
> 
>> If the assembly goal fails, the build does not break and ultimately 
>> reports sucess - is there a way to stop that happening?
> 
> 
> I think the problem you are referring to is the java tasks fail but the 
> build continues happily. I have added failonerror=true to the java tasks 
> which works for me.  I'll check this in today.
> 

It was - thanks
--
Jeremy

Re: Build does not break on assembly failure

Posted by Dain Sundstrom <da...@coredevelopers.net>.
On Feb 21, 2004, at 10:54 AM, Jeremy Boynes wrote:

> If the assembly goal fails, the build does not break and ultimately 
> reports sucess - is there a way to stop that happening?

I think the problem you are referring to is the java tasks fail but the 
build continues happily. I have added failonerror=true to the java 
tasks which works for me.  I'll check this in today.

-dain