Ant高階功能
本篇省略ant簡單基本功能,先加上高階功能,附件是jar下載
1.ant遠端連線伺服器,操作伺服器
2.ant迴圈執行1.2 基本用法
<target name="stop_ear_tpsp_store_206"> <sshexec host="10.58.22.206" username="zhangshang" password="123456" command="ls -la" trust="true" /> </target>
<taskdef name="foreach" classname="net.sf.antcontrib.logic.ForEach" classpath="/weblic/cc/ant-contrib-1.0b3.jar" />1.2. 基本用法
<target name="scp_command_1"> <scp todir="zhangsan:123456@${iplist}:/weblogic/aa.ear/"> <fileset dir="/webligic/bb/"> <include name="**/*"/> </fileset> </scp> </target> <target name="scp_xx_1"> <echo>upload files </echo> <foreach target="scp_command_1" list="10.58.22.1,10.58.22.2,10.58.22.3,10.58.22.4" delimiter="," param="iplist" > </foreach> </target>
由龐順龍最後編輯於:4年前
內容均為作者獨立觀點,不代表八零IT人立場,如涉及侵權,請及時告知。
相關文章
- C++高階功能C++
- Nginx高階功能詳解Nginx
- redis學習——高階功能Redis
- 深入探索LangChain的高階功能LangChain
- 高階BOM工具智慧打包功能
- Elasticsearch系列---幾個高階功能Elasticsearch
- Nacos的一些高階功能
- reloadium:提供Python高階熱過載功能Python
- 如何在 .NetCore 中使用 AutoMapper 高階功能NetCoreAPP
- ABAP Code Inspector 的一些高階功能分享
- 2024 年最前沿的 5 大 CSS 功能 | 高階 CSSCSS
- Pywick:追求功能完備的PyTorch高階訓練庫PyTorch
- 從高階函式--->高階元件函式元件
- 高階動畫繫結功能:角色與物品的互動動畫
- 深入 MyBatis-Plus 外掛:解鎖高階資料庫功能MyBatis資料庫
- Java高階特性-註解:註解實現Excel匯出功能JavaExcel
- 高階前端進階(七)前端
- 高階前端進階(五)前端
- 高階前端進階(三)前端
- js高階JS
- MYSQL 高階MySql
- Sentinel高階
- MySQL高階MySql
- 高階元件元件
- ant design的Select下拉選擇器 帶搜尋功能
- React 高階應用 -- 高階元件 Heigher Order ComponentReact元件
- Mapster 高階功能解析:高效物件對映與最佳化技巧物件
- 透視Matplotlib核心功能和工具包 - 高階特徵繪製特徵
- Next.js腳手架進階 — 完美契合ant-designJS
- ant
- Kotlin——高階篇(二):高階函式詳解與標準的高階函式使用Kotlin函式
- Typescript 高階語法進階TypeScript
- 高階前端進階系列 - webview前端WebView
- React 進階(三) 高階元件React元件
- React高階指南之高階元件React元件
- 《前端之路》之 JavaScript 高階技巧、高階函式(一)前端JavaScript函式
- 指標高階指標
- redis高階部分Redis