You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2015/02/14 18:09:12 UTC

[jira] [Reopened] (ACCUMULO-3586) Remove javac lint warnings from the maven build

     [ https://issues.apache.org/jira/browse/ACCUMULO-3586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Josh Elser reopened ACCUMULO-3586:
----------------------------------

The following change is (apparently) not portable. This causes the build to fail on SUSE and OSX.

{code}
-  bin/bootstrap_config.sh -o -d target/example-configs/$s/standalone -s $s -j -v 2
-  bin/bootstrap_config.sh -o -d target/example-configs/$s/native-standalone -s $s -n -v 2
+  bin/bootstrap_config.sh -o -d target/example-configs/$s/standalone -s $s -j -v 2 &>> $out
+  bin/bootstrap_config.sh -o -d target/example-configs/$s/native-standalone -s $s -n -v 2 &>> $out
{code}

This gives an error like:

{code}
...assemble/src/main/scripts/generate-example-configs.sh: line 25: syntax error near unexpected token `>'
...assemble/src/main/scripts/generate-example-configs.sh: line 25: `  bin/bootstrap_config.sh -o -d target/example-configs/$s/standalone -s $s -j -v 2 &>> $out'
{code}

> Remove javac lint warnings from the maven build
> -----------------------------------------------
>
>                 Key: ACCUMULO-3586
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3586
>             Project: Accumulo
>          Issue Type: Task
>            Reporter: Christopher Tubbs
>            Assignee: Christopher Tubbs
>             Fix For: 1.7.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> There's some unnecessary build warnings in the maven output. I'd like to get rid of those. (One of them has already uncovered ACCUMULO-3580).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)