I applied your fix from 4969 but it was rather difficult and I did it locally 
with a patch.  Is there an explanation of how to pull stuff from github into an 
apache svn repo?

Anyone else think we should consider git for felix?

My plans for gogo are to make it find bundles using the system bundle, so the 
wiring info works even when regions/framework hooks are present.

thanks
david jencks

> On Aug 21, 2015, at 5:15 PM, Benson Margulies <[email protected]> wrote:
> 
> Derek,
> 
> Thanks, that did it. I've got an outstanding PR for some fixes in
> gogo, could I perhaps interest you in having a look? I'd proceed to
> make some other improvements if I had a process in motion to work with
> a committer to get things, well, committed. My next idea in line is to
> get the CommandSession out of the usage messages.
> 
> 
> 
> 
> On Fri, Aug 21, 2015 at 11:13 AM, Derek Baum <[email protected]> wrote:
>> set SCOPE = “myscope:gogo:*”
>> 
>> then when you enter: mycmd, it will try: myscope:mycmd, gogo:mycmd, and then 
>> all other scopes in undefined order.
>> 
>> The ‘type’ command can be used to find which command will be executed:
>> 
>> % type -a mycmd
>> mycmd is void myscope:mycmd(Object[])
>> mycmd is void otherscope:mycmd(String, Integer)
>> 
>> —
>> Derek
>> 
>>> On 21 Aug 2015, at 16:00, Benson Margulies <[email protected]> wrote:
>>> 
>>> If two bundles both provide an 'exit' command, how do I configure to
>>> control which one is found by default?
>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to