Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically detect which dependencies should be added as libraries #568

Open
Riduidel opened this issue Mar 13, 2017 · 0 comments
Open

Comments

@Riduidel
Copy link
Contributor

According to wisdom documentation, using non-OSGi dependencies requires adding them as libraries to the generated bundle.
Unfortunatly, we don't know beforehand if a dependency is a valid OSGi bundle or not.
However, there are methods to detect such bundles. Typically, this StackOverflow answer provides a first-level solution.
Could it be possible to detect which dependencies are valid as OSGi, and which are not, in order to automate the tag generation ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant