Description
Latest improvements on installer made use of package java.nio.file, not available with JDK 1.6.
As a consequence, the build process fails with Java 6.
14:58:38 [ERROR] COMPILATION ERROR : 14:58:38 [INFO] ------------------------------------------------------------- 14:58:38 [ERROR] /home/jenkins/workspace/Apache Syncope master/installer/src/main/java/org/apache/syncope/installer/utilities/FileSystemUtils.java:[33,21] package java.nio.file does not exist 14:58:38 [ERROR] /home/jenkins/workspace/Apache Syncope master/installer/src/main/java/org/apache/syncope/installer/utilities/FileSystemUtils.java:[34,21] package java.nio.file does not exist 14:58:38 [ERROR] /home/jenkins/workspace/Apache Syncope master/installer/src/main/java/org/apache/syncope/installer/utilities/FileSystemUtils.java:[35,21] package java.nio.file does not exist 14:58:38 [ERROR] /home/jenkins/workspace/Apache Syncope master/installer/src/main/java/org/apache/syncope/installer/utilities/FileSystemUtils.java:[36,21] package java.nio.file does not exist 14:58:38 [ERROR] /home/jenkins/workspace/Apache Syncope master/installer/src/main/java/org/apache/syncope/installer/utilities/FileSystemUtils.java:[64,19] cannot find symbol