ant打包编译脚本

1、在使用eclipse开发web项目的时候,不像myeclipse可以使用导出war的方式进行打包发布,需要借助第三方的工具,ant比较好,现在更好的工具是maven,目前研究了下ant
2、安装下载ant,配置环境变量,可通过命令行查看ant是否安装成功
[img]http://dl2.iteye.com/upload/attachment/0117/9367/592f49bb-3511-3484-9038-fb230e309e79.png[/img]
3、编写ant脚本






































































4、进入项目的目录

[img]http://dl2.iteye.com/upload/attachment/0117/9369/b314e71a-4fe0-3ca8-b7cd-97b17ae28e00.png[/img]

5、通过cmd进入该目录下面,使用ant即可打包

你可能感兴趣的:(Java,Web技术分析,Maven)