quaint-telephone-89068
02/04/2023, 3:30 PM. in the name and mapping that target as a dependency of another target results in a ResolveError error.
Some example BUILD files:
app/some.path.com/BUILD
resources(
sources=[
"*.json",
]
)
app/BUILD
python_library(
dependencies=[
"./some.path.com"
]
)
Pants version
2.6.1rc1
OS
MacOS
Additional info
• Example gist for error
• Example repo setup
• run ./pants dependees app/some.path.com to see the error
• update the target to use the _ directory, it works as expected.
pantsbuild/pantsuser
02/04/2023, 3:30 PM