ant打JAR、WAR包
1. ant安装上官网下载ANT:http://ant.apache.org/bindownload.cgi解压出来,添加系统变量ANT_HOME,并把ANT路径加入系统变量Path中在命令行中,来到当前项目的路径(打包文件build.xml在该目录下)在命令行中输入ant,回车就可以看到结果2. ant打JAR包<?xml version="1.0" encoding="UTF-8"?><project name="HelloWorld...