Hi Alexey,
Towards execution of Step 3 the exceptions are thrown as:
[ERROR] Failed to execute goal org.sonatype.tycho:maven-osgi-compiler-plugin:0.10.0:compile (default-compile) on project
org.jboss.tools.ui.bot.ext: Compilation failure: Compilation failure:
[ERROR] D:\PRATHAMESH\ENVIRONMENT\WORKSPACES\source-jbosstools\trunk\tests\plugins\org.jboss.tools.ui.bot.ext\src\org\jb
oss\tools\ui\bot\ext\SWTBotExt.java (at line 132):[-1,-1]
[ERROR] public SWTBotScaleExt scale() {
[ERROR] ^^^^^^^^^^^^^^
[ERROR] The return type is incompatible with SWTBot.scale()
[ERROR]
[ERROR] D:\PRATHAMESH\ENVIRONMENT\WORKSPACES\source-jbosstools\trunk\tests\plugins\org.jboss.tools.ui.bot.ext\src\org\jb
oss\tools\ui\bot\ext\SWTBotExt.java (at line 136):[-1,-1]
[ERROR] public SWTBotScaleExt scale(int index) {
[ERROR] ^^^^^^^^^^^^^^
[ERROR] The return type is incompatible with SWTBot.scale(int)
No clue what is this and how to tackle it. Kindly assist.