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 N20060316-0010 (Timestamp: 200603160010):Compile errors in build

Could you attach a preview here?

Dani


                                                                           
             Olivier Thomann                                               
             <Olivier_Thomann@                                             
             ca.ibm.com>                                                To 
             Sent by:                  "Eclipse platform release           
             platform-releng-d         engineering list."                  
             ev-bounces@eclips         <platform-releng-dev@xxxxxxxxxxx>   
             e.org                                                      cc 
                                                                           
                                                                   Subject 
             16.03.2006 17:54          Re: [platform-releng-dev]           
                                       [eclipse-build]Build                
                                       N20060316-0010    (Timestamp:       
             Please respond to         200603160010):Compile errors in     
             "Eclipse platform         build                               
                  release                                                  
                engineering                                                
                  list."                                                   
             <platform-releng-                                             
             dev@xxxxxxxxxxx>                                              
                                                                           
                                                                           




The latest version provides an html file that looks like this:



It prints first all errors (none in this case) and then all warnings.

Hope this help,

Olivier




Grant Gayed/Ottawa/IBM@IBMCA
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx
2006-03-16 09:48
Please respond to
"Eclipse platform release engineering list."


To
platform-releng-dev@xxxxxxxxxxx
cc

Subject
Re: [platform-releng-dev] [eclipse-build]Build N20060316-0010 (Timestamp:
200603160010):Compile errors in build







It's also quite vital, at least to swt, that the os and ws where the
compile errors occurred be specified in the new logs.  Last night's
compile error provides a good example; the Table* and Tree* errors were
initially very confusing because these classes compile fine on my motif
machine, where they are developed.  It was only after some investigation
that I realized that it was actually on photon where these errors were
occurring.  Errors in the gtk vs. gtk64 builds provide another case where
specifying the os and ws is needed.

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

(See attached file: @dot.bin.html)
_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev
Title: Compiler log for org.eclipse.ui.tests.harness_1.0.0

Compiler log for org.eclipse.ui.tests.harness_1.0.0

TOTAL : PROBLEMS: 1, ERRORS: 0, WARNINGS: 1

1. WARNING in /builds/eclipsebuilder/src/plugins/org.eclipse.ui.tests.harness/src/org/eclipse/ui/tests/internal/util/VerifyDialog.java
 (at line 59)
private Button _noButton;
The field VerifyDialog._noButton is never read locally

Back to the top