[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


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.

Reply via email to