是否有一个包装器可以从 Powershell 1.0 脚本启动 Ant?
我在 Windows XP 上运行 Powershell 1.0 脚本。标准 Ant 发行版中的 bin 目录包含许多用于从各种其他环境(例如 DOS、Perl 和 Python)启动 Ant 的脚本。有人为 Powershell 做过类似的东西吗?
I'm running a Powershell 1.0 script on Windows XP. The bin directory in the standard Ant distribution contains a number of scripts for launching Ant from various other environments such as DOS, Perl, and Python. Has anyone put together something similar for Powershell ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需从脚本中调用批处理文件:
.\ant.bat
Simply invoke the batch file from your script:
.\ant.bat