Ant命令行参数传递

阅读更多
ant run arg0 arg1
then ant would try to run targets arg0 and arg1.

http://stackoverflow.com/questions/3730880/use-ant-for-running-program-with-command-line-arguments

http://stackoverflow.com/questions/14309406/passing-command-line-arguments-to-ant

http://stackoverflow.com/questions/11423728/passing-command-line-parameters-to-target-that-uses-them-in-exec

你可能感兴趣的:(ant,参数,命令行)