Required extension "ant" not found.
这是因为commons-attributes-compiler.jar在工作的时候需要"ant"、"commons-attributes-api"、"javadoc"三个jar包支持,要么是你没提供,要么是提供的jar包版本有问题。
因为我的项目里commons-attributes-compiler.jar都没用上(是部署的时候MyEclipse帮我加上的),我直接 把"commons-attributes-compiler.jar"、"commons-attributes-api.jar"两个包从/WEB- INF/lib下面删掉就好了。