sbt / sbt-osgi

sbt plugin for creating OSGi bundles
Apache License 2.0
47 stars 43 forks source link

Capturing debug output from BND #7

Open briantopping opened 11 years ago

briantopping commented 11 years ago

BND output should be captured and integrated into the output of "show" when the plugin is run interactively. It's easy to misconfigure a tool like sbt-osgi, and if the user already knows bnd and could see what is being passed to it, they might have a better chance of self-diagnosing configuration issues.

hseeberger commented 11 years ago

Please help with this by implementing this feature and sending a pull request.

briantopping commented 9 years ago

Thanks Heiko, hoping to get back around to this soon..