"Missing feature org.eclipse.swtbot" with 2.2.1, but works with 2.0.1 [message #1404281] |
Wed, 30 July 2014 17:11  |
Eclipse User |
|
|
|
my headless testing feature used to build successfully with SWTBot 2.0.4. This is how the feature.xml looks like:
.....
<includes
id="org.eclipse.swtbot"
version="0.0.0"/>
.....
I'm now trying to update my target platform to Kepler, and using SWTBot2.2.1 because of the removal of JUnit4.
Running the build now results missing feature error:
Missing feature org.eclipse.swtbot. It does not appear in the map file nor in the base location.
I'm using the SWTBot zip from:
http://download.eclipse.org/technology/swtbot/releases/2.2.0/repository.zip
so the structure looks like
rootDirectory/
SWTBot/
2.2.1/
features/
org.eclipse.swtbot_2.2.1.201402241301.jar
.....
Version 2.0.4 was put under the same directory:
rootDirectory/
SWTBot/
2.0.4/
features/
org.eclipse.swtbot_2.0.4.20110304_0338-e5aff47-dev-e36
If the pluginPath was pointed to SWTBot 2.0.4, the build had no problem finding it, thought JUnit4 error will appear.
Any suggestion how to make it work with the newer SWTBot? Any input is appreciated.
Thanks,
- Sophia
......
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02828 seconds