`
qtlkw
  • 浏览: 300414 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

ant call remote ant script by ssh connection

 
阅读更多
<project name="SecurityManager" default="deployment" basedir=".">

	<target name="deploy">

		<sshexec host="xxx" port="8101" username="xxx" password="xxx" trust="true" command="stop 883; stop 911; SLEEP 15; update 911; update 883; start 911; start 883; list"/>

	</target>
</project>
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics