https://issues.apache.org/bugzilla/show_bug.cgi?id=55489
--- Comment #7 from André-John Mas <[email protected]> --- 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.
