You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Nathan Beyer (JIRA)" <ji...@apache.org> on 2009/02/22 03:55:01 UTC

[jira] Created: (HTTPCORE-185) Set source and output encoding in POMs

Set source and output encoding in POMs
--------------------------------------

                 Key: HTTPCORE-185
                 URL: https://issues.apache.org/jira/browse/HTTPCORE-185
             Project: HttpComponents HttpCore
          Issue Type: Bug
          Components: HttpCore, HttpCore NIO
            Reporter: Nathan Beyer
         Attachments: pom_encoding.diff

Modification to POM files to explicitly set the source and report encoding. I've set everything to UTF-8, but this may not be appropriate. However, the encoding properties should be set to ensure that source files are compiled correctly, resources are filtered appropriately and that the reports are using a consistent encoding.

Related info
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
http://docs.codehaus.org/display/MAVEN/Reporting+Encoding+Configuration

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[jira] Updated: (HTTPCORE-185) Set source and output encoding in POMs

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

Nathan Beyer updated HTTPCORE-185:
----------------------------------

    Attachment: pom_encoding.diff

> Set source and output encoding in POMs
> --------------------------------------
>
>                 Key: HTTPCORE-185
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-185
>             Project: HttpComponents HttpCore
>          Issue Type: Bug
>          Components: HttpCore, HttpCore NIO
>            Reporter: Nathan Beyer
>         Attachments: pom_encoding.diff
>
>
> Modification to POM files to explicitly set the source and report encoding. I've set everything to UTF-8, but this may not be appropriate. However, the encoding properties should be set to ensure that source files are compiled correctly, resources are filtered appropriately and that the reports are using a consistent encoding.
> Related info
> http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
> http://docs.codehaus.org/display/MAVEN/Reporting+Encoding+Configuration

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[jira] Updated: (HTTPCORE-185) Set source and output encoding in POMs

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

Oleg Kalnichevski updated HTTPCORE-185:
---------------------------------------

    Affects Version/s: 4.1
           Issue Type: Improvement  (was: Bug)

> Set source and output encoding in POMs
> --------------------------------------
>
>                 Key: HTTPCORE-185
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-185
>             Project: HttpComponents HttpCore
>          Issue Type: Improvement
>          Components: HttpCore, HttpCore NIO
>    Affects Versions: 4.1
>            Reporter: Nathan Beyer
>         Attachments: pom_encoding.diff
>
>
> Modification to POM files to explicitly set the source and report encoding. I've set everything to UTF-8, but this may not be appropriate. However, the encoding properties should be set to ensure that source files are compiled correctly, resources are filtered appropriately and that the reports are using a consistent encoding.
> Related info
> http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
> http://docs.codehaus.org/display/MAVEN/Reporting+Encoding+Configuration

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[jira] Resolved: (HTTPCORE-185) Set source and output encoding in POMs

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

Oleg Kalnichevski resolved HTTPCORE-185.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 4.1

Fixed in SVN trunk

Oleg

> Set source and output encoding in POMs
> --------------------------------------
>
>                 Key: HTTPCORE-185
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-185
>             Project: HttpComponents HttpCore
>          Issue Type: Improvement
>          Components: HttpCore, HttpCore NIO
>    Affects Versions: 4.1
>            Reporter: Nathan Beyer
>             Fix For: 4.1
>
>         Attachments: pom_encoding.diff
>
>
> Modification to POM files to explicitly set the source and report encoding. I've set everything to UTF-8, but this may not be appropriate. However, the encoding properties should be set to ensure that source files are compiled correctly, resources are filtered appropriately and that the reports are using a consistent encoding.
> Related info
> http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
> http://docs.codehaus.org/display/MAVEN/Reporting+Encoding+Configuration

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[jira] Closed: (HTTPCORE-185) Set source and output encoding in POMs

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

Nathan Beyer closed HTTPCORE-185.
---------------------------------


Verified. Looks good.

> Set source and output encoding in POMs
> --------------------------------------
>
>                 Key: HTTPCORE-185
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-185
>             Project: HttpComponents HttpCore
>          Issue Type: Improvement
>          Components: HttpCore, HttpCore NIO
>    Affects Versions: 4.1
>            Reporter: Nathan Beyer
>             Fix For: 4.1
>
>         Attachments: pom_encoding.diff
>
>
> Modification to POM files to explicitly set the source and report encoding. I've set everything to UTF-8, but this may not be appropriate. However, the encoding properties should be set to ensure that source files are compiled correctly, resources are filtered appropriately and that the reports are using a consistent encoding.
> Related info
> http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
> http://docs.codehaus.org/display/MAVEN/Reporting+Encoding+Configuration

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org