[
https://issues.jboss.org/browse/JBTIS-102?page=com.atlassian.jira.plugin....
]
Paul Leacu commented on JBTIS-102:
----------------------------------
Nick -
Thanks! - Works great with one small addition. Could you add this to your
site/pom.xml:
--- a/site/pom.xml
+++ b/site/pom.xml
@@ -101,6 +101,11 @@
<version>${aries-bundle-version}</version>
</dependency>
<dependency>
+ <groupId>org.apache.aries.jmx</groupId>
+ <artifactId>org.apache.aries.jmx.core</artifactId>
+ <version>${aries-bundle-version}</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.aries.proxy</groupId>
<artifactId>org.apache.aries.proxy.api</artifactId>
<version>${aries-bundle-version}</version>
and this to your site/category.xml:
--- a/site/category.xml
+++ b/site/category.xml
@@ -22,6 +22,7 @@
<category-def name="AllMavenBundles" label="All JBoss Tools Locus
Maven Bundles"/>
<bundle id="org.apache.aries.blueprint"><category
name="AllMavenBundles"/></bundle>
+ <bundle id="org.apache.aries.jmx.core"><category
name="AllMavenBundles"/></bundle>
Then I think we're in business!!
Need SpringFramework jars to build FUSE
---------------------------------------
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
Attachments: spring_deps.png
[~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