You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2013/11/23 02:55:34 UTC

[Bug 55489] Allow specifying of alternative user agent for the 'get' task

https://issues.apache.org/bugzilla/show_bug.cgi?id=55489

--- Comment #7 from André-John Mas <an...@gmail.com> ---
There was indeed a piece of code missing for the userAgent, which will be
corrected in my next patch. The only thing is that the only "ant.version" value
I am finding it attached to the project scope, by using:

getProject().getProperty(MagicNames.ANT_VERSION)

The issue with that value, is that it is not a 'short' value, returning a
string of the form "Apache Ant(TM) version 1.9.3alpha compiled on November 22
2013", which is not ideal.

I am going to see whether I can propose a related to change to have a 'short'
ant version string?

-- 
You are receiving this mail because:
You are the assignee for the bug.