Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] 4.6.0 N-Build: N20150908-2000 - BUILD FAILED

> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.23.1:compile (default-compile) on project org.eclipse.core.tests.resources: Compilation failure: Compilation failure:

Why does the entire build fail because of a compile error in a test bundle? I thought we publish those builds that have no errors.

Dani



From:        "David M Williams" <david_williams@xxxxxxxxxx>
To:        "Eclipse platform release engineering list." <platform-releng-dev@xxxxxxxxxxx>
Date:        09.09.2015 06:58
Subject:        Re: [platform-releng-dev] 4.6.0 N-Build: N20150908-2000 - BUILD        FAILED
Sent by:        platform-releng-dev-bounces@xxxxxxxxxxx




Interesting error. I assume related to Bug 475417 - Remove static references from contenttype

And, since this also shows up as a compile error in my IDE, I think that someone does not have enough code loaded into their IDE! :/


[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.23.1:compile (default-compile) on project org.eclipse.core.tests.resources: Compilation failure: Compilation failure:
[ERROR] /opt/public/eclipse/builds/4N/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/content/IContentTypeManagerTest.java:[892]
[ERROR] ContentTypeManager manager = ContentTypeManager.getInstance();
[ERROR] ^^^^^^^^^^^
[ERROR] The method getInstance() is undefined for the type ContentTypeManager
[ERROR] /opt/public/eclipse/builds/4N/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/content/IContentTypeManagerTest.java:[1147]
[ERROR] ContentTypeManager manager = ContentTypeManager.getInstance();
[ERROR] ^^^^^^^^^^^
[ERROR] The method getInstance() is undefined for the type ContentTypeManager
[ERROR] 2 problems (2 errors)





From:        
e4Builder@xxxxxxxxxxx
To:        
platform-releng-dev@xxxxxxxxxxx,
Date:        
09/08/2015 08:50 PM
Subject:        
[platform-releng-dev] 4.6.0 N-Build: N20150908-2000 - BUILD FAILED
Sent by:        
platform-releng-dev-bounces@xxxxxxxxxxx




Eclipse downloads:
 
http://download.eclipse.org/eclipse/downloads/drops4/N20150908-2000/

   Build logs and/or test results (eventually):
   
http://download.eclipse.org/eclipse/downloads/drops4/N20150908-2000/testResults.php_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit

https://dev.eclipse.org/mailman/listinfo/platform-releng-dev

_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev


Back to the top