From efbc1ce84602e65e20a5063833c1baaedf864883 Mon Sep 17 00:00:00 2001 From: Matt Landis Date: Mon, 29 Feb 2016 10:03:02 -0800 Subject: [PATCH] fix zinc testing instructions * --binary-dup-excludes is now --binary-dup-exclude-files * zinc is no longer in BUILD.tools Testing Done: have been using these commands to test zinc changes locally https://travis-ci.org/pantsbuild/pants/builds/112447085 Bugs closed: 2984 Reviewed at https://rbcommons.com/s/twitter/r/3513/ --- zinc/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zinc/README.md b/zinc/README.md index 94ae16ba7b7..2b0fe16491c 100644 --- a/zinc/README.md +++ b/zinc/README.md @@ -21,9 +21,9 @@ Zinc is built using pants: To build a jar use: - ./pants binary.dup --excludes="['rootdoc.txt']" zinc: + ./pants binary.dup --exclude-files="['rootdoc.txt']" zinc -To consume a jar, change the zinc target in BUILD.tools. To force pants to re-resolve +To consume a jar, add a zinc target in BUILD.tools. To force pants to re-resolve and re-shade the artifact, use a new `rev` whenever the artifact has changed. jar_library(name = 'zinc',