You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Simon Nash (JIRA)" <de...@tuscany.apache.org> on 2010/11/17 20:20:13 UTC

[jira] Created: (TUSCANY-3789) Maven build produces warnings about Cp1252 encoding

Maven build produces warnings about Cp1252 encoding
---------------------------------------------------

                 Key: TUSCANY-3789
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3789
             Project: Tuscany
          Issue Type: Bug
          Components: Build System
    Affects Versions: Java-SCA-1.6
            Reporter: Simon Nash
            Assignee: Simon Nash
             Fix For: Java-SCA-1.x


Every module in the Maven build produces warnings like the following:

[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Sample Calculator
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources]
[WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. b
uild is platform dependent!
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources,
i.e. build is platform dependent!


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


[jira] Resolved: (TUSCANY-3789) Maven build produces warnings about Cp1252 encoding

Posted by "Simon Nash (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-3789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Nash resolved TUSCANY-3789.
---------------------------------

    Resolution: Fixed

To prevent these warnings, the property project.build.sourceEncoding needs to be defined.  The simplest way to do this is to define it in the top-level pom so that its value is inherited by all other poms.

Fixed under revision r1036170.

> Maven build produces warnings about Cp1252 encoding
> ---------------------------------------------------
>
>                 Key: TUSCANY-3789
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3789
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Build System
>    Affects Versions: Java-SCA-1.6
>            Reporter: Simon Nash
>            Assignee: Simon Nash
>             Fix For: Java-SCA-1.x
>
>
> Every module in the Maven build produces warnings like the following:
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Apache Tuscany SCA Sample Calculator
> [INFO]    task-segment: [install]
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources]
> [WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. b
> uild is platform dependent!
> [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources,
> i.e. build is platform dependent!

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