[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [cdt-dev] Fwd: Build failed in Hudson: cdt-nightly #140
|
- From: Olexiy Buyanskyy <olexiyb@xxxxxxxxx>
- Date: Wed, 12 May 2010 13:08:20 -0400
- Delivered-to: cdt-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=gaPPy/QTxb71oLdbiKlPN4e56aBDE2ufTTDE09S0Its=; b=BcriBVpoS+T0ye/odna5IIHebUGFU9RN8XTOKm6oLjfOHw3h2x5z7zfjAN7vXfPGXx t2v7eUtlndlVNc/ZpiMKZUyanvn5tJr+pg4T8nXLe+DxLEfSLXhsRBOI2NbJYGKCF/8h pjssEugG7bIJO2IRGktshXZ9MJIcQZVT2DRaM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=a7FKF0fQAyXIKcYg+RDwK2pg/M+fOxfZOuNC3jKdiDPBQpUjanBb1la8NqvKUpfUXF ZTLJ/NgKGxG5WWxnYsPLGFbD3JkiPuPBj9niO5kcDC42KoK+T9nfEw7sVBIOhaSpAv5x dxpKoldNTnNPymLEYSrpdCAk3YStd8DQOwGW4=
Doug,
On Wed, May 12, 2010 at 11:42 AM, Doug Schaefer <cdtdoug@xxxxxxxxx> wrote:
> It may be reckless, but it wasn't my decision. It's just the way the Eclipse
> ant tasks work. They don't consider compile errors as build failures for
> whatever reason.
>
All you need just turn on option in
org.eclipse.cdt.releng/master/build.properties.
As I can see it was originally committed as
javacFailOnError=false
But should be
javacFailOnError=true
I just tested with build of my own small pde project. Default value of
javacFailOnError=false. So to control the build you have to use
javacFailOnError=true.
--
Olexiy