Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] tycho-compiler encoding

Hi,

I have a project containing several modules compiled by tycho 0.14.1.

I realized that the modules compiled by tycho were not compiled using the source encoding specified in the parent pom using
<properties>
 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 
</properties>

I succeeded to force the compilation encoding using the <maven.compiler.encoding>UTF-8</maven.compiler.encoding> property. Is this the right way to specify the encoding for tycho modules?

I thought the project.build.sourceEncoding property was general and should be used as default source encoding for all plugins. If so should I create a tycho bug to track this?

-Seb

Back to the top