You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Sahoo (JIRA)" <ji...@apache.org> on 2011/09/15 14:30:09 UTC

[jira] [Created] (FELIX-3118) obr:deploy should allow user to specify whether optional bundles are deployed or not

obr:deploy should allow user to specify whether optional bundles are deployed or not
------------------------------------------------------------------------------------

                 Key: FELIX-3118
                 URL: https://issues.apache.org/jira/browse/FELIX-3118
             Project: Felix
          Issue Type: Improvement
          Components: Gogo Command
            Reporter: Sahoo
         Attachments: FELIX-3118-patch.txt

Can we enhance obr:deploy command to take another arg called required which user can specify to only deploy required bundles. If yes, pl. apply the attached patch.

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

        

[jira] [Commented] (FELIX-3118) obr:deploy should allow user to specify whether optional bundles are deployed or not

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-3118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13108086#comment-13108086 ] 

Richard S. Hall commented on FELIX-3118:
----------------------------------------

Just to clarify, I assume we want required + optional to be the default and specifying "-r" will only deploy the required (i.e., opt-out of optional).

> obr:deploy should allow user to specify whether optional bundles are deployed or not
> ------------------------------------------------------------------------------------
>
>                 Key: FELIX-3118
>                 URL: https://issues.apache.org/jira/browse/FELIX-3118
>             Project: Felix
>          Issue Type: Improvement
>          Components: Gogo Command
>    Affects Versions: gogo.command-0.10.0
>            Reporter: Sahoo
>            Assignee: Richard S. Hall
>            Priority: Minor
>             Fix For: gogo.command-0.12.0
>
>         Attachments: FELIX-3118-patch.txt
>
>
> Can we enhance obr:deploy command to take another arg called required which user can specify to only deploy required bundles. If yes, pl. apply the attached patch.

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

        

[jira] [Resolved] (FELIX-3118) obr:deploy should allow user to specify whether optional bundles are deployed or not

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard S. Hall resolved FELIX-3118.
------------------------------------

    Resolution: Fixed

I changed the flag name to be "-ro" or "-required-only", otherwise I think this is working now, please close if satisfied. Thanks.

> obr:deploy should allow user to specify whether optional bundles are deployed or not
> ------------------------------------------------------------------------------------
>
>                 Key: FELIX-3118
>                 URL: https://issues.apache.org/jira/browse/FELIX-3118
>             Project: Felix
>          Issue Type: Improvement
>          Components: Gogo Command
>    Affects Versions: gogo.command-0.10.0
>            Reporter: Sahoo
>            Assignee: Richard S. Hall
>            Priority: Minor
>             Fix For: gogo.command-0.12.0
>
>         Attachments: FELIX-3118-patch.txt
>
>
> Can we enhance obr:deploy command to take another arg called required which user can specify to only deploy required bundles. If yes, pl. apply the attached patch.

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

        

[jira] [Updated] (FELIX-3118) obr:deploy should allow user to specify whether optional bundles are deployed or not

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

Sahoo updated FELIX-3118:
-------------------------

    Attachment: FELIX-3118-patch.txt

Simple patch

> obr:deploy should allow user to specify whether optional bundles are deployed or not
> ------------------------------------------------------------------------------------
>
>                 Key: FELIX-3118
>                 URL: https://issues.apache.org/jira/browse/FELIX-3118
>             Project: Felix
>          Issue Type: Improvement
>          Components: Gogo Command
>            Reporter: Sahoo
>         Attachments: FELIX-3118-patch.txt
>
>
> Can we enhance obr:deploy command to take another arg called required which user can specify to only deploy required bundles. If yes, pl. apply the attached patch.

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

        

[jira] [Updated] (FELIX-3118) obr:deploy should allow user to specify whether optional bundles are deployed or not

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard S. Hall updated FELIX-3118:
-----------------------------------

             Priority: Minor  (was: Major)
    Affects Version/s: gogo.command-0.10.0
        Fix Version/s: gogo.command-0.12.0
             Assignee: Richard S. Hall

> obr:deploy should allow user to specify whether optional bundles are deployed or not
> ------------------------------------------------------------------------------------
>
>                 Key: FELIX-3118
>                 URL: https://issues.apache.org/jira/browse/FELIX-3118
>             Project: Felix
>          Issue Type: Improvement
>          Components: Gogo Command
>    Affects Versions: gogo.command-0.10.0
>            Reporter: Sahoo
>            Assignee: Richard S. Hall
>            Priority: Minor
>             Fix For: gogo.command-0.12.0
>
>         Attachments: FELIX-3118-patch.txt
>
>
> Can we enhance obr:deploy command to take another arg called required which user can specify to only deploy required bundles. If yes, pl. apply the attached patch.

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

        

[jira] [Commented] (FELIX-3118) obr:deploy should allow user to specify whether optional bundles are deployed or not

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-3118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13108082#comment-13108082 ] 

Richard S. Hall commented on FELIX-3118:
----------------------------------------

Isn't the supplied patch incorrect? It was saying the presentValue and the absentValue for "-r" is false...sounds like it would never get set. I've modified it to make the presentValue be true.

> obr:deploy should allow user to specify whether optional bundles are deployed or not
> ------------------------------------------------------------------------------------
>
>                 Key: FELIX-3118
>                 URL: https://issues.apache.org/jira/browse/FELIX-3118
>             Project: Felix
>          Issue Type: Improvement
>          Components: Gogo Command
>    Affects Versions: gogo.command-0.10.0
>            Reporter: Sahoo
>            Assignee: Richard S. Hall
>            Priority: Minor
>             Fix For: gogo.command-0.12.0
>
>         Attachments: FELIX-3118-patch.txt
>
>
> Can we enhance obr:deploy command to take another arg called required which user can specify to only deploy required bundles. If yes, pl. apply the attached patch.

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