You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by Guillaume Nodet <gn...@gmail.com> on 2007/12/07 01:48:36 UTC

Subshells in smx4 console

So i've been hacking a bit the console in smx4 after a discussion with Hiram
yesterday about using subshells.
One other problem that has been solved is the fact that the need  for the
xml layout made it quite impossible to add commands on the fly, as they had
to be defined in the layout.
So now, instead of
   osgi/listBundles

you can run
   osgi listBundles

or
   osgi
   listBundles
   exit

The help command tries to be contextual to the subshell.
Feedback welcome.

-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/