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

Nick Boldt (JIRA) jira-events at lists.jboss.org
Wed Jul 17 22:09:26 EDT 2013


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

Nick Boldt edited comment on JBTIS-102 at 7/17/13 10:08 PM:
------------------------------------------------------------

PR for master branch: https://github.com/jbosstools/jbosstools-locus/pull/20

And, if we agree to add this into the 1.0.0.x branch: https://github.com/jbosstools/jbosstools-locus/pull/19

To use these:

a) check out code

{code}
cd /tmp
git clone git at github.com:jbosstools/jbosstools-locus.git
pushd jbosstools-locus
git remote add nickboldt git at github.com:nickboldt/jbosstools-locus.git
git pull nickboldt
git checkout JBTIS-102_2_master
popd
{code}

b) build TPs, per the README

{code:title=https://github.com/jbosstools/jbosstools-locus/blob/master/target-platforms/README.md#updating-versions-of-ius-in-target-files}
pushd jbosstools-locus/target-platforms
    BASEDIR=`pwd`
    # Merge changes in new target file to actual target file
    pushd multiple && mvn -U org.jboss.tools.tycho-plugins:target-platform-utils:0.16.0-SNAPSHOT:fix-versions -DtargetFile=locus-multiple.target && rm -f locus-multiple.target locus-multiple.target_update_hints.txt && mv -f locus-multiple.target_fixedVersion.target locus-multiple.target && popd
    # Resolve the new 'multiple' target platform and verify it is self-contained by building the 'unified' target platform too
    mvn -U install -DtargetRepositoryUrl=file://${BASEDIR}/multiple/target/locus-multiple.target.repo/
popd
{code}

c) build plugins + site

{code}
pushd jbosstools-locus
mvn -U install -DtargetRepositoryUrl=file://${BASEDIR}/multiple/target/locus-multiple.target.repo/
popd
{code}
                
      was (Author: nickboldt):
    PR for master branch: https://github.com/jbosstools/jbosstools-locus/pull/20

And, if we agree to add this into the 1.0.0.x branch: https://github.com/jbosstools/jbosstools-locus/pull/19
                  
> 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