[
http://jira.codehaus.org/browse/MGWT-102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benjamin Bentmann closed MGWT-102.
----------------------------------
Assignee: Benjamin Bentmann
Resolution: Not A Bug
This is a configuration issue in your build, not a bug of the GWT Plugin (BTW,
the warning is actually emitted by the Maven Resources Plugin). Simply put
{code:xml}
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
{code}
in your POM (cf. [Source File
Encoding|http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding]).
> encoding warning
> ----------------
>
> Key: MGWT-102
> URL: http://jira.codehaus.org/browse/MGWT-102
> Project: Maven 2.x GWT Plugin
> Issue Type: Bug
> Affects Versions: 1.2
> Environment: eclipse vista
> Reporter: shay
> Assignee: Benjamin Bentmann
> Priority: Minor
>
> Hi,
> when running mvn i am getting the following warning:
> Thanks,
> Shay
> mvn compile
> [INFO] Scanning for projects...
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building gwt-maven-archetype-project
> [INFO] task-segment: [compile]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [gwt:generateAsync {execution: default}]
> [INFO] using GWT jars from project dependencies : 1.6.4
> [INFO] Unpack native libraries required to run GWT
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (Cp1252 actually) to copy filtered
> resources, i.e. build is platform dependent!
> [INFO] Copying 6 resources
> [INFO] [gwt:i18n {execution: default}]
> [INFO] using GWT jars from project dependencies : 1.6.4
> [INFO] Unpack native libraries required to run GWT
> [INFO] establishing classpath list (scope = compile)
> [INFO] [compiler:compile {execution: default-compile}]
--
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
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email