+1

By the way following on from earlier note on lack of commands, try
defining the following closures when you enter the shell:

install = { installBundle $it }
start = { (bundle $it) start }
update = { (bundle $it) update }
stop = { (bundle $it) stop }
uninstall = { (bundle $it) uninstall }
services = { allServiceReferences null null }

along side existing:

bundles

This gives you some basic commands to interact with the framework...

i.e.
$ bundles
000000 ACT org.apache.felix.framework-1.8.1
000001 ACT org.apache.felix.gogo.commands-0.2.0
000002 ACT org.apache.felix.gogo.console-0.2.0
000003 ACT org.apache.felix.gogo.runtime-0.2.0
$ services
000001   0 StartLevel
000002   0 PackageAdmin
000003   3 ThreadIO
000004   3 CommandProcessor
$ install http://blah.org/blah/blah.jar
$ start 4
$ stop 0

Hope that helps...

Regards,

Dave

On Thu, Sep 10, 2009 at 6:38 PM, Guillaume Nodet <[email protected]> wrote:
> I've uploaded a new release of gogo with fixed NOTICE in all bundles
> and the missing ASF header.
> I think this one should be clean enough.
>
> Staging repository:
> https://repository.apache.org/content/repositories/felix-staging-059/
>
> You can use this UNIX script to download the release and verify the 
> signatures:
> http://svn.apache.org/repos/asf/felix/trunk/check_staged_release.sh
>
> Usage:
> sh check_staged_release.sh 59 /tmp/felix-staging
>
> Please vote to approve this release:
>
> [ ] +1 Approve the release
> [ ] -1 Veto the release (please provide specific comments)
>
> This vote will be open for 72 hours.
>
> --
> Cheers,
> Guillaume Nodet
> ------------------------
> Blog: http://gnodet.blogspot.com/
> ------------------------
> Open Source SOA
> http://fusesource.com
>

Reply via email to