Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
bnd 2.0.0.x
Description
I've been using Export-Package: !org.apache.jsp.*,
{local-packages} to exclude jspc compilers output, but with BND 2.0.0 this stopped working completely (although until now I was getting a bunch of warnings).BND currently gives a second chance to non matching packages. This feature will rended !org.apache.jsp.* useless since {local-packages}
is expanded to clause that contains org.apache.jsp prefixed packages.
A fix would be to pre-filter the
{local-packages}against Export/Private-Package clauses