You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "David Savage (JIRA)" <ji...@apache.org> on 2010/08/02 12:47:15 UTC

[jira] Created: (FELIX-2506) org.apache.felix.sigil.ivy.BldRepositoryManager has hardcoded references to internal packages in common.core and common.obr

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.