Skip to main content

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

http://software.2206966.n2.nabble.com/maven-osgi-compiler-plugin-file-encoding-tp6035146p6035208.html 

-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Aaron Digulla
Sent: Donnerstag, 13. Oktober 2011 21:36
To: tycho-user@xxxxxxxxxxx
Subject: Re: [tycho-user] configuring encoding

Am 13.10.2011 20:12, schrieb Luiz Eduardo:

> <properties>
>         <tycho-version>0.13.0</tycho-version>
>         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
>     </properties>
> 
> didn't worked

Replace "UTF-8" with the encoding that you use in your project. In
Eclipse, open the "Properties" dialog, select "Resource" and then you
should see "Encoding" on the right.

Regards,

-- 
Aaron "Optimizer" Digulla a.k.a. Philmann Dark
"It's not the universe that's limited, it's our imagination.
Follow me and I'll show you something beyond the limits."
http://blog.pdark.de/
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top