You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@sling.apache.org by Justin Edelson <ju...@justinedelson.com> on 2011/08/30 18:55:26 UTC

Fwd: [jira] [Commented] (SLING-2105) Add support for partial bundle lists

org.apache.sling.launchpad produces a bundlelist artifact, not a
partialbundlelist artifact. The general idea is that an extended
launchpad project such as the one you are describing is built of zero
or one bundlelist artifacts, zero or more partialbundlelist artifacts,
and, optionally, a local bundle list.

By default, the last released launchpad bundle list is used as the
base bundle list. You can identify a different set of coordinates
through configuration. There's an example of this in the
launchpad/testing project:
            <plugin>
                <groupId>org.apache.sling</groupId>
                <artifactId>maven-launchpad-plugin</artifactId>
                <version>2.0.11-SNAPSHOT</version>
                <extensions>true</extensions>
                ...
                <configuration>
                    <defaultBundleList>
                        <version>${project.version}</version>
                    </defaultBundleList>
                </configuration>
                ...
            </plugin>

There's some more information about this here:
http://sling.apache.org/site/maven-launchpad-plugin.html

HTH,
Justin

---------- Forwarded message ----------
From: Reto Bachmann-Gmür (JIRA) <ji...@apache.org>
Date: 2011/8/30
Subject: [jira] [Commented] (SLING-2105) Add support for partial bundle lists
To: justin@justinedelson.com



   [ https://issues.apache.org/jira/browse/SLING-2105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13093629#comment-13093629
]

Reto Bachmann-Gmür commented on SLING-2105:
-------------------------------------------

I would like to create a launcher extending the default
sling-launcher. Is this possible? As the lauchpad is not a
partialbundlelist the following doesn't work:
       <dependency>
            <groupId>org.apache.sling</groupId>
                       <artifactId>org.apache.sling.launchpad</artifactId>
               <version>7-SNAPSHOT</version>
            <type>partialbundlelist</type>
       </dependency>

> Add support for partial bundle lists
> ------------------------------------
>
>                 Key: SLING-2105
>                 URL: https://issues.apache.org/jira/browse/SLING-2105
>             Project: Sling
>          Issue Type: New Feature
>          Components: Maven Plugins and Archetypes
>            Reporter: Justin Edelson
>            Assignee: Justin Edelson
>             Fix For: Maven Launchpad Plugin 2.1.0
>
>
> A project should be able to define a bundle list which then can be applied as a unit to some other bundle list.
> See http://markmail.org/message/qvil2wqdkh26zbhs for more information

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Re: [jira] [Commented] (SLING-2105) Add support for partial bundle lists

Posted by Reto Bachmann-Gmür <me...@farewellutopia.com>.
Thanks, this simplified my stanbol-sling launchpad[1] a lot.

Reto

1. https://github.com/retobg/sling-stanbol/blob/master/sling-stanbol-launchpad/

On Tue, Aug 30, 2011 at 6:55 PM, Justin Edelson
<ju...@justinedelson.com> wrote:
> org.apache.sling.launchpad produces a bundlelist artifact, not a
> partialbundlelist artifact. The general idea is that an extended
> launchpad project such as the one you are describing is built of zero
> or one bundlelist artifacts, zero or more partialbundlelist artifacts,
> and, optionally, a local bundle list.
>
> By default, the last released launchpad bundle list is used as the
> base bundle list. You can identify a different set of coordinates
> through configuration. There's an example of this in the
> launchpad/testing project:
>            <plugin>
>                <groupId>org.apache.sling</groupId>
>                <artifactId>maven-launchpad-plugin</artifactId>
>                <version>2.0.11-SNAPSHOT</version>
>                <extensions>true</extensions>
>                ...
>                <configuration>
>                    <defaultBundleList>
>                        <version>${project.version}</version>
>                    </defaultBundleList>
>                </configuration>
>                ...
>            </plugin>
>
> There's some more information about this here:
> http://sling.apache.org/site/maven-launchpad-plugin.html
>
> HTH,
> Justin
>
> ---------- Forwarded message ----------
> From: Reto Bachmann-Gmür (JIRA) <ji...@apache.org>
> Date: 2011/8/30
> Subject: [jira] [Commented] (SLING-2105) Add support for partial bundle lists
> To: justin@justinedelson.com
>
>
>
>    [ https://issues.apache.org/jira/browse/SLING-2105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13093629#comment-13093629
> ]
>
> Reto Bachmann-Gmür commented on SLING-2105:
> -------------------------------------------
>
> I would like to create a launcher extending the default
> sling-launcher. Is this possible? As the lauchpad is not a
> partialbundlelist the following doesn't work:
>        <dependency>
>             <groupId>org.apache.sling</groupId>
>                        <artifactId>org.apache.sling.launchpad</artifactId>
>                <version>7-SNAPSHOT</version>
>             <type>partialbundlelist</type>
>        </dependency>
>
>> Add support for partial bundle lists
>> ------------------------------------
>>
>>                 Key: SLING-2105
>>                 URL: https://issues.apache.org/jira/browse/SLING-2105
>>             Project: Sling
>>          Issue Type: New Feature
>>          Components: Maven Plugins and Archetypes
>>            Reporter: Justin Edelson
>>            Assignee: Justin Edelson
>>             Fix For: Maven Launchpad Plugin 2.1.0
>>
>>
>> A project should be able to define a bundle list which then can be applied as a unit to some other bundle list.
>> See http://markmail.org/message/qvil2wqdkh26zbhs for more information
>
> --
> This message is automatically generated by JIRA.
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>