org.apache.felix.sigil.ivy.BldRepositoryManager has hardcoded references to 
internal packages in common.core and common.obr
---------------------------------------------------------------------------------------------------------------------------

                 Key: FELIX-2506
                 URL: https://issues.apache.org/jira/browse/FELIX-2506
             Project: Felix
          Issue Type: Improvement
          Components: Sigil
            Reporter: David Savage
            Priority: Trivial


    static
    {
        aliases.put("filesystem",
            
"org.apache.felix.sigil.common.core.repository.FileSystemRepositoryProvider");
        aliases.put("obr", 
"org.apache.felix.sigil.common.obr.OBRRepositoryProvider");
        aliases.put("project", 
"org.apache.felix.sigil.ivy.ProjectRepositoryProvider");
        aliases.put("system",
            
"org.apache.felix.sigil.common.core.repository.SystemRepositoryProvider");
    };

Problem here is that the ivy bundle internalizes these packages so it can be 
deployed as a single unit - need to update sigil classpath container so it 
understands -contents imports are visible on classpath?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to