[gogo] launcher bundle not required
-----------------------------------
Key: FELIX-1670
URL: https://issues.apache.org/jira/browse/FELIX-1670
Project: Felix
Issue Type: Task
Components: Gogo
Affects Versions: gogo-0.2.0
Reporter: Derek Baum
Priority: Minor
Fix For: gogo-0.4.0
gogo creates 4 bundles: commands console launcher runtime
launcher is not required.
gogo can be launched using the standard felix launcher by removing
bundle/org.apache.felix.shell.tui-1.4.0.jar and adding the gogo console and
runtime bundles:
$ ls bundle/
org.apache.felix.bundlerepository-1.4.1.jar
org.apache.felix.gogo.console-0.3.0-SNAPSHOT.jar
org.apache.felix.gogo.runtime-0.3.0-SNAPSHOT.jar
org.apache.felix.shell-1.4.0.jar
$ java -jar bin/felix.jar
Welcome to Felix
================
$ bundles
000000 ACT org.apache.felix.framework-2.0.0
000001 ACT org.apache.felix.bundlerepository-1.4.1
000002 ACT org.apache.felix.gogo.console-0.3.0.SNAPSHOT
000003 ACT org.apache.felix.gogo.runtime-0.3.0.SNAPSHOT
000004 ACT org.apache.felix.shell-1.4.0
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.