]
Josef Kopriva closed JBIDE-26142.
---------------------------------
Resolution: Done
Closing, PR is merged.
Fix imports in examples ITests
------------------------------
Key: JBIDE-26142
URL:
https://issues.jboss.org/browse/JBIDE-26142
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build, integration-tests, project-examples
Affects Versions: 4.6.0.Final
Reporter: Josef Kopriva
Assignee: Josef Kopriva
{code:java}
13:32:39 [INFO] Resolving dependencies of MavenProject:
org.jboss.tools.examples.ui.bot.test:org.jboss.tools.examples.ui.bot.test:4.4.200-SNAPSHOT
@
/mnt/hudson_workspace/workspace/jbt-integration-tests-prcheck/jdk/jdk1.8/label/rhel7/tests/org.jboss.tools.examples.ui.bot.test/pom.xml
13:32:39 [INFO] {osgi.os=macosx, osgi.ws=cocoa, org.eclipse.update.install.features=true,
osgi.arch=x86_64}
13:32:39 [ERROR] Cannot resolve project dependencies:
13:32:39 [ERROR] Software being installed:
com.basistech.m2e.code.quality.checkstyle.feature.feature.group 1.0.0.201705301746
13:32:39 [ERROR] Missing requirement: com.basistech.m2e.code.quality.checkstyle
1.0.0.201705301746 requires 'bundle org.eclipse.m2e.jdt [1.0.0,1.9.0)' but it
could not be found
13:32:39 [ERROR] Cannot satisfy dependency:
com.basistech.m2e.code.quality.checkstyle.feature.feature.group 1.0.0.201705301746 depends
on: com.basistech.m2e.code.quality.checkstyle [1.0.0.201705301746]
13:32:39 [ERROR]
13:32:39 [ERROR] See
http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting
for help.
13:32:39 [ERROR] Cannot resolve dependencies of MavenProject:
org.jboss.tools.examples.ui.bot.test:org.jboss.tools.examples.ui.bot.test:4.4.200-SNAPSHOT
@
/mnt/hudson_workspace/workspace/jbt-integration-tests-prcheck/jdk/jdk1.8/label/rhel7/tests/org.jboss.tools.examples.ui.bot.test/pom.xml:
See log for details -> [Help 1]
13:32:39 [ERROR]
13:32:39 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
13:32:39 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
13:32:39 [ERROR]
13:32:39 [ERROR] For more information about the errors and possible solutions, please
read the following articles:
13:32:39 [ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException
{code}