标签: java eclipse ant
我想在使用Ant构建时将ant版本信息嵌入到控制台输出中。无论如何?
答案 0 :(得分:2)
试
<echo>${ant.version}</echo>
在您的构建文件中