You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by "Steve Loughran (JIRA)" <ji...@apache.org> on 2014/08/26 12:28:58 UTC

[jira] [Commented] (SLIDER-361) accumulo package not building on Jenkins/Java6

    [ https://issues.apache.org/jira/browse/SLIDER-361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14110581#comment-14110581 ] 

Steve Loughran commented on SLIDER-361:
---------------------------------------

{code}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.1:compile
(default-compile) on project slider-accumulo-app-package: Compilation
failure: Compilation  failure:
[ERROR]
/home/jenkins/jenkins-slave/workspace/Slider-develop/app-packages/accumulo/src/main/java/org/apache/slider/accumulo/CustomAuthenticator.java:[32,8]
1. ERROR in
/home/jenkins/jenkins-slave/workspace/Slider-develop/app-packages/accumulo/src/main/java/org/apache/slider/accumulo/CustomAuthenticator.java
(at line 32)
[ERROR] import java.nio.charset.StandardCharsets;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import java.nio.charset.StandardCharsets cannot be resolved
[ERROR]
[ERROR]
/home/jenkins/jenkins-slave/workspace/Slider-develop/app-packages/accumulo/src/main/java/org/apache/slider/accumulo/CustomAuthenticator.java:[71,15]
2. ERROR in /home/
jenkins/jenkins-slave/workspace/Slider-develop/app-packages/accumulo/src/main/java/org/apache/slider/accumulo/CustomAuthenticator.java
(at line 71)
[ERROR] pass.getBytes(StandardCharsets.UTF_8));
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] StandardCharsets cannot be resolved to a variable
[ERROR]
[ERROR] Found 2 errors and 0 warnings.
{code}

> accumulo package not building on Jenkins/Java6
> ----------------------------------------------
>
>                 Key: SLIDER-361
>                 URL: https://issues.apache.org/jira/browse/SLIDER-361
>             Project: Slider
>          Issue Type: Sub-task
>          Components: build
>    Affects Versions: Slider 0.60
>         Environment: jenkins and JDK6
>            Reporter: Steve Loughran
>            Assignee: Billie Rinaldi
>
> jenkins isn't compiling due to some Java 7 imports



--
This message was sent by Atlassian JIRA
(v6.2#6252)