You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can be confusing to people. Especially if they use options that change the ignored paths.
For example, this command fails this way:
$ ./pants --pants-distdir=my-cool-project bundle my-cool-project/app:bin
Exception caught: (<class 'pants.build_graph.build_file_address_mapper.InvalidBuildFileReference'>)
Exception message: /<build-root-path>/my-cool-project/app does not contain any BUILD files.
when translating spec my-cool-project/app:bin
If it instead said something like
$ ./pants --pants-distdir=my-cool-project bundle my-cool-project/app:bin
Failed to find BUILD files in `my-cool-project/app`. `my-cool-project` is ignored in /<build-root-path>.
when translating spec my-cool-project/app:bin
The text was updated successfully, but these errors were encountered:
This can be confusing to people. Especially if they use options that change the ignored paths.
For example, this command fails this way:
If it instead said something like
The text was updated successfully, but these errors were encountered: