Francesco Chicchiriccò created SYNCOPE-625:
----------------------------------------------
Summary: Build fails with Java 6
Key: SYNCOPE-625
URL: https://issues.apache.org/jira/browse/SYNCOPE-625
Project: Syncope
Issue Type: Bug
Components: installer
Reporter: Francesco Chicchiriccò
Assignee: Marco Di Sabatino Di Diodoro
Priority: Critical
Fix For: 1.2.2, 1.3.0
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.
{code}
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
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)