[
https://issues.jboss.org/browse/JBIDE-9565?page=com.atlassian.jira.plugin...
]
Denis Golovin commented on JBIDE-9565:
--------------------------------------
swt bot plugins now are in continuous build, because nick included them into aggregation
pom, so to catch that problems check continuous build emails from hudson. I added
swtbot.test.skip flag to disable tests that is not supposed to be run from maven. Most of
those disabled tests have not declared all dependencies in manifest, have missing
requirements and so on. I've tried to fix some of them, but it seems not always
possible. So if you want to run them from maven just add -Dswtbot.test.skip=false into
command line
compile failed in org.jboss.tools.deltacloud.ui.bot.test :: The
import org.jboss.tools.ui.bot.ext.config.Annotations.SWTBotTestRequires cannot be
resolved
----------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-9565
URL:
https://issues.jboss.org/browse/JBIDE-9565
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: deltacloud, testing
Affects Versions: 3.3.0.M3
Reporter: Nick Boldt
Assignee: Libor Zoubek
Fix For: 3.3.0.M3
http://hudson.qa.jboss.com/hudson/view/DevStudio_Trunk/job/jbosstools-3.3...
{code}
[INFO] deltacloud.all .................................... SUCCESS [0.454s]
[INFO] deltacloud.plugins ................................ SUCCESS [0.009s]
[INFO] org.jboss.tools.deltacloud.core ................... SUCCESS [7.409s]
[INFO] org.jboss.tools.deltacloud.ui ..................... SUCCESS [7.265s]
[INFO] org.jboss.tools.deltacloud.docs ................... SUCCESS [0.912s]
[INFO] org.jboss.tools.deltacloud.integration ............ SUCCESS [1.923s]
[INFO] deltacloud.features ............................... SUCCESS [0.011s]
[INFO] org.jboss.tools.deltacloud.feature ................ SUCCESS [0.299s]
[INFO] deltacloud.tests .................................. SUCCESS [0.012s]
[INFO] org.jboss.tools.deltacloud.test ................... SUCCESS [1.201s]
[INFO] org.jboss.tools.deltacloud.ui.bot.test ............ FAILURE [1.422s]
[INFO] org.jboss.tools.deltacloud.test.feature ........... SKIPPED
[INFO] deltacloud.site ................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.12.0:compile
(default-compile) on project org.jboss.tools.deltacloud.ui.bot.test: Compilation failure:
Compilation failure:
[ERROR]
/mnt/hudson_workspace/workspace/jbosstools-3.3_trunk.component--deltacloud/sources/tests/org.jboss.tools.deltacloud.ui.bot.test/src/org/jboss/tools/deltacloud/ui/bot/test/CloudViewerTest.java
(at line 9):[-1,-1]
[ERROR] import org.jboss.tools.ui.bot.ext.config.Annotations.SWTBotTestRequires;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.tools.ui.bot.ext.config.Annotations.SWTBotTestRequires
cannot be resolved
[ERROR]
[ERROR]
/mnt/hudson_workspace/workspace/jbosstools-3.3_trunk.component--deltacloud/sources/tests/org.jboss.tools.deltacloud.ui.bot.test/src/org/jboss/tools/deltacloud/ui/bot/test/CloudViewerTest.java
(at line 14):[-1,-1]
[ERROR]
@SWTBotTestRequires(runOnce=true,perspective="Deltacloud",secureStorage=true)
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] SWTBotTestRequires cannot be resolved to a type
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira