开发者

Is there a way to output the ant version to the console if running ant build from Eclipse

开发者 https://www.devze.com 2023-02-13 19:10 出处:网络
I want to embed the ant version inf开发者_如何学Cormation into the console output when using Ant build. Any way?try

I want to embed the ant version inf开发者_如何学Cormation into the console output when using Ant build. Any way?


try

<echo>${ant.version}</echo>

In your build file

0

精彩评论

暂无评论...
验证码 换一张
取 消