[
https://issues.jboss.org/browse/JBTIS-102?page=com.atlassian.jira.plugin....
]
Paul Leacu commented on JBTIS-102:
----------------------------------
The fuseide features have external plugins included directly instead of having a TP
dependency. This is what I'm attempting to address - e.g. fuse camel editor
feature.xml:
<plugin
id="org.springframework.aspects"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.springframework.osgi.core"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.springframework.osgi.extender"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
...
This I'm changing to (fuse TP dependency .target):
<location includeAllPlatforms="false" includeMode="planner"
includeSource="true" type="InstallableUnit">
<unit id="org.springframework.aop" version="3.1.4.RELEASE"/>
<unit id="org.springframework.asm" version="3.1.4.RELEASE"/>
<unit id="org.springframework.beans"
version="3.1.4.RELEASE"/>
<unit id="org.springframework.context"
version="3.1.4.RELEASE"/>
<unit id="org.springframework.context.support"
version="3.1.4.RELEASE"/>
<unit id="org.springframework.core"
version="3.1.4.RELEASE"/>
<unit id="org.springframework.expression"
version="3.1.4.RELEASE"/>
<unit id="org.springframework.osgi.core"
version="2.0.0.M2-SNAPSHOT"/>
<unit id="org.springframework.osgi.io"
version="2.0.0.M2-SNAPSHOT"/>
<unit id="org.springframework.transaction"
version="3.1.4.RELEASE"/>
<unit id="javax.el" version="2.2.0.v201108011116"/>
<repository
location="http://download.jboss.org/jbosstools/updates/requirements/...
</location>
The versions are close (3.1.3.RELEASE for fuse to 3.1.4.RELEASE for jboss tools).
I'm not sure if this dependency is strictly for tooling or for some other tech -
I'll ask Lars. Basically I'm attempting to stick them together and see how it
works. Since we were already mirroring 10 of the jars adding the missing 3 seemed
logical. There's also a large org.apache requirement. The good news is that as an
experiment I built a JBTIS p2 update site with fuseide in its current form and it
installed/ran fine.
add missing plugins to SpringIDE mirror? or create new
SpringFramework mirror?
------------------------------------------------------------------------------
Key: JBTIS-102
URL:
https://issues.jboss.org/browse/JBTIS-102
Project: JBoss Tools Integration Stack
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Fuse IDE, target-platform
Affects Versions: 4.1.0.Beta1
Reporter: Nick Boldt
Assignee: Paul Leacu
[~pleacu] said:
{quote}
I'm attempting to get the fuseide to rely on jbosstools mirrors w/ real TP
dependencies instead of including stuff on their own.
So - they include org.springframework plugins - I found 10 of them here:
http://download.jboss.org/jbosstools/updates/requirements/springide/3.2.0...
but I'm missing three:
org.springframework.aspects
org.springframework.osgi.extender
org.springframework.osgi.extensions.annotations
{quote}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira