You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Ashish Jain (JIRA)" <ji...@apache.org> on 2011/01/19 13:46:45 UTC

[jira] Created: (GERONIMO-5767) Utilize karaf features functionality to replace part of our plugins functionality with karaf features

Utilize karaf features functionality to replace part of our plugins functionality with karaf features 
------------------------------------------------------------------------------------------------------

                 Key: GERONIMO-5767
                 URL: https://issues.apache.org/jira/browse/GERONIMO-5767
             Project: Geronimo
          Issue Type: Improvement
      Security Level: public (Regular issues)
         Environment: Geronimo 3.0
            Reporter: Ashish Jain
            Assignee: Ashish Jain




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-5767) Utilize karaf features functionality to replace part of our plugins functionality with karaf features

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983838#action_12983838 ] 

David Jencks commented on GERONIMO-5767:
----------------------------------------

The karaf-features-plugin needs work to make this plausible.  I've started working on this at https://djencks@github.com/djencks/karaf.git.  So far I have a "feature" packaging that creates a feature.xml file that contains a single feature with the transitive dependencies of the project, similar to what the car-maven-plugin does.  This may not be all the karaf community needs.  Next steps are to add a mojo and packaging to build ".kar" files (which include the features.xml and at least some of the bundles, and unpackable resources) and then assemble karaf servers out of .kar files.  (cf GERONIMO-5766)

> Utilize karaf features functionality to replace part of our plugins functionality with karaf features 
> ------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5767
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5767
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>         Environment: Geronimo 3.0
>            Reporter: Ashish Jain
>            Assignee: Ashish Jain
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-5767) Utilize karaf features functionality to replace part of our plugins functionality with karaf features

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12989722#comment-12989722 ] 

David Jencks commented on GERONIMO-5767:
----------------------------------------

Hi Ashish,
This work has been merged into karaf trunk.  I suspect the snapshot problems have been resolved there.  Also if you want to continue working with the github clone I think git svn rebase may pull in the karaf updates needed to get to svn HEAD.

> Utilize karaf features functionality to replace part of our plugins functionality with karaf features 
> ------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5767
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5767
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>         Environment: Geronimo 3.0
>            Reporter: Ashish Jain
>            Assignee: Ashish Jain
>


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

        

[jira] Commented: (GERONIMO-5767) Utilize karaf features functionality to replace part of our plugins functionality with karaf features

Posted by "Ashish Jain (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984091#action_12984091 ] 

Ashish Jain commented on GERONIMO-5767:
---------------------------------------

David, when I access the link https://djencks@github.com/djencks/karaf.git it gives 404.

> Utilize karaf features functionality to replace part of our plugins functionality with karaf features 
> ------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5767
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5767
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>         Environment: Geronimo 3.0
>            Reporter: Ashish Jain
>            Assignee: Ashish Jain
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-5767) Utilize karaf features functionality to replace part of our plugins functionality with karaf features

Posted by "Ashish Jain (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12989628#comment-12989628 ] 

Ashish Jain commented on GERONIMO-5767:
---------------------------------------

David, unable to build this up. It fails due to missing pax-logging-service:jar:1.6.0-SNAPSHOT and pax-logging-api:jar:1.6.0-SNAPSHOT. I have looked into https://oss.sonatype.org/content/repositories/ops4j-snapshots/org/ops4j/pax/logging/pax-logging-api/ but snapshot jar seems to be missing.

> Utilize karaf features functionality to replace part of our plugins functionality with karaf features 
> ------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5767
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5767
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>         Environment: Geronimo 3.0
>            Reporter: Ashish Jain
>            Assignee: Ashish Jain
>


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

        

[jira] Commented: (GERONIMO-5767) Utilize karaf features functionality to replace part of our plugins functionality with karaf features

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984278#action_12984278 ] 

David Jencks commented on GERONIMO-5767:
----------------------------------------

I'm still starting to learn about git.

I think this shows you the appropriate git admin console page:

https://github.com/djencks/karaf

I suspect you would pull this to see the actual code:

git clone https://github.com/djencks/karaf.git

the work is on the "feature" branch

no guarantees...  I read some git docs and http://wiki.apache.org/general/GitAtApache and http://www.apache.org/dev/git.html

> Utilize karaf features functionality to replace part of our plugins functionality with karaf features 
> ------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5767
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5767
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>         Environment: Geronimo 3.0
>            Reporter: Ashish Jain
>            Assignee: Ashish Jain
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.