我使用 Netbeans 7.0 开发了一个 Web 应用程序。构建(生成战争文件)在 netbeans 中工作,但如果我使用在另一台服务器(linux)上构建项目,ant
我会得到以下信息:
[packwolf src]$ ant
Buildfile: build.xml
BUILD FAILED
/home/packwolf/Application/src/build.xml:12: The following error occurred while executing this line:
/home/packwolf/Application/src/nbproject/build-impl.xml:22: Class org.apache.tools.ant.taskdefs.condition.Not doesn't support the nested "antversion" element.
当我检查 build-impl.xml 时,它有一个用于检查 ANT 版本 1.7 或更高版本的 XML 块。如何使构建独立于ant版本?
提前致谢。