dry-orange-3870
07/26/2024, 5:01 PMBUILD
file in a directory that wants to reference a target registered in a BUILD
file in a parent directory. Is it possible to do this with relative addresses at all? Basically, I want to do something like this: ../:app_files
where :app_files
is the target registered in the parent directory's BUILD
file. I'm getting this in the error message: It has an un-normalized path part: ".."
.dry-orange-3870
07/26/2024, 5:03 PMbroad-processor-92400
07/26/2024, 10:32 PMdry-orange-3870
07/27/2024, 11:31 AMbuild_file_dir
will work perfectly. Thank you!