Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 350619

Summary: ant.tests.ui compilation error
Product: [Tools] Linux Tools Reporter: Andrew Overholt <overholt>
Component: eclipse-buildAssignee: Andrew Overholt <overholt>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: linux.packagingtools-inbox, swagiaal
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:
Bug Depends on: 350603    
Bug Blocks:    

Description Andrew Overholt CLA 2011-06-28 13:58:46 EDT
The ant UI tests fail to compile:

[javac] 658. ERROR in .../eclipse-build/testsBuild/eclipse-sdktests-3.7.0-src/plugins/org.eclipse.ant.tests.ui/Ant Debug Tests/org/eclipse/ant/tests/ui/debug/PropertyTests.java (at line 94)
[javac]         assertProperty(thread, "ant.version", ANT_VERSION, false);
[javac]         ^^^^^^^^^^^^^^
[javac] The method assertProperty(AntThread, String, String) in the type PropertyTests is not applicable for the arguments (AntThread, String, String, boolean)

The buildTests task can be used to reproduce this problem.  The error I quote above is buried in the log.  This could be due to an API change in one of our dependencies.  Further investigation is required.
Comment 1 Andrew Overholt CLA 2011-07-04 14:15:21 EDT
Sorry to take this from you, Sami, but I fixed it in 2ed7bf0871e13ab4e3ce06578204678c517fe1e3.