Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Error Log Warning: Using platform encoding (...) to copy filtered resources

Hi Kris,

Add the following property to your POM:
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 

Regards,
Davy


> Date: Mon, 6 Feb 2012 14:09:15 +0100
> From: swdev@xxxxxxx
> To: tycho-user@xxxxxxxxxxx
> Subject: [tycho-user] Error Log Warning: Using platform encoding (...) to copy filtered resources
>
> Hi,
>
> Every time I edit a pom.xml, I get the following Warning from
> org.eclipse.m2e.logback.appender: Using platform encoding (MacRoman
> actually) to copy filtered resources, i.e. build is platform dependent!
>
> The pom's have the xml attribute encoding="UTF-8" set at root xml-tag.
> I've set the encoding in the preferences at:
> General -> Workspace
> XML -> XML Files
> [Web -> CSS Files / HTML Files / JSP Files]
>
> Where else can I set the encoding to UTF-8 to prevent platform specific
> encoding?
>
> Thanks!
> Kris
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-user

Back to the top