You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2011/03/07 18:22:05 UTC

[jira] Created: (FELIX-2872) Provide a way to have an easier to read manifest

Provide a way to have an easier to read manifest
------------------------------------------------

                 Key: FELIX-2872
                 URL: https://issues.apache.org/jira/browse/FELIX-2872
             Project: Felix
          Issue Type: Improvement
          Components: Maven Bundle Plugin
            Reporter: Guillaume Nodet


It should be possible to have a easier to read generated manifest, with newlines after commas in comma separated list.
We'd still have to abide by the 80 charachters (or so) per line rule, something like:

{code}
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.databinding,
 org.eclipse.core.databinding.beans
{code}

This of course could be made optional / configurable.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Issue Comment Edited] (FELIX-2872) Provide a way to have an easier to read manifest

Posted by "Stuart McCulloch (Issue Comment Edited) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-2872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13128447#comment-13128447 ] 

Stuart McCulloch edited comment on FELIX-2872 at 10/16/11 5:15 PM:
-------------------------------------------------------------------

Switched to bnd's manifest writer in r1184874 when generating external manifest (has better formatting than the SDK)
                
      was (Author: mcculls):
    Switch to bnd's manifest writer in r1184874 when generating external manifest (has better formatting than the SDK)
                  
> Provide a way to have an easier to read manifest
> ------------------------------------------------
>
>                 Key: FELIX-2872
>                 URL: https://issues.apache.org/jira/browse/FELIX-2872
>             Project: Felix
>          Issue Type: Improvement
>          Components: Maven Bundle Plugin
>            Reporter: Guillaume Nodet
>            Assignee: Stuart McCulloch
>
> It should be possible to have a easier to read generated manifest, with newlines after commas in comma separated list.
> We'd still have to abide by the 80 charachters (or so) per line rule, something like:
> {code}
> Require-Bundle: org.eclipse.ui,
>  org.eclipse.core.databinding,
>  org.eclipse.core.databinding.beans
> {code}
> This of course could be made optional / configurable.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (FELIX-2872) Provide a way to have an easier to read manifest

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

Stuart McCulloch updated FELIX-2872:
------------------------------------

    Fix Version/s: maven-bundle-plugin-2.4.0

> Provide a way to have an easier to read manifest
> ------------------------------------------------
>
>                 Key: FELIX-2872
>                 URL: https://issues.apache.org/jira/browse/FELIX-2872
>             Project: Felix
>          Issue Type: Improvement
>          Components: Maven Bundle Plugin
>            Reporter: Guillaume Nodet
>             Fix For: maven-bundle-plugin-2.4.0
>
>
> It should be possible to have a easier to read generated manifest, with newlines after commas in comma separated list.
> We'd still have to abide by the 80 charachters (or so) per line rule, something like:
> {code}
> Require-Bundle: org.eclipse.ui,
>  org.eclipse.core.databinding,
>  org.eclipse.core.databinding.beans
> {code}
> This of course could be made optional / configurable.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (FELIX-2872) Provide a way to have an easier to read manifest

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

Stuart McCulloch reassigned FELIX-2872:
---------------------------------------

    Assignee: Stuart McCulloch
    
> Provide a way to have an easier to read manifest
> ------------------------------------------------
>
>                 Key: FELIX-2872
>                 URL: https://issues.apache.org/jira/browse/FELIX-2872
>             Project: Felix
>          Issue Type: Improvement
>          Components: Maven Bundle Plugin
>            Reporter: Guillaume Nodet
>            Assignee: Stuart McCulloch
>
> It should be possible to have a easier to read generated manifest, with newlines after commas in comma separated list.
> We'd still have to abide by the 80 charachters (or so) per line rule, something like:
> {code}
> Require-Bundle: org.eclipse.ui,
>  org.eclipse.core.databinding,
>  org.eclipse.core.databinding.beans
> {code}
> This of course could be made optional / configurable.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (FELIX-2872) Provide a way to have an easier to read manifest

Posted by "Christian Schneider (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-2872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13254191#comment-13254191 ] 

Christian Schneider commented on FELIX-2872:
--------------------------------------------

This does not seem to work. Is there any switch to active the formatting?
                
> Provide a way to have an easier to read manifest
> ------------------------------------------------
>
>                 Key: FELIX-2872
>                 URL: https://issues.apache.org/jira/browse/FELIX-2872
>             Project: Felix
>          Issue Type: Improvement
>          Components: Maven Bundle Plugin
>            Reporter: Guillaume Nodet
>            Assignee: Stuart McCulloch
>             Fix For: maven-bundle-plugin-2.3.6
>
>
> It should be possible to have a easier to read generated manifest, with newlines after commas in comma separated list.
> We'd still have to abide by the 80 charachters (or so) per line rule, something like:
> {code}
> Require-Bundle: org.eclipse.ui,
>  org.eclipse.core.databinding,
>  org.eclipse.core.databinding.beans
> {code}
> This of course could be made optional / configurable.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (FELIX-2872) Provide a way to have an easier to read manifest

Posted by "Stuart McCulloch (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-2872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13128447#comment-13128447 ] 

Stuart McCulloch commented on FELIX-2872:
-----------------------------------------

Switch to bnd's manifest writer in r1184874 when generating external manifest (has better formatting than the SDK)
                
> Provide a way to have an easier to read manifest
> ------------------------------------------------
>
>                 Key: FELIX-2872
>                 URL: https://issues.apache.org/jira/browse/FELIX-2872
>             Project: Felix
>          Issue Type: Improvement
>          Components: Maven Bundle Plugin
>            Reporter: Guillaume Nodet
>            Assignee: Stuart McCulloch
>
> It should be possible to have a easier to read generated manifest, with newlines after commas in comma separated list.
> We'd still have to abide by the 80 charachters (or so) per line rule, something like:
> {code}
> Require-Bundle: org.eclipse.ui,
>  org.eclipse.core.databinding,
>  org.eclipse.core.databinding.beans
> {code}
> This of course could be made optional / configurable.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (FELIX-2872) Provide a way to have an easier to read manifest

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

Stuart McCulloch resolved FELIX-2872.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: maven-bundle-plugin-2.3.6

Fixed in trunk
                
> Provide a way to have an easier to read manifest
> ------------------------------------------------
>
>                 Key: FELIX-2872
>                 URL: https://issues.apache.org/jira/browse/FELIX-2872
>             Project: Felix
>          Issue Type: Improvement
>          Components: Maven Bundle Plugin
>            Reporter: Guillaume Nodet
>            Assignee: Stuart McCulloch
>             Fix For: maven-bundle-plugin-2.3.6
>
>
> It should be possible to have a easier to read generated manifest, with newlines after commas in comma separated list.
> We'd still have to abide by the 80 charachters (or so) per line rule, something like:
> {code}
> Require-Bundle: org.eclipse.ui,
>  org.eclipse.core.databinding,
>  org.eclipse.core.databinding.beans
> {code}
> This of course could be made optional / configurable.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Work started] (FELIX-2872) Provide a way to have an easier to read manifest

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

Work on FELIX-2872 started by Stuart McCulloch.

> Provide a way to have an easier to read manifest
> ------------------------------------------------
>
>                 Key: FELIX-2872
>                 URL: https://issues.apache.org/jira/browse/FELIX-2872
>             Project: Felix
>          Issue Type: Improvement
>          Components: Maven Bundle Plugin
>            Reporter: Guillaume Nodet
>            Assignee: Stuart McCulloch
>
> It should be possible to have a easier to read generated manifest, with newlines after commas in comma separated list.
> We'd still have to abide by the 80 charachters (or so) per line rule, something like:
> {code}
> Require-Bundle: org.eclipse.ui,
>  org.eclipse.core.databinding,
>  org.eclipse.core.databinding.beans
> {code}
> This of course could be made optional / configurable.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (FELIX-2872) Provide a way to have an easier to read manifest

Posted by "Christian Schneider (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-2872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13162884#comment-13162884 ] 

Christian Schneider commented on FELIX-2872:
--------------------------------------------

How can I activate the nicer formatting?
                
> Provide a way to have an easier to read manifest
> ------------------------------------------------
>
>                 Key: FELIX-2872
>                 URL: https://issues.apache.org/jira/browse/FELIX-2872
>             Project: Felix
>          Issue Type: Improvement
>          Components: Maven Bundle Plugin
>            Reporter: Guillaume Nodet
>            Assignee: Stuart McCulloch
>             Fix For: maven-bundle-plugin-2.3.6
>
>
> It should be possible to have a easier to read generated manifest, with newlines after commas in comma separated list.
> We'd still have to abide by the 80 charachters (or so) per line rule, something like:
> {code}
> Require-Bundle: org.eclipse.ui,
>  org.eclipse.core.databinding,
>  org.eclipse.core.databinding.beans
> {code}
> This of course could be made optional / configurable.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira