From ab9429024cc398c960fe9969a34ca883839d6319 Mon Sep 17 00:00:00 2001 From: Sebastian Henschel Date: Sat, 7 Nov 2015 13:42:08 +0100 Subject: [PATCH] Added hint about encrypted Ubuntu home directories to README --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dc7eb030..83d3fc84 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ Welcome to the OBP API Explorer +=============================== # ABOUT @@ -12,7 +13,7 @@ This project is licensed under the AGPL V3 (see NOTICE) and a commercial license # SETUP -The project is using sbt or Maven 2 as a build tool. +The project is using sbt or Maven 3 as a build tool. See build.scala or pom.xml respectively for the dependencies. ---- @@ -51,6 +52,17 @@ Note: You may need to add the pluginGroup to the $HOME/.m2/settings.xml --- +## Ubuntu + +If you use Ubuntu (or a derivate) and encrypted home directories (e.g. you have ~/.Private), you might run into the following error when the project is built: + + uncaught exception during compilation: java.io.IOException + [ERROR] File name too long + [ERROR] two errors found + [DEBUG] Compilation failed (CompilerInterface) + +The current workaround is to move the project directory onto a different partition, e.g. under /opt/ . + # PROPS FILE There is a props file template provided at src/main/resources/props/sample.props.template. It needs to be renamed and modified in order for