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.
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.