Run eclipse-warnings Patch by marcuse; reviewed by Ariel Weisberg and Blake Eggleston for CASSANDRA-14428
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/15c463cb Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/15c463cb Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/15c463cb Branch: refs/heads/trunk Commit: 15c463cb0067097b1ec57a056c2585c48b8b9306 Parents: 493f9a2 Author: Marcus Eriksson <marc...@apache.org> Authored: Mon Apr 30 15:40:44 2018 +0200 Committer: Marcus Eriksson <marc...@apache.org> Committed: Thu May 3 15:40:47 2018 +0200 ---------------------------------------------------------------------- .circleci/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/15c463cb/.circleci/config.yml ---------------------------------------------------------------------- diff --git a/.circleci/config.yml b/.circleci/config.yml index f881b70..5a84f72 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -126,6 +126,14 @@ jobs: exit ${RETURN} fi no_output_timeout: 15m + - run: + name: Run eclipse-warnings + command: | + export LANG=en_US.UTF-8 + export JAVA_TOOL_OPTIONS="-Dfile.encoding=UTF8" + export PATH=$PATH:$ANT_HOME/bin:$JAVA_HOME/bin + cd ~/cassandra + ant eclipse-warnings - persist_to_workspace: root: /home/cassandra paths: --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org