junit4 headless doesn't seem to work with CDT master zip plugin [message #530507] |
Thu, 29 April 2010 16:46  |
Eclipse User |
|
|
|
I found that junit4 headless from 2.0.0.536 does not work if the ant optional junit 3 plugin from the CDT is around.
org.eclipse.ant.optional.junit_3.2.200.jar
The optional plugin gets dragged in by installing the CDT 6.0.2 master zip plugins. My plugin requires the CDT to run so I download the CDT master zip, unzip it, and copy all the plugins into my eclipse/plugins directory.
I did a: rm -rf org.eclipse.ant.optional.junit_3* in my eclipse/plugins directory and then things started working fine after that.
If the plugin is around, swtbot fails with a class cast exception but no information regarding why (usually there is a "missing" or "can't find" message of some sort). Not sure why it fails under swtbot this way, but if anybody is experiencing this issue and has confirmed that all their plugins are indeed resolved by Eclipse, this may be the cause.
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04745 seconds