cold-jackal-89755
08/07/2023, 4:34 PMpants tailor
command. The default build_file_name
is BUILD
, which we are using. We also have a template BUILD
file with a different extension that has some templating code in there. pants tailor
is picking this file up. Seems like files name <http://BUILD.xyz|BUILD.xyz>
should not be picked up? Maybe there is a reason for this that I don't knowenough-analyst-54434
08/07/2023, 4:40 PMcold-jackal-89755
08/07/2023, 4:40 PMcold-jackal-89755
08/07/2023, 4:52 PMpants tailor
would accept a path (pants tailor path_to_source_code::
) but that doesn't seem to work. Also, should not have given the template name BUILD.*
.happy-kitchen-89482
08/07/2023, 5:35 PMpants tailor path/to/source_code
should work, minus the ::
happy-kitchen-89482
08/07/2023, 5:35 PM::
means "all targets under this dir", but tailor acts on directories, not targets...cold-jackal-89755
08/07/2023, 5:36 PMhappy-kitchen-89482
08/07/2023, 6:54 PM