build.xml must fail on error [patch]

Jean-Philippe Leboeuf <[email protected]> Wed, 12 Jul 2006 14:45:54 +0200
Newsgroups gmane.comp.mozilla.jrex
Message-ID <[email protected]>
Hello,

I created a patch for jrex_1_0b1_dom3 forcing failure when native 
compilation fail.

Link for the problem and the solution : 
http://www.mozdev.org/pipermail/jrex/2006-May/002544.html, by  Tobias K. 
Tobiasen (T2K).

++jpl

_______________________________________________
JRex mailing list
[email protected]
http://mozdev.org/mailman/listinfo/jrex
build_failonerror.patch (text/plain, 959 B)
16a17,19
>  #   Tobias K. Tobiasen (T2K) <news2-n9eAt1kxAfNpTDp1zikcZZpC/[email protected]>
>  #     [http://www.mozdev.org/pipermail/jrex/2006-May/002544.html]
>  #   J.-P. Leboeuf <[email protected]>
60c63
< 		<exec dir="${nsrc}" executable="make" >
---
> 		<exec dir="${nsrc}" executable="make" failonerror="true" >
269c272
< 		<exec dir="${nsrc}" executable="make" >
---
> 		<exec dir="${nsrc}" executable="make" failonerror="true" >
272c275
< 		<exec dir="${nsrc}" executable="make" >
---
> 		<exec dir="${nsrc}" executable="make" failonerror="true" >
279c282
< 		<exec dir="${nsrc}" executable="make" >
---
> 		<exec dir="${nsrc}" executable="make" failonerror="true" >
285c288
< 		<exec dir="${nsrc}" executable="make" >
---
> 		<exec dir="${nsrc}" executable="make" failonerror="true" >
288c291
< 		<exec dir="${nsrc}" executable="make" >
---
> 		<exec dir="${nsrc}" executable="make" failonerror="true" >