`

ant的使用

 
阅读更多

1.下载包 

2.配置环境变量
 

3.运行  E:->  ant  -f  ***.xml









<?xml version="1.0" ?>

<project name="firstbuild" default="run">
<target name="demoA">
  <echo message="helloworld"/>

    <echo/>  nihaoo aooooooooooooooooooo</echo>
</target>
</project>

打开cmd   切换到存放上面xml的目录

  ant -f build.xml Enter
    打印命令
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics