You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by "Suat Gonul (JIRA)" <ji...@apache.org> on 2011/09/13 09:32:08 UTC

[jira] [Created] (STANBOL-324) Put CMSAdaptor into full launcher

Put CMSAdaptor into full launcher
---------------------------------

                 Key: STANBOL-324
                 URL: https://issues.apache.org/jira/browse/STANBOL-324
             Project: Stanbol
          Issue Type: Task
          Components: CMS Adaptor
            Reporter: Suat Gonul


CMS Adapter should be included in the full launcher so that it can be used when the full launcher is run. This operation will include removal of dependencies to Ontology Manager component.

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

        

[jira] [Resolved] (STANBOL-324) Put CMSAdaptor into full launcher

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

Suat Gonul resolved STANBOL-324.
--------------------------------

    Resolution: Fixed

Resolved as partial bundle list adaption is also done
                
> Put CMSAdaptor into full launcher
> ---------------------------------
>
>                 Key: STANBOL-324
>                 URL: https://issues.apache.org/jira/browse/STANBOL-324
>             Project: Stanbol
>          Issue Type: Task
>          Components: CMS Adaptor
>            Reporter: Suat Gonul
>
> CMS Adapter should be included in the full launcher so that it can be used when the full launcher is run. This operation will include removal of dependencies to Ontology Manager component.

--
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-324) Put CMSAdaptor into full launcher

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

Suat Gonul commented on STANBOL-324:
------------------------------------

Reto, based on your suggestion I created an artifact packaged as  partialbundlelist  as in the http://svn.apache.org/repos/asf/sling/trunk/launchpad/test-bundles/pom.xml. Then run the  mvn install command on the partial list artifact. After that in the full launcher pom, I added a dependency to full launcher like 

<dependency>
      <groupId>org.apache.stanbol</groupId>
      <artifactId>org.apache.stanbol.cmsadapter.bundlelist</artifactId>
      <version>0.9.0-incubating-SNAPSHOT</version>
      <type>partialbundlelist</type>
</dependency>

instead of the bundles related with CMS Adaptor in the list.xml of full launcher. But this dependency could not be resolved while building the launcher. After mvn install command a jar file is created in the target but it seems it's empty (containing only META-INF folder and empty manifest, licence, etc files in it). Do you have any idea where I am doing wrong? And is this the way you suggest?


> Put CMSAdaptor into full launcher
> ---------------------------------
>
>                 Key: STANBOL-324
>                 URL: https://issues.apache.org/jira/browse/STANBOL-324
>             Project: Stanbol
>          Issue Type: Task
>          Components: CMS Adaptor
>            Reporter: Suat Gonul
>
> CMS Adapter should be included in the full launcher so that it can be used when the full launcher is run. This operation will include removal of dependencies to Ontology Manager component.

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

        

[jira] [Commented] (STANBOL-324) Put CMSAdaptor into full launcher

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

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

I suggest to remove the code duplication in the various launchers resolving STANBOL-319 before resolving this issue. This would prevent the list of bundles in full getting huge and allow to have things more nicely arranged.

> Put CMSAdaptor into full launcher
> ---------------------------------
>
>                 Key: STANBOL-324
>                 URL: https://issues.apache.org/jira/browse/STANBOL-324
>             Project: Stanbol
>          Issue Type: Task
>          Components: CMS Adaptor
>            Reporter: Suat Gonul
>
> CMS Adapter should be included in the full launcher so that it can be used when the full launcher is run. This operation will include removal of dependencies to Ontology Manager component.

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

       

[jira] [Commented] (STANBOL-324) Put CMSAdaptor into full launcher

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

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

I think support for partialbundlelist (which seems the way to go) is only support with the launchpad plugin 2.1.0 which has just been accepted for release. Inheriting a bundle-list (the base-list which is I think equivalent to the stable launcher) is supported in earlier versions as well.

> Put CMSAdaptor into full launcher
> ---------------------------------
>
>                 Key: STANBOL-324
>                 URL: https://issues.apache.org/jira/browse/STANBOL-324
>             Project: Stanbol
>          Issue Type: Task
>          Components: CMS Adaptor
>            Reporter: Suat Gonul
>
> CMS Adapter should be included in the full launcher so that it can be used when the full launcher is run. This operation will include removal of dependencies to Ontology Manager component.

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

       

[jira] [Commented] (STANBOL-324) Put CMSAdaptor into full launcher

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

Suat Gonul commented on STANBOL-324:
------------------------------------

I was trying with 2.1.1-SNAPSHOT version. But I couldn't manage inheriting a base bundle list nor creating partialbundlelist. For the time being, I will put the CMS Adapter bundle list to the full launcher. In first place, they won't be in the stable launcher anyway. When I found out the issues about launchpad plugin, I will try to update the launcher and resolve this issue.

> Put CMSAdaptor into full launcher
> ---------------------------------
>
>                 Key: STANBOL-324
>                 URL: https://issues.apache.org/jira/browse/STANBOL-324
>             Project: Stanbol
>          Issue Type: Task
>          Components: CMS Adaptor
>            Reporter: Suat Gonul
>
> CMS Adapter should be included in the full launcher so that it can be used when the full launcher is run. This operation will include removal of dependencies to Ontology Manager component.

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

        

[jira] [Commented] (STANBOL-324) Put CMSAdaptor into full launcher

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

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

I use launchpad "inheritance" in https://github.com/retobg/sling-stanbol/tree/master/sling-stanbol-launcher, there I "inherit" the default sling bundles. Here includeDefaultBundles should be set to true (default) and defaultBundleList should be set to the bundleList of the stable launcher.

> Put CMSAdaptor into full launcher
> ---------------------------------
>
>                 Key: STANBOL-324
>                 URL: https://issues.apache.org/jira/browse/STANBOL-324
>             Project: Stanbol
>          Issue Type: Task
>          Components: CMS Adaptor
>            Reporter: Suat Gonul
>
> CMS Adapter should be included in the full launcher so that it can be used when the full launcher is run. This operation will include removal of dependencies to Ontology Manager component.

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