dice-group / FOX

Federated Knowledge Extraction Framework
GNU Affero General Public License v3.0
189 stars 51 forks source link

Failed to compile - Ubuntu 14.04 #3

Closed earthquakesan closed 10 years ago

earthquakesan commented 10 years ago

akswadmin@ubuntu-14-04-server-template:~/FOX$ mvn --version
Apache Maven 3.0.5 Maven home: /usr/share/maven Java version: 1.7.0_55, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-7-openjdk-amd64/jre Default locale: en_US, platform encoding: ANSI_X3.4-1968 OS name: "linux", version: "3.13.0-30-generic", arch: "amd64", family: "unix"

Maven log is here: http://pastebin.com/nd00vEs8

Please, help.

earthquakesan commented 10 years ago

Okay, I've found a solution. Had to edit pom.xml. Added a new plugin:

            <plugin>
                <artifactId>maven-compiler-plugin</artifactId>
                <configuration>
                        <encoding>UTF-8</encoding>
                </configuration>
            </plugin>

As I have rights to edit repo - I just pushed the modified version of pom.xml to master branch.

renespeck commented 10 years ago

The encoding of the files in the repo is correct. I will add this plugin to the pom too. Thanks.