You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org> on 2008/04/04 18:20:59 UTC

[jira] Created: (MSHADE-27) Use platform-independent file encoding for processing of NOTICE file

Use platform-independent file encoding for processing of NOTICE file
--------------------------------------------------------------------

                 Key: MSHADE-27
                 URL: http://jira.codehaus.org/browse/MSHADE-27
             Project: Maven 2.x Shade Plugin
          Issue Type: Bug
    Affects Versions: 1.0.1
            Reporter: Benjamin Bentmann


The {{ApacheNoticeResourceTransformer}} uses the JVM's default encoding to read/write the NOTICE file, making the output of the resource transformation platform-dependent. For reproducible builds, the file encoding should be locked down using a parameter of the transformator.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MSHADE-27) Allow to configure file encoding for processing of NOTICE file

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSHADE-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed MSHADE-27.
-----------------------------------

    Resolution: Fixed

Done in [r652602|http://svn.apache.org/viewvc?view=rev&revision=652602].

> Allow to configure file encoding for processing of NOTICE file
> --------------------------------------------------------------
>
>                 Key: MSHADE-27
>                 URL: http://jira.codehaus.org/browse/MSHADE-27
>             Project: Maven 2.x Shade Plugin
>          Issue Type: Improvement
>    Affects Versions: 1.0.1
>            Reporter: Benjamin Bentmann
>            Assignee: Benjamin Bentmann
>             Fix For: 1.1
>
>
> The {{ApacheNoticeResourceTransformer}} uses the JVM's default encoding to read/write the NOTICE file, making the output of the resource transformation platform-dependent. For reproducible builds, the file encoding should be locked down using a parameter of the transformator.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Issue Comment Edited: (MSHADE-27) Allow to configure file encoding for processing of NOTICE file

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSHADE-27?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=133231#action_133231 ] 

bentmann edited comment on MSHADE-27 at 5/1/08 1:15 PM:
-----------------------------------------------------------------

This needs to be partly reverted, the encoding should default to the platform encoding.

      was (Author: bentmann):
    This needs to partly reverted, the encoding should default the platform encoding.
  
> Allow to configure file encoding for processing of NOTICE file
> --------------------------------------------------------------
>
>                 Key: MSHADE-27
>                 URL: http://jira.codehaus.org/browse/MSHADE-27
>             Project: Maven 2.x Shade Plugin
>          Issue Type: Improvement
>    Affects Versions: 1.0.1
>            Reporter: Benjamin Bentmann
>            Assignee: Benjamin Bentmann
>             Fix For: 1.1
>
>
> The {{ApacheNoticeResourceTransformer}} uses the JVM's default encoding to read/write the NOTICE file, making the output of the resource transformation platform-dependent. For reproducible builds, the file encoding should be locked down using a parameter of the transformator.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Reopened: (MSHADE-27) Use platform-independent file encoding for processing of NOTICE file

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSHADE-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann reopened MSHADE-27:
-------------------------------------


This needs to partly reverted, the encoding should default the platform encoding.

> Use platform-independent file encoding for processing of NOTICE file
> --------------------------------------------------------------------
>
>                 Key: MSHADE-27
>                 URL: http://jira.codehaus.org/browse/MSHADE-27
>             Project: Maven 2.x Shade Plugin
>          Issue Type: Bug
>    Affects Versions: 1.0.1
>            Reporter: Benjamin Bentmann
>            Assignee: Benjamin Bentmann
>             Fix For: 1.1
>
>
> The {{ApacheNoticeResourceTransformer}} uses the JVM's default encoding to read/write the NOTICE file, making the output of the resource transformation platform-dependent. For reproducible builds, the file encoding should be locked down using a parameter of the transformator.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MSHADE-27) Allow to configure file encoding for processing of NOTICE file

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSHADE-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann updated MSHADE-27:
------------------------------------

    Issue Type: Improvement  (was: Bug)
       Summary: Allow to configure file encoding for processing of NOTICE file  (was: Use platform-independent file encoding for processing of NOTICE file)

> Allow to configure file encoding for processing of NOTICE file
> --------------------------------------------------------------
>
>                 Key: MSHADE-27
>                 URL: http://jira.codehaus.org/browse/MSHADE-27
>             Project: Maven 2.x Shade Plugin
>          Issue Type: Improvement
>    Affects Versions: 1.0.1
>            Reporter: Benjamin Bentmann
>            Assignee: Benjamin Bentmann
>             Fix For: 1.1
>
>
> The {{ApacheNoticeResourceTransformer}} uses the JVM's default encoding to read/write the NOTICE file, making the output of the resource transformation platform-dependent. For reproducible builds, the file encoding should be locked down using a parameter of the transformator.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MSHADE-27) Use platform-independent file encoding for processing of NOTICE file

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSHADE-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed MSHADE-27.
-----------------------------------

         Assignee: Benjamin Bentmann
       Resolution: Fixed
    Fix Version/s: 1.1

Fixed in [r644772|http://svn.apache.org/viewvc?view=rev&revision=644772].

> Use platform-independent file encoding for processing of NOTICE file
> --------------------------------------------------------------------
>
>                 Key: MSHADE-27
>                 URL: http://jira.codehaus.org/browse/MSHADE-27
>             Project: Maven 2.x Shade Plugin
>          Issue Type: Bug
>    Affects Versions: 1.0.1
>            Reporter: Benjamin Bentmann
>            Assignee: Benjamin Bentmann
>             Fix For: 1.1
>
>
> The {{ApacheNoticeResourceTransformer}} uses the JVM's default encoding to read/write the NOTICE file, making the output of the resource transformation platform-dependent. For reproducible builds, the file encoding should be locked down using a parameter of the transformator.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira