vaibhavgpt/facebookboard

Source files are iso-8859-1 encoded which makes the ant build fail on Linux

Opened this issue · 0 comments

What steps will reproduce the problem?
1. Call ant build.xml on Linux
2.
3.

What is the expected output? What do you see instead?

It should build successfully. Instead, the Java compiler can't compile a
lot of the source files since they are not utf8 encoded.

What version of the product are you using? On what operating system?

svn checkout

Please provide any additional information below.

The attached patch fixes the encoding of all the Java files of the project.

Original issue reported on code.google.com by berge...@gmail.com on 30 Mar 2009 at 2:23

Attachments: