[engine] Fix filedeps goal in v2 engine
Review Request #4137 — Created Aug. 5, 2016 and updated — Latest diff uploaded
Information | |
---|---|
ity | |
pants | |
3752, 3753 | |
Reviewers | |
pants-reviews | |
jsirois, kwlzn, nhoward_tw, stuhood |
-
In the v1 engine an Address is resolved to a BuildFileAddress, in the v2 engine thats not the case. Hence, invocation of goals such as filedeps causes an exception.
-
Use
address_mapper
to correctly resolve anAddress
to aBuildFileAddress
$ ./build-support/bin/ci.sh succeeded locally
travis ci running - https://travis-ci.org/pantsbuild/pants/builds/149976208