Rules to allow better handling of duplicate exports
---------------------------------------------------

                 Key: FELIX-117
                 URL: http://issues.apache.org/jira/browse/FELIX-117
             Project: Felix
          Issue Type: Improvement
          Components: Manifest Generator (mangen)
            Reporter: Rob Walker
            Priority: Minor


At present, duplicate exports are handled in the ResolveImportsToExports rule 
and are simply flagged with a =*** WARNING ***= message. 

The first occurence of a duplicate export will be picked for inclusion and all 
others will be removed. This may not be the desired behaviour. 

This can partially be solved with the current AttributeStamp rule to ensure 
that if several exports represent different package versions they will not be 
flagged as duplicates. However, where there are multiple possible exporters of 
the same package version additional rule handling would be beneficial to allow 
a given bundle to be specified as the exporter.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to