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/07/28 20:34:16 UTC

[jira] Resolved: (FELIX-1813) [sigil] UI incorrectly saves sigil.properties containing renamed resources

     [ https://issues.apache.org/jira/browse/FELIX-1813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Savage resolved FELIX-1813.
---------------------------------

    Resolution: Fixed

Fixed by patch for FELIX-1814

> [sigil] UI incorrectly saves sigil.properties containing renamed resources
> --------------------------------------------------------------------------
>
>                 Key: FELIX-1813
>                 URL: https://issues.apache.org/jira/browse/FELIX-1813
>             Project: Felix
>          Issue Type: Bug
>          Components: Sigil
>            Reporter: Derek Baum
>             Fix For: sigil-1.0.0
>
>
> sigil.properties supports resource renaming, which it passes directly to BND:
> e.g.
> -resources: \
>   META-INF/XXX=resources/YYY
> but the Sigil UI only supports resources relative to its base directory, without renaming.
> When sigil.properties is saved, the target of the assignment is lost, e.g.
> -resources: \
> 	META-INF/XXX
> This will cause BND to fail as META-INF/XXX doesn't exist.

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