[jbosstools-issues] [JBoss JIRA] (JBIDE-26041) Add distribution step / packaging for osgi ssp

Rob Stryker (JIRA) issues at jboss.org
Thu May 24 23:28:00 EDT 2018


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

Rob Stryker commented on JBIDE-26041:
-------------------------------------

https://github.com/robstryker/org.jboss.tools.ssp/commit/ea95f28f84d5571f37a36450433d77dc7cc706de

Commit made. It generates a proper zip. There's a small issue with it, though, in that it still generates an unnecessary extra zip. 

{code}
[rob at rawbdorable distribution] (master)$ ls -1 target/
archive-tmp
felix-framework-5.6.10
maven-archiver
org.jboss.tools.ssp.distribution-0.0.9-SNAPSHOT.jar
org.jboss.tools.ssp.distribution-0.0.9-SNAPSHOT.zip
{code}

The top 3 folders are not in question. We're left with a jar and a zip. The zip is the correct distribution. The jar contains absolutely nothing of value:

{code}
[rob at rawbdorable distribution] (master)$ unzip -l target/org.jboss.tools.ssp.distribution-0.0.9-SNAPSHOT.jar 
Archive:  target/org.jboss.tools.ssp.distribution-0.0.9-SNAPSHOT.jar
  Length      Date    Time    Name
---------  ---------- -----   ----
        0  05-24-2018 23:20   META-INF/
      128  05-24-2018 23:20   META-INF/MANIFEST.MF
        0  05-24-2018 23:20   META-INF/maven/
        0  05-24-2018 23:20   META-INF/maven/org.jboss.tools.ssp/
        0  05-24-2018 23:20   META-INF/maven/org.jboss.tools.ssp/org.jboss.tools.ssp.distribution/
     3693  05-24-2018 23:20   META-INF/maven/org.jboss.tools.ssp/org.jboss.tools.ssp.distribution/pom.xml
      145  05-24-2018 23:20   META-INF/maven/org.jboss.tools.ssp/org.jboss.tools.ssp.distribution/pom.properties
---------                     -------
     3966                     7 files
{code}

Help me [~nickboldt]

> Add distribution step / packaging for osgi ssp
> ----------------------------------------------
>
>                 Key: JBIDE-26041
>                 URL: https://issues.jboss.org/browse/JBIDE-26041
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: stack-server-protocol
>    Affects Versions: 4.6.0.AM1
>            Reporter: Rob Stryker
>            Assignee: Rob Stryker
>             Fix For: 4.6.0.AM2
>
>
> We need to generate a zip file containing apache felix, and inside felix should be the bundles necessary on the server side. 



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jbosstools-issues mailing list