How can I ensure all output from Ant's exec task goes to stdout?

后端 未结 7 2015
情歌与酒
情歌与酒 2020-12-09 09:52

The Ant exec task has an output property which can be used to tell Ant where the output goes. I\'ve used it to redirect the output to a file. The thing is, if I

7条回答
  •  一向
    一向 (楼主)
    2020-12-09 10:12

    The output of exec does go to standard out unless you specify the output attribute.

提交回复
热议问题