You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/28 21:54:59 UTC

[jira] Created: (TAP5-483) Maven warning in build: [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!

Maven warning in build: [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent! 
--------------------------------------------------------------------------------------------------------------------------------------------

                 Key: TAP5-483
                 URL: https://issues.apache.org/jira/browse/TAP5-483
             Project: Tapestry 5
          Issue Type: Improvement
    Affects Versions: 5.1.0.0
            Reporter: Howard M. Lewis Ship
            Priority: Minor


This can probably be turned off by telling Maven not to attempt to filter any copied resources.

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


[jira] Commented: (TAP5-483) Maven warning in build: [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!

Posted by "Benjamin Bentmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12681022#action_12681022 ] 

Benjamin Bentmann commented on TAP5-483:
----------------------------------------

Alternatively, just add
{code:xml}
<properties>
  <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
{code}
to the (parent) POM. See also [POM Element for Source File Encoding|http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding].

> Maven warning in build: [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent! 
> --------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-483
>                 URL: https://issues.apache.org/jira/browse/TAP5-483
>             Project: Tapestry 5
>          Issue Type: Improvement
>    Affects Versions: 5.1.0.0
>            Reporter: Howard M. Lewis Ship
>            Priority: Minor
>
> This can probably be turned off by telling Maven not to attempt to filter any copied resources.

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


[jira] Closed: (TAP5-483) Maven warning in build: [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-483.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.1.0.3
         Assignee: Howard M. Lewis Ship

> Maven warning in build: [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent! 
> --------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-483
>                 URL: https://issues.apache.org/jira/browse/TAP5-483
>             Project: Tapestry 5
>          Issue Type: Improvement
>    Affects Versions: 5.1.0.0
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.1.0.3
>
>
> This can probably be turned off by telling Maven not to attempt to filter any copied resources.

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


[jira] Closed: (TAP5-483) Maven warning in build: [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-483.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.1.0.3
         Assignee: Howard M. Lewis Ship

> Maven warning in build: [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent! 
> --------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-483
>                 URL: https://issues.apache.org/jira/browse/TAP5-483
>             Project: Tapestry 5
>          Issue Type: Improvement
>    Affects Versions: 5.1.0.0
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.1.0.3
>
>
> This can probably be turned off by telling Maven not to attempt to filter any copied resources.

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


[jira] Commented: (TAP5-483) Maven warning in build: [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!

Posted by "Benjamin Bentmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12681022#action_12681022 ] 

Benjamin Bentmann commented on TAP5-483:
----------------------------------------

Alternatively, just add
{code:xml}
<properties>
  <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
{code}
to the (parent) POM. See also [POM Element for Source File Encoding|http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding].

> Maven warning in build: [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent! 
> --------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-483
>                 URL: https://issues.apache.org/jira/browse/TAP5-483
>             Project: Tapestry 5
>          Issue Type: Improvement
>    Affects Versions: 5.1.0.0
>            Reporter: Howard M. Lewis Ship
>            Priority: Minor
>
> This can probably be turned off by telling Maven not to attempt to filter any copied resources.

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