[
https://issues.jboss.org/browse/JBDS-2020?page=com.atlassian.jira.plugin....
]
Nick Boldt edited comment on JBDS-2020 at 2/18/12 7:28 PM:
-----------------------------------------------------------
Committed to 5x and trunk branches.
Verify:
http://hudson.qa.jboss.com/hudson/job/jbosstools-3.3_stable_branch.aggreg... >=65
-> {color:red}*PENDING*{color}
http://hudson.qa.jboss.com/hudson/job/devstudio-5.0_stable_branch.updates... >=62
-> {color:red}*PENDING*{color}
http://hudson.qa.jboss.com/hudson/job/devstudio-5.0_trunk.updatesite/ >=1681 ->
{color:green}*GOOD*{color}
http://hudson.qa.jboss.com/hudson/job/jbosstools-3.3_trunk.aggregate/ >=4182 ->
{color:green}*GOOD*{color}
was (Author: nickboldt):
Committed to 5x and trunk branches.
Verify:
http://hudson.qa.jboss.com/hudson/job/jbosstools-3.3_stable_branch.aggreg... >=65
http://hudson.qa.jboss.com/hudson/job/devstudio-5.0_stable_branch.updates... >=62
JBDS update site build (product, extras, techpreview) should not
depend on upstream test plugins
------------------------------------------------------------------------------------------------
Key: JBDS-2020
URL:
https://issues.jboss.org/browse/JBDS-2020
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Build, updatesite
Affects Versions: 5.0.0.Beta1
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 5.0.0.Beta1
After switching the JBDS aggregate build to pull from the upstream JBT nightly site
(instead of the nightly staging composite site), so that the included plugins/features
would be the same version, I hit this problem:
{code}
[ERROR] Cannot resolve project dependencies:
[ERROR] Software being installed: com.jboss.jbds.extras.ui.bot.test 1.0.0.qualifier
[ERROR] Missing requirement: com.jboss.jbds.extras.ui.bot.test 1.0.0.qualifier requires
'bundle org.jboss.tools.ui.bot.ext 3.2.0' but it could not be found
[ERROR]
[ERROR] Internal error: java.lang.RuntimeException: "No solution found because the
problem is unsatisfiable.": ["Unable to satisfy dependency from
com.jboss.jbds.extras.ui.bot.test 1.0.0.qualifier to bundle org.jboss.tools.ui.bot.ext
3.2.0.", "Unable to satisfy dependency from com.jboss.jbds.extras.ui.bot.test
1.0.0.qualifier to bundle org.jboss.tools.jst.ui.bot.test 3.3.0.", "No solution
found because the problem is unsatisfiable."] -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException:
"No solution found because the problem is unsatisfiable.": ["Unable to
satisfy dependency from com.jboss.jbds.extras.ui.bot.test 1.0.0.qualifier to bundle
org.jboss.tools.ui.bot.ext 3.2.0.", "Unable to satisfy dependency from
com.jboss.jbds.extras.ui.bot.test 1.0.0.qualifier to bundle
org.jboss.tools.jst.ui.bot.test 3.3.0.", "No solution found because the problem
is unsatisfiable."]
{code}
Solution is to move the single plugin com.jboss.jbds.extras.ui.bot.test [1] into another
site [2]:
[1]
https://svn.jboss.org/repos/devstudio/trunk/extras/tests/
[2]
https://svn.jboss.org/repos/devstudio/trunk/qa/devstudiotest-site/plugins/
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira