[
https://issues.jboss.org/browse/JBIDE-8513?page=com.atlassian.jira.plugin...
]
Libor Zoubek commented on JBIDE-8513:
-------------------------------------
I'll fix it. This is because Nick updated SWTBot in 3.2 branch too (JBIDE-8498) and i
forgot to fix BotExt there
org.jboss.tools.ui.bot.ext build failure
----------------------------------------
Key: JBIDE-8513
URL:
https://issues.jboss.org/browse/JBIDE-8513
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: QA
Affects Versions: 3.2.1
Reporter: Alexey Kazakov
Assignee: Jiri Peterka
Priority: Blocker
Fix For: 3.2.1
I get this error during local tycho build:
[INFO] Compiling 109 source files to
/home/igels/Projects/jbosstools-3.2.x/tests/plugins/org.jboss.tools.ui.bot.ext/target/classes
----------
1. ERROR in
/home/igels/Projects/jbosstools-3.2.x/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTBotExt.java
(at line 132)
public SWTBotScaleExt scale() {
^^^^^^^^^^^^^^
The return type is incompatible with SWTBot.scale()
----------
2. ERROR in
/home/igels/Projects/jbosstools-3.2.x/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTBotExt.java
(at line 136)
public SWTBotScaleExt scale(int index) {
^^^^^^^^^^^^^^
The return type is incompatible with SWTBot.scale(int)
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira