Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 350619 - ant.tests.ui compilation error
Summary: ant.tests.ui compilation error
Status: RESOLVED FIXED
Alias: None
Product: Linux Tools
Classification: Tools
Component: eclipse-build (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Andrew Overholt CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 350603
Blocks:
  Show dependency tree
 
Reported: 2011-06-28 13:58 EDT by Andrew Overholt CLA
Modified: 2011-07-04 14:15 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.