Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Warnings discrepancy between hudson and IDE

Cool. Yes, we should keep them the same.

On Fri, May 14, 2010 at 4:44 AM, James Blackburn <jamesblackburn@xxxxxxxxx> wrote:
Ah, thanks Doug.

I did a quick google and it looks like there's a new build.properties
option in 3.6M7:
javacProjectSettings=true
http://download.eclipse.org/eclipse/downloads/drops/S-3.6M7-201004291549/eclipse-news-M7.html

(https://bugs.eclipse.org/bugs/show_bug.cgi?id=291528)

I'm going to try setting this on the core.tests build.properties. If
it works as expected, I'd suggest we switch this on, on all the
plugins -- it makes sense that we see the same warnings in Hudson as
we do in the IDE.

Cheers,
James


On 13 May 2010 18:47, Doug Schaefer <cdtdoug@xxxxxxxxx> wrote:
> PDE build doesn't use the JDT warnings settings. And, yes, it's always
> bugged me that it's different.
>
> On Thu, May 13, 2010 at 12:44 PM, James Blackburn <jamesblackburn@xxxxxxxxx>
> wrote:
>>
>> Hi All,
>>
>> With the recent build 153 I noticed the notification of Warnings in a
>> file I committed in core.tests:
>> CConfigurationDescriptionExportSettings.java
>> https://build.eclipse.org/hudson/job/cdt-nightly/153/warningsResult/new/?
>>
>> What's interesting is that these warnings don't show up in the IDE for
>> me (the file is clean of warnings). Is the hudson build ignoring the
>> warning levels set on the plugin?
>>
>>
>> James
>>
>>
>> On 13 May 2010 17:36, Hudson Builder ' <hudsonbuild@xxxxxxxxxxx> wrote:
>> > See <https://build.eclipse.org/hudson/job/cdt-nightly/changes>
>> >
>> >
>> >
>> _______________________________________________
>> 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