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/03/08 19:39:28 UTC

[jira] Created: (MRESOURCES-57) Provide specific default value for "encoding" parameter

Provide specific default value for "encoding" parameter
-------------------------------------------------------

                 Key: MRESOURCES-57
                 URL: http://jira.codehaus.org/browse/MRESOURCES-57
             Project: Maven 2.x Resources Plugin
          Issue Type: Improvement
    Affects Versions: 2.2
            Reporter: Benjamin Bentmann
            Priority: Minor
         Attachments: resource-encoding.patch

The platform's default encoding may easily differ among machines/developers so relying on it breaks with the aim of reproducible builds. The encoding used should always be fixed for a particular plugin run, either explicitly by the user or implicitly by a known default value.

See also MCOMPILER-63.

-- 
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: (MRESOURCES-57) use ${project.build.sourceEncoding} as default value for "encoding" parameter

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

Benjamin Bentmann updated MRESOURCES-57:
----------------------------------------

    Summary: use ${project.build.sourceEncoding} as default value for "encoding" parameter  (was: Provide specific default value for "encoding" parameter)

> use ${project.build.sourceEncoding} as default value for "encoding" parameter
> -----------------------------------------------------------------------------
>
>                 Key: MRESOURCES-57
>                 URL: http://jira.codehaus.org/browse/MRESOURCES-57
>             Project: Maven 2.x Resources Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.2
>            Reporter: Benjamin Bentmann
>            Assignee: Herve Boutemy
>            Priority: Minor
>             Fix For: 2.3
>
>         Attachments: resource-encoding.patch
>
>
> The platform's default encoding may easily differ among machines/developers so relying on it breaks with the aim of reproducible builds. The encoding used should always be fixed for a particular plugin run, either explicitly by the user or implicitly by a known default value.
> See also MCOMPILER-63.

-- 
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: (MRESOURCES-57) use ${project.build.sourceEncoding} as default value for "encoding" parameter

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

Benjamin Bentmann closed MRESOURCES-57.
---------------------------------------

    Resolution: Fixed

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

> use ${project.build.sourceEncoding} as default value for "encoding" parameter
> -----------------------------------------------------------------------------
>
>                 Key: MRESOURCES-57
>                 URL: http://jira.codehaus.org/browse/MRESOURCES-57
>             Project: Maven 2.x Resources Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.2
>            Reporter: Benjamin Bentmann
>            Assignee: Herve Boutemy
>            Priority: Minor
>             Fix For: 2.3
>
>         Attachments: resource-encoding.patch
>
>
> The platform's default encoding may easily differ among machines/developers so relying on it breaks with the aim of reproducible builds. The encoding used should always be fixed for a particular plugin run, either explicitly by the user or implicitly by a known default value.
> See also MCOMPILER-63.

-- 
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: (MRESOURCES-57) Provide specific default value for "encoding" parameter

Posted by "Herve Boutemy (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRESOURCES-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Herve Boutemy closed MRESOURCES-57.
-----------------------------------

         Assignee: Herve Boutemy
       Resolution: Fixed
    Fix Version/s: 2.3

done in r649654

> Provide specific default value for "encoding" parameter
> -------------------------------------------------------
>
>                 Key: MRESOURCES-57
>                 URL: http://jira.codehaus.org/browse/MRESOURCES-57
>             Project: Maven 2.x Resources Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.2
>            Reporter: Benjamin Bentmann
>            Assignee: Herve Boutemy
>            Priority: Minor
>             Fix For: 2.3
>
>         Attachments: resource-encoding.patch
>
>
> The platform's default encoding may easily differ among machines/developers so relying on it breaks with the aim of reproducible builds. The encoding used should always be fixed for a particular plugin run, either explicitly by the user or implicitly by a known default value.
> See also MCOMPILER-63.

-- 
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] Commented: (MRESOURCES-57) Provide specific default value for "encoding" parameter

Posted by "Herve Boutemy (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRESOURCES-57?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=129932#action_129932 ] 

Herve Boutemy commented on MRESOURCES-57:
-----------------------------------------

see http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding

> Provide specific default value for "encoding" parameter
> -------------------------------------------------------
>
>                 Key: MRESOURCES-57
>                 URL: http://jira.codehaus.org/browse/MRESOURCES-57
>             Project: Maven 2.x Resources Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.2
>            Reporter: Benjamin Bentmann
>            Priority: Minor
>         Attachments: resource-encoding.patch
>
>
> The platform's default encoding may easily differ among machines/developers so relying on it breaks with the aim of reproducible builds. The encoding used should always be fixed for a particular plugin run, either explicitly by the user or implicitly by a known default value.
> See also MCOMPILER-63.

-- 
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: (MRESOURCES-57) Provide specific default value for "encoding" parameter

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

Benjamin Bentmann reopened MRESOURCES-57:
-----------------------------------------


Needs to be reverted to use platform encoding by default.

> Provide specific default value for "encoding" parameter
> -------------------------------------------------------
>
>                 Key: MRESOURCES-57
>                 URL: http://jira.codehaus.org/browse/MRESOURCES-57
>             Project: Maven 2.x Resources Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.2
>            Reporter: Benjamin Bentmann
>            Assignee: Herve Boutemy
>            Priority: Minor
>             Fix For: 2.3
>
>         Attachments: resource-encoding.patch
>
>
> The platform's default encoding may easily differ among machines/developers so relying on it breaks with the aim of reproducible builds. The encoding used should always be fixed for a particular plugin run, either explicitly by the user or implicitly by a known default value.
> See also MCOMPILER-63.

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