Hard to tell. I can't see any obvious mistakes.
All the examples here:http://ant.apache.org/manual/Types/fileset.htmluse:
<include name="**/*.jar"/>
instead of just "*.jar" as you have, but what you have looks like it should be ok so long as the .jar files are directly inside \WebContent\WEB-INF\classes.
本文介绍了一个用于Web应用程序部署的Ant构建脚本,详细解释了如何配置目标目录、类路径、初始化方法以及构建任务。
187

被折叠的 条评论
为什么被折叠?



