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

Nick Boldt (JIRA) jira-events at lists.jboss.org
Tue Jul 16 10:07:26 EDT 2013


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

Nick Boldt edited comment on JBTIS-102 at 7/16/13 10:06 AM:
------------------------------------------------------------

As 6 of the 9 springframework jars exist already as osgi plugins, we need only include 3 springframework jars.

In SpringIDE 3.2:

{code:title=http://download.jboss.org/jbosstools/updates/requirements/springide/3.2.0.201303060654-RELEASE-e4.3/plugins/?C=N;O=A}
org.springframework.aop_3.1.4.RELEASE.jar
(no org.springframework.aspects jar)
org.springframework.beans_3.1.4.RELEASE.jar
org.springframework.context_3.1.4.RELEASE.jar
org.springframework.core_3.1.4.RELEASE.jar
org.springframework.expression_3.1.4.RELEASE.jar
(no org.springframework.osgi.extender jar)
(no org.springframework.osgi.extensions.annotation jar)
org.springframework.transaction_3.1.4.RELEASE.jar
{code}

Similarly, in 3.3:

{code:title=http://download.jboss.org/jbosstools/updates/requirements/springide/3.3.0.201307091516-RELEASE/plugins/?C=N;O=A}
org.springframework.aop_4.0.0.20130522-M1.jar
(no org.springframework.aspects jar)
org.springframework.beans_4.0.0.20130522-M1.jar
org.springframework.context_4.0.0.20130522-M1.jar
org.springframework.core_4.0.0.20130522-M1.jar
org.springframework.expression_4.0.0.20130522-M1.jar
(no org.springframework.osgi.extender jar)
(no org.springframework.osgi.extensions.annotation jar)
org.springframework.transaction_4.0.0.20130522-M1.jar
{code}

Here's a PR based on https://github.com/pleacu/jbosstools-locus/commit/dbb7fb7a74c1c5d88062e0235c5305ec8a35e1b2, but which removes the above 6 plugins, so that Fuse (or the JBTIS TP) can simply pull them from the appropriate SpringIDE mirror of choice (3.2.0 or 3.3.0).

https://github.com/jbosstools/jbosstools-locus/pull/16
                
      was (Author: nickboldt):
    In SpringIDE 3.2:

{code:title=http://download.jboss.org/jbosstools/updates/requirements/springide/3.2.0.201303060654-RELEASE-e4.3/plugins/?C=N;O=A}
org.springframework.aop_3.1.4.RELEASE.jar
(no org.springframework.aspects jar)
org.springframework.beans_3.1.4.RELEASE.jar
org.springframework.context_3.1.4.RELEASE.jar
org.springframework.core_3.1.4.RELEASE.jar
org.springframework.expression_3.1.4.RELEASE.jar
(no org.springframework.osgi.extender jar)
(no org.springframework.osgi.extensions.annotation jar)
org.springframework.transaction_3.1.4.RELEASE.jar
{code}

Similarly, in 3.3:

{code:title=http://download.jboss.org/jbosstools/updates/requirements/springide/3.3.0.201307091516-RELEASE/plugins/?C=N;O=A}
org.springframework.aop_4.0.0.20130522-M1.jar
(no org.springframework.aspects jar)
org.springframework.beans_4.0.0.20130522-M1.jar
org.springframework.context_4.0.0.20130522-M1.jar
org.springframework.core_4.0.0.20130522-M1.jar
org.springframework.expression_4.0.0.20130522-M1.jar
(no org.springframework.osgi.extender jar)
(no org.springframework.osgi.extensions.annotation jar)
org.springframework.transaction_4.0.0.20130522-M1.jar
{code}
                  
> 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