You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.
The kam-nav plugin consists of the common, core, ui, and ws OSGi bundles. Additionally these modules have some library dependencies packaged as OSGi bundles.
To support simple manual install and Cytoscape App Store we should bundle modules + dependencies into a single OSGi bundle.
There may be an issue with supporting multiple BundleActivator classes since each module has one. Maybe using the Require-Bundle manifest entry would run the activator on start?
The text was updated successfully, but these errors were encountered:
A workaround is to install the JAR file dependencies manually into the $HOME/CytoscapeConfiguration/3/apps/installed directory. This is outlined in the README.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The kam-nav plugin consists of the common, core, ui, and ws OSGi bundles. Additionally these modules have some library dependencies packaged as OSGi bundles.
To support simple manual install and Cytoscape App Store we should bundle modules + dependencies into a single OSGi bundle.
There may be an issue with supporting multiple
BundleActivator
classes since each module has one. Maybe using theRequire-Bundle
manifest entry would run the activator on start?The text was updated successfully, but these errors were encountered: