[
https://issues.jboss.org/browse/JBDS-1682?page=com.atlassian.jira.plugin....
]
Nick Boldt edited comment on JBDS-1682 at 7/20/11 5:43 PM:
-----------------------------------------------------------
The above changes allowed me to install the whole JBDS Extras site (specifically including
the JBDS Mylyn uberfeature) but when trying to install into JBDS5, I got this:
{code}
Cannot complete the install because one or more required items could not be found.
Software being installed: Mylyn (Certified) 1.0.0.v20110720-1716-M3
(com.jboss.jbds.mylyn.feature.feature.group 1.0.0.v20110720-1716-M3)
Missing requirement: JSP API Bundle 2.2.0.v201103241009 (javax.servlet.jsp
2.2.0.v201103241009) requires 'package javax.el 2.1.0' but it could not be found
Cannot satisfy dependency:
From: Mylyn (Certified) 1.0.0.v20110720-1716-M3
(com.jboss.jbds.mylyn.feature.feature.group 1.0.0.v20110720-1716-M3)
To: javax.servlet.jsp [2.2.0.v201103241009]
{code}
Added this to jbds mylyn feature:
{code}
<plugin id="javax.el" version="2.1.0" match="compatible"
unpack="false" />
{code}
And I can install it into JBDS 5 successfully.
was (Author: nickboldt):
The above changes allowed me to install the whole JBDS Extras site (specifically
including the JBDS Mylyn uberfeature) but when trying to install into JBDS5, I got this:
Cannot complete the install because one or more required items could not be found.
Software being installed: Mylyn (Certified) 1.0.0.v20110720-1716-M3
(com.jboss.jbds.mylyn.feature.feature.group 1.0.0.v20110720-1716-M3)
Missing requirement: JSP API Bundle 2.2.0.v201103241009 (javax.servlet.jsp
2.2.0.v201103241009) requires 'package javax.el 2.1.0' but it could not be found
Cannot satisfy dependency:
From: Mylyn (Certified) 1.0.0.v20110720-1716-M3
(com.jboss.jbds.mylyn.feature.feature.group 1.0.0.v20110720-1716-M3)
To: javax.servlet.jsp [2.2.0.v201103241009]
So... going to add this to jbds mylyn feature:
<plugin id="javax.el" version="2.1.0" match="compatible"
unpack="false" />
Add Atlassian Mylyn-JIRA features to update site (if possible)
--------------------------------------------------------------
Key: JBDS-1682
URL:
https://issues.jboss.org/browse/JBDS-1682
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Sub-task
Components: updatesite
Affects Versions: 4.1.0.CR2, 5.0.0.M2
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 4.1.0.CR3, 5.0.0.M3
Attachments: JBDS-1682.patch, JBDS-1682_2.patch
Ran into some compatibility issues w/ the Atlassian JIRA plugins for Mylyn, so
they've all been removed from the 5.0 and 4.x Extras sites pending further
investigation into compatibility. Might have to respin those features ourselves and fix
their requirement ranges so they're not so strictly tied to old Orbit bundles like:
* org.apache.commons.httpclient [3.1.0.v201005080502]
* javax.wsdl [1.6.2.v201005080631]
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira