3 回答

TA貢獻(xiàn)1895條經(jīng)驗(yàn) 獲得超3個(gè)贊
Eclipse提供了一種通過(guò)命令行或通過(guò)ant任務(wù)自動(dòng)鏡像這些站點(diǎn)的方法。
基于p2信息的鏡像
$eclipse_home/eclipse -application org.eclipse.equinox.p2.artifact.repository.mirrorApplication -source $1 -destination $2
$eclipse_home/eclipse -application org.eclipse.equinox.p2.metadata.repository.mirrorApplication -source $1 -destination $2
參考:Equinox p2存儲(chǔ)庫(kù)鏡像
基于site.xml信息的鏡像
java -jar $eclipse_home/plugins/org.eclipse.equinox.launcher_*.jar -application org.eclipse.update.core.standaloneUpdate -command mirror -from $from -to $to
參考:從命令行運(yùn)行更新管理器
您可以在我的腳本存儲(chǔ)庫(kù)中關(guān)注這些腳本的演變。
添加回答
舉報(bào)