ANT配合FIS执行前端打包任务

<target name="help">
    <exec executable="cmd">
        <arg value="/c"/>
        <arg value="fis"/>
        <arg value="release"/>
        <arg value="--help"/>
    </exec>
</target>            

前提是FIS安装并能正常使用。

CMD:/>ant -f build.xml help

原文地址:https://www.cnblogs.com/terrylin/p/4160032.html