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

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

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