wav / osgi-tooling

Some tooling for OSGI in scala
Apache License 2.0
2 stars 1 forks source link

Null protection #13

Open PhilAndrew opened 8 years ago

PhilAndrew commented 8 years ago

When running sbt featuresFile, getMainAttributes.getValue("Bundle-SymbolicName") returns null for some input. Protect against null by not throwing an exception. Suitable here or should we also make a warning message? Its not fun to have a crash on a build.