[jbosstools-issues] [JBoss JIRA] (JBTIS-102) Need SpringFramework jars to build FUSE

Paul Leacu (JIRA) jira-events at lists.jboss.org
Thu Jul 18 11:51:26 EDT 2013


    [ https://issues.jboss.org/browse/JBTIS-102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12790786#comment-12790786 ] 

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.201303060654-RELEASE/
> 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


More information about the jbosstools-issues mailing list