ashenchowthee / zaproxy

Automatically exported from code.google.com/p/zaproxy
0 stars 0 forks source link

Build of trunk is failing from Ubuntu 14 LTS with ant 1.9.3 #1591

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
ZAP has been migrated to github

This issue will be on github issues with the same ID: 
https://github.com/zaproxy/zaproxy/issues

Original comment by psii...@gmail.com on 5 Jun 2015 at 9:18