Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

list directory without BUILD file is doing list :: #4110

Closed
wisechengyi opened this issue Dec 1, 2016 · 1 comment
Closed

list directory without BUILD file is doing list :: #4110

wisechengyi opened this issue Dec 1, 2016 · 1 comment

Comments

@wisechengyi
Copy link
Contributor

$ mkdir abc
$ ./pants list abc/::
WARN] The behavior of `./pants list` (no explicit targets) will soon become a no-op. To remove this warning, please specify one or more explicit target specs (e.g. `./pants list ::`).
src/python/pants/util:meta
src/python/pants/base:build_root
3rdparty/python:ansicolors
3rdparty/python:six
src/python/pants/util:strutil
src/python/pants/util:dirutil
src/python/pants/util:tarutil
...
@stuhood
Copy link
Member

stuhood commented Oct 4, 2017

Fixed.

Exception caught: (<class 'pants.build_graph.address_lookup_error.AddressLookupError'>)

Exception message: Build graph construction failed: ExecutionError Multiple exceptions encountered:
  ResolveError: Path "blah" contains no BUILD files.```

@stuhood stuhood closed this as completed Oct 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants