[ http://issues.apache.org/jira/browse/FELIX-176?page=all ]

Toni Menzel updated FELIX-176:
------------------------------

    Attachment: better_felx_176.patch

This patch enhances this behaviour for mistyped install commands.
Without patch:
-> install /my/ippon2.jar
java.net.MalformedURLException: no protocol: /Users/tmenzel/ippon2.jar
Bundle ID: 
->

With Patch:
-> install /my/ippon2.jar
java.net.MalformedURLException: no protocol: /Users/tmenzel/ippon2.jar
->

Nevertheless a tiny issue, but..;-)

> Display Bundle ID after install  bundle in shell
> ------------------------------------------------
>
>                 Key: FELIX-176
>                 URL: http://issues.apache.org/jira/browse/FELIX-176
>             Project: Felix
>          Issue Type: Improvement
>            Reporter: Toni Menzel
>         Assigned To: Richard S. Hall
>            Priority: Minor
>         Attachments: better_felx_176.patch
>
>
> It would be nice (but very helpful) to get the Bundle ID after installing a 
> bundle from the shell.
> In Equinox for example, you have an automatic feedback like this:
> --- shell ---
> osgi> install file:///Users/tmenzel/ippon2.jar
> Bundle id is 7
> osgi> 
> --- shell ----
> In Felix you don't get the feedback and you have get the ID yourself typing 
> "ps" ..

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to