You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Derek Baum (JIRA)" <ji...@apache.org> on 2009/10/27 17:22:59 UTC

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

[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.


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

Posted by "David Savage (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "David Savage (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-1813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12770574#action_12770574 ] 

David Savage commented on FELIX-1813:
-------------------------------------

I've created FELIX-1814 to track this

> [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.


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

Posted by "David Savage (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-1813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12770568#action_12770568 ] 

David Savage commented on FELIX-1813:
-------------------------------------

I'm thinking of creating a new Path class that understands more of the BND syntax in this respect. This also has the benefit of removing one of the dependencies on the eclipse.common bundle (FELIX-1509)

> [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.


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

Posted by "David Savage (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Savage updated FELIX-1813:
--------------------------------

    Fix Version/s: sigil-1.0.0

Assigned to 1.0.0 release

> [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.