What steps will reproduce the problem?
1. svn checkout http://zaproxy.googlecode.com/svn/trunk/ zaproxy-read-only
2. cd zaproxy-read-only/build
3. change version.txt (with 2.4.0.0)
3. ant
What is the expected output?
ZAP_2.4.0.0_Linux.tar.gz
What do you see instead?
ZAP_2.4.0.0?_Linux.tar.gz
What version of the product are you using? On what operating system?
trunk on an Ubuntu 14 LTS with ant 1.9.3
Please provide any additional information below.
Fix is : line 462
<loadfile property="version" srcfile="version.txt">
<filterchain>
<striplinebreaks/>
</filterchain>
</loadfile>
AND line 892
<loadfile property="version" srcfile="version.txt">
<filterchain>
<striplinebreaks/>
</filterchain>
</loadfile>
Original issue reported on code.google.com by alban.an...@nabla.mobi on 7 Apr 2015 at 2:40
Original issue reported on code.google.com by
alban.an...@nabla.mobi
on 7 Apr 2015 at 2:40