Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
将裤子安装到新仓库时,您似乎需要将 BUILD.tools 从裤子分发版复制到仓库的根目录中。
该文件用于 Pants 本身使用的工具。例如,它包括 Pants 用于构建 Java 文件的 jmake 和 Pants 用于文本覆盖率报告的 coberatura。
如果您想使用这些工具之一的不同版本,您可能需要编辑此文件(有时您还需要编辑您的pants.ini 以反映新版本)。
有时 Pants 本身会添加一个新工具,或者更新一个版本。在这种情况下,当您升级裤子时,您还需要更新您的 BUILD.tools 文件。