使用命令行参数创建ant目标

时间:2015-08-25 20:55:47

标签: ant arguments command-line-arguments target

我正在使用ant XML来管理存储库和一些东西,我想运行一个目标传递命令行参数,如下所示:

ant deploy-stable 0.0.1

如何配置目标以接收" 0.0.1"作为论点?

<target name="deploy-stable">
    <!-- Run git targets, previously defined, using the version passed by command line --> 
</target>

0 个答案:

没有答案