You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org> on 2011/08/31 16:58:10 UTC

[jira] [Created] (STANBOL-319) Launchers: Extract common bundles to base-list

Launchers: Extract common bundles to base-list
----------------------------------------------

                 Key: STANBOL-319
                 URL: https://issues.apache.org/jira/browse/STANBOL-319
             Project: Stanbol
          Issue Type: Improvement
            Reporter: Reto Bachmann-Gmür


The src/main/bundles/list.xml of the different launchers have many dependency in common, the set of common bundles could be in base-list which is then included with
...
<configuration>
              <includeDefaultBundles>true</includeDefaultBundles>
<defaultBundleList>
    <groupId>GROUP_ID</groupId>
    <artifactId>ARTIFACT_ID</artifactId>
    <version>VERSION</version>
  </defaultBundleList>
...

Also it would be usefull to have different partialbundlelists that can be mixed in selectively, for example separate partialbundlelists for the core services and for the web-frontend, this would allow to easily integrate the stanbol services into other projects that use the sling-launchpad-plugin.

Refrerence: 
- http://sling.apache.org/site/maven-launchpad-plugin.html
- http://mail-archives.apache.org/mod_mbox/sling-users/201108.mbox/%3CCAOAO1SiiCVen-gS8+JaE22T-YkhSfZzmKKud9gAntMNPzYd5QQ@mail.gmail.com%3E

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

       

[jira] [Resolved] (STANBOL-319) Launchers: Extract common bundles to base-list

Posted by "Rupert Westenthaler (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STANBOL-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rupert Westenthaler resolved STANBOL-319.
-----------------------------------------

    Resolution: Fixed

marking as resolved as suggested by Suat. see STANBOL-344 for the work on partial bundle lists.
                
> Launchers: Extract common bundles to base-list
> ----------------------------------------------
>
>                 Key: STANBOL-319
>                 URL: https://issues.apache.org/jira/browse/STANBOL-319
>             Project: Stanbol
>          Issue Type: Improvement
>            Reporter: Reto Bachmann-Gmür
>              Labels: launcher
>
> The src/main/bundles/list.xml of the different launchers have many dependency in common, the set of common bundles could be in base-list which is then included with
> ...
> <configuration>
>               <includeDefaultBundles>true</includeDefaultBundles>
> <defaultBundleList>
>     <groupId>GROUP_ID</groupId>
>     <artifactId>ARTIFACT_ID</artifactId>
>     <version>VERSION</version>
>   </defaultBundleList>
> ...
> Also it would be usefull to have different partialbundlelists that can be mixed in selectively, for example separate partialbundlelists for the core services and for the web-frontend, this would allow to easily integrate the stanbol services into other projects that use the sling-launchpad-plugin.
> Refrerence: 
> - http://sling.apache.org/site/maven-launchpad-plugin.html
> - http://mail-archives.apache.org/mod_mbox/sling-users/201108.mbox/%3CCAOAO1SiiCVen-gS8+JaE22T-YkhSfZzmKKud9gAntMNPzYd5QQ@mail.gmail.com%3E

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (STANBOL-319) Launchers: Extract common bundles to base-list

Posted by "Suat Gonul (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/STANBOL-319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13120595#comment-13120595 ] 

Suat Gonul commented on STANBOL-319:
------------------------------------

Hi, I updated full launcher so that it can include bundles of stable launcher as default. I will apply the same on other launchers if there is no objection
                
> Launchers: Extract common bundles to base-list
> ----------------------------------------------
>
>                 Key: STANBOL-319
>                 URL: https://issues.apache.org/jira/browse/STANBOL-319
>             Project: Stanbol
>          Issue Type: Improvement
>            Reporter: Reto Bachmann-Gmür
>              Labels: launcher
>
> The src/main/bundles/list.xml of the different launchers have many dependency in common, the set of common bundles could be in base-list which is then included with
> ...
> <configuration>
>               <includeDefaultBundles>true</includeDefaultBundles>
> <defaultBundleList>
>     <groupId>GROUP_ID</groupId>
>     <artifactId>ARTIFACT_ID</artifactId>
>     <version>VERSION</version>
>   </defaultBundleList>
> ...
> Also it would be usefull to have different partialbundlelists that can be mixed in selectively, for example separate partialbundlelists for the core services and for the web-frontend, this would allow to easily integrate the stanbol services into other projects that use the sling-launchpad-plugin.
> Refrerence: 
> - http://sling.apache.org/site/maven-launchpad-plugin.html
> - http://mail-archives.apache.org/mod_mbox/sling-users/201108.mbox/%3CCAOAO1SiiCVen-gS8+JaE22T-YkhSfZzmKKud9gAntMNPzYd5QQ@mail.gmail.com%3E

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (STANBOL-319) Launchers: Extract common bundles to base-list

Posted by "Reto Bachmann-Gmür (Commented JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/STANBOL-319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13120712#comment-13120712 ] 

Reto Bachmann-Gmür commented on STANBOL-319:
--------------------------------------------

Hi Suat, this looks like a quite massive simplification of the full launcher. Some more flexibility can be gained with partial-bundle-lists for the different features but I suggest to leave this another issue. 

Cheers,
Reto
                
> Launchers: Extract common bundles to base-list
> ----------------------------------------------
>
>                 Key: STANBOL-319
>                 URL: https://issues.apache.org/jira/browse/STANBOL-319
>             Project: Stanbol
>          Issue Type: Improvement
>            Reporter: Reto Bachmann-Gmür
>              Labels: launcher
>
> The src/main/bundles/list.xml of the different launchers have many dependency in common, the set of common bundles could be in base-list which is then included with
> ...
> <configuration>
>               <includeDefaultBundles>true</includeDefaultBundles>
> <defaultBundleList>
>     <groupId>GROUP_ID</groupId>
>     <artifactId>ARTIFACT_ID</artifactId>
>     <version>VERSION</version>
>   </defaultBundleList>
> ...
> Also it would be usefull to have different partialbundlelists that can be mixed in selectively, for example separate partialbundlelists for the core services and for the web-frontend, this would allow to easily integrate the stanbol services into other projects that use the sling-launchpad-plugin.
> Refrerence: 
> - http://sling.apache.org/site/maven-launchpad-plugin.html
> - http://mail-archives.apache.org/mod_mbox/sling-users/201108.mbox/%3CCAOAO1SiiCVen-gS8+JaE22T-YkhSfZzmKKud9gAntMNPzYd5QQ@mail.gmail.com%3E

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (STANBOL-319) Launchers: Extract common bundles to base-list

Posted by "Rupert Westenthaler (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/STANBOL-319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13116670#comment-13116670 ] 

Rupert Westenthaler commented on STANBOL-319:
---------------------------------------------

I think this would be a really cool thing to do. The management of the four different launchers is getting really inefficient.
However I do not have the time to work on that in the moment. So if someone else could work on that it would be really great.
                
> Launchers: Extract common bundles to base-list
> ----------------------------------------------
>
>                 Key: STANBOL-319
>                 URL: https://issues.apache.org/jira/browse/STANBOL-319
>             Project: Stanbol
>          Issue Type: Improvement
>            Reporter: Reto Bachmann-Gmür
>              Labels: launcher
>
> The src/main/bundles/list.xml of the different launchers have many dependency in common, the set of common bundles could be in base-list which is then included with
> ...
> <configuration>
>               <includeDefaultBundles>true</includeDefaultBundles>
> <defaultBundleList>
>     <groupId>GROUP_ID</groupId>
>     <artifactId>ARTIFACT_ID</artifactId>
>     <version>VERSION</version>
>   </defaultBundleList>
> ...
> Also it would be usefull to have different partialbundlelists that can be mixed in selectively, for example separate partialbundlelists for the core services and for the web-frontend, this would allow to easily integrate the stanbol services into other projects that use the sling-launchpad-plugin.
> Refrerence: 
> - http://sling.apache.org/site/maven-launchpad-plugin.html
> - http://mail-archives.apache.org/mod_mbox/sling-users/201108.mbox/%3CCAOAO1SiiCVen-gS8+JaE22T-YkhSfZzmKKud9gAntMNPzYd5QQ@mail.gmail.com%3E

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (STANBOL-319) Launchers: Extract common bundles to base-list

Posted by "Suat Gonul (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/STANBOL-319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13122836#comment-13122836 ] 

Suat Gonul commented on STANBOL-319:
------------------------------------

I updated launchers so that they extend a base bundle list. So, I think we can resolve this issue and handle partial-bundle-list related improvements in a separate issue.
                
> Launchers: Extract common bundles to base-list
> ----------------------------------------------
>
>                 Key: STANBOL-319
>                 URL: https://issues.apache.org/jira/browse/STANBOL-319
>             Project: Stanbol
>          Issue Type: Improvement
>            Reporter: Reto Bachmann-Gmür
>              Labels: launcher
>
> The src/main/bundles/list.xml of the different launchers have many dependency in common, the set of common bundles could be in base-list which is then included with
> ...
> <configuration>
>               <includeDefaultBundles>true</includeDefaultBundles>
> <defaultBundleList>
>     <groupId>GROUP_ID</groupId>
>     <artifactId>ARTIFACT_ID</artifactId>
>     <version>VERSION</version>
>   </defaultBundleList>
> ...
> Also it would be usefull to have different partialbundlelists that can be mixed in selectively, for example separate partialbundlelists for the core services and for the web-frontend, this would allow to easily integrate the stanbol services into other projects that use the sling-launchpad-plugin.
> Refrerence: 
> - http://sling.apache.org/site/maven-launchpad-plugin.html
> - http://mail-archives.apache.org/mod_mbox/sling-users/201108.mbox/%3CCAOAO1SiiCVen-gS8+JaE22T-YkhSfZzmKKud9gAntMNPzYd5QQ@mail.gmail.com%3E

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira