查看依附元件圖表
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
回報問題open_in_new
查看原始碼open_in_new
。
。
。
。
夜間
。
。
。
。
7.3
。
。
7.2
。
。
7.1
。
。
7.0
。
。
6.5
。
。
成功的建構作業會在 BUILD
中明確指出所有依附元件
檔案。Bazel 會使用這些陳述式建立專案的依附元件圖表。
進而提供準確的漸進式建構作業
如要視覺化範例專案的依附元件,您可以產生文字
以表示依附元件圖表,方法是在
工作區根目錄:
bazel query --notool_deps --noimplicit_deps "deps(//main:hello-world)" \
--output graph
上述指令會指示 Bazel 尋找目標的所有依附元件
//main:hello-world
(排除主機和隱含依附元件) 的格式,並將
並轉換為圖表
然後將文字貼到 GraphViz 中。
使用 Ubuntu 時,只要安裝 GraphViz 和 xdot,即可在本機檢視圖表
點檢視器:
sudo apt update && sudo apt install graphviz xdot
接著,透過上方文字輸出內容來產生及查看圖表
各位 x 點:
xdot <(bazel query --notool_deps --noimplicit_deps "deps(//main:hello-world)" \
--output graph)
如您所見,範例專案的第一階段只有一個目標
,只會建構一個來源檔案,而沒有其他依附元件:
圖 1. hello-world
的依附元件圖表會顯示具有單一目標的單一目標
來源檔案。
設定工作區後,即可建構及檢查專案
那就增加一些複雜度
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-29 (世界標準時間)。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"缺少我需要的資訊"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"過於複雜/步驟過多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"過時"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻譯問題"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/程式碼問題"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"容易理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"確實解決了我的問題"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]
{"lastModified": "\u4e0a\u6b21\u66f4\u65b0\u6642\u9593\uff1a2024-08-29 (\u4e16\u754c\u6a19\u6e96\u6642\u9593)\u3002"}
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-08-29 (世界標準時間)。"],[],[]]