Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] [eclipse-build]Build I20061211-0010 (Timestamp: 200612110010):Compile errors in build


Hi Carolyn,

the detail on the compiler options used for your bundles is available in the xml log link in the <options> element:

http://download.eclipse.org/downloads/drops/I20061211-0010/compilelogs/plugins/org.eclipse.swt.win32.win32.x86_3.3.0.v3320/@dot.bin.xml

If you have any questions about the settings, I'm sure  your friendly neighborhood JDT Compiler expert can provide some advice or point you to some doc : )

Please be aware that the compiler options used will be bundle specific since they source and target are sometimes set at the bundle level.

hth,

Sonia



Carolyn MacLeod/Ottawa/IBM@IBMCA
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx

12/11/2006 03:10 PM

Please respond to
"Eclipse platform release engineering list."        <platform-releng-dev@xxxxxxxxxxx>

To
"Eclipse platform release engineering list." <platform-releng-dev@xxxxxxxxxxx>
cc
Subject
Re: [platform-releng-dev]        [eclipse-build]Build        I20061211-0010        (Timestamp:        200612110010):Compile errors in build






For info, in case this is useful info to anyone...


We had an empty statement (double semicolon) that compiled clean inside eclipse, yet gave a compiler error for the build.


This was because the JDK compiler compliance level for the swt project defaulted to 1.3, which ignores empty statements.

So we have now enabled project-specific complier compliance, and set the level to 1.4 to match what the build defaults to, so that empty statements will be flagged.


Carolyn



Carolyn MacLeod/Ottawa/IBM@IBMCA
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx

12/11/2006 11:37 AM

Please respond to
"Eclipse platform release engineering list."        <platform-releng-dev@xxxxxxxxxxx>

To
"Eclipse platform release engineering list." <platform-releng-dev@xxxxxxxxxxx>
cc
Subject
Re: [platform-releng-dev]        [eclipse-build]Build        I20061211-0010        (Timestamp: 200612110010):Compile        errors in build








The SWT compile error has been fixed and tagged and the map file is updated.


The code in question compiles cleanly inside eclipse.

It was a double semicolon at the end of a line:
        return super.wmColorChild (wParam, lParam);;

Apparently, the compiler is more strict when building.

Releng - if possible, can you please send a list of all warnings that the build compiler flags as errors?


Thanks,

Carolyn


Daniel Megert <daniel_megert@xxxxxxxxxx>
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx

12/11/2006 04:10 AM

Please respond to
"Eclipse platform release engineering list."        <platform-releng-dev@xxxxxxxxxxx>


To
"Eclipse platform release engineering list." <platform-releng-dev@xxxxxxxxxxx>
cc
Subject
Re: [platform-releng-dev] [eclipse-build]Build        I20061211-0010        (Timestamp: 200612110010):Compile errors in build









The SWT compile error makes this build unusable.

Dani


                                                                       
          eclipse-releng@ec                                            
          lipse.org                                                    
          Sent by:                                                   To
          platform-releng-d         platform-releng-dev@xxxxxxxxxxx    
          ev-bounces@eclips                                          cc
          e.org                                                        
                                                                Subject
                                    [platform-releng-dev]              
          11.12.2006 07:11          [eclipse-build]Build I20061211-0010
                                    (Timestamp: 200612110010):Compile  
                                    errors in build                    
          Please respond to                                            
          "Eclipse platform                                            
               release                                                  
             engineering                                                
               list."                                                  
          <platform-releng-                                            
          dev@xxxxxxxxxxx>                                              
                                                                       
                                                                       




Build I20061211-0010 (Timestamp: 200612110010):  Compile errors in build.
See attached compile logs.[attachment
"/builds/transfer/files/master/downloads/drops/I20061211-0010/compilelogs/plugins/org.eclipse.swt.win32.wce_ppc.arm_3.3.0.v3320-@xxxxxxxxxxxx"
deleted by Daniel Megert/Zurich/IBM] [attachment
"/builds/transfer/files/master/downloads/drops/I20061211-0010/compilelogs/plugins/org.eclipse.swt.win32.win32.x86_3.3.0.v3320-@xxxxxxxxxxxx"
deleted by Daniel Megert/Zurich/IBM] [attachment
"/builds/transfer/files/master/downloads/drops/I20061211-0010/compilelogs/plugins/org.eclipse.help.webapp_3.3.0.v20061210/WEB-INF/lib-servlets.jar.bin.html"
deleted by Daniel Megert/Zurich/IBM] [attachment
"/builds/transfer/files/master/downloads/drops/I20061211-0010/compilelogs/plugins/org.eclipse.help.webapp_3.3.0.v20061210/WEB-INF/lib-jsp.jar.bin.html"
deleted by Daniel Megert/Zurich/IBM] [attachment
"/builds/transfer/files/master/downloads/drops/I20061211-0010/compilelogs/plugins/org.eclipse.ua.tests_3.3.0.v20061208-ua-tests.jar.bin.html"
deleted by Daniel Megert/Zurich/IBM]
_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev


_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev
_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev

_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev


Back to the top