Skip to main content

[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

Ok thanks, I am commiting the patch to turn on  javacFailOnError

On Wed, May 12, 2010 at 10:29 PM, Olexiy Buyanskyy <olexiyb@xxxxxxxxx> wrote:
> I have created bug 312740.
>
> --
> Olexiy
>
> On Wed, May 12, 2010 at 1:16 PM, Andrew Gvozdev <angvoz.dev@xxxxxxxxx> wrote:
>> +1 to enable that
>>
>> On Wed, May 12, 2010 at 1:08 PM, Olexiy Buyanskyy <olexiyb@xxxxxxxxx> wrote:
>>>
>>> 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
>>> _______________________________________________
>>> cdt-dev mailing list
>>> cdt-dev@xxxxxxxxxxx
>>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>>
>>
>> _______________________________________________
>> cdt-dev mailing list
>> cdt-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>>
>>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>


Back to the top