Repository: cassandra-builds Updated Branches: refs/heads/master 1c49e7003 -> cd2f37cc7
Add eclipse-warnings to artifacts build Project: http://git-wip-us.apache.org/repos/asf/cassandra-builds/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra-builds/commit/cd2f37cc Tree: http://git-wip-us.apache.org/repos/asf/cassandra-builds/tree/cd2f37cc Diff: http://git-wip-us.apache.org/repos/asf/cassandra-builds/diff/cd2f37cc Branch: refs/heads/master Commit: cd2f37cc7b539aa05b9ba9489190149a4863fae3 Parents: 1c49e70 Author: Michael Shuler <mich...@pbandjelly.org> Authored: Fri Nov 18 14:33:47 2016 -0600 Committer: Michael Shuler <mich...@pbandjelly.org> Committed: Fri Nov 18 14:33:47 2016 -0600 ---------------------------------------------------------------------- build-scripts/cassandra-artifacts.sh | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra-builds/blob/cd2f37cc/build-scripts/cassandra-artifacts.sh ---------------------------------------------------------------------- diff --git a/build-scripts/cassandra-artifacts.sh b/build-scripts/cassandra-artifacts.sh index dd480e7..35b632e 100755 --- a/build-scripts/cassandra-artifacts.sh +++ b/build-scripts/cassandra-artifacts.sh @@ -23,6 +23,9 @@ for x in $(seq 1 3); do ant clean artifacts RETURN="$?" if [ "${RETURN}" -eq "0" ]; then + # Run eclipse-warnings if build was successful + ant eclipse-warnings + RETURN="$?" break fi done