ashenchowthee / zaproxy

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

Latest trunk "dist" target does not build #1622

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. svn co http://zaproxy.googlecode.com/svn/trunk/ zaproxy-read-only
2. cd zaproxy-read-only/build/
3. ant dist

What is the expected output? What do you see instead?
A successful build is expected, but it fails while attempting to copy 
"src/fuzzers" directory, which is missing. This issue does not exist in the 2.4 
branch. 

What version of the product are you using? On what operating system?
Latest "trunk" version on Mac OS X.

Please provide any additional information below.
The trunk build/build.xml needs to be brought up to date with the 2.4 branch. 
More specifically the following should be removed
<copy todir="${dist}/fuzzers">
            <fileset dir="${src}/fuzzers" excludes="**/.svn/** **/_svn/**" />
</copy> 

Original issue reported on code.google.com by dayo.res...@gmail.com on 4 May 2015 at 10:33

GoogleCodeExporter commented 9 years ago
Note, I'm happy to contribute a patch! 

In fact, provided :-)

Kind regards

Original comment by dayo.res...@gmail.com on 4 May 2015 at 5:21

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by THC...@gmail.com on 20 May 2015 at 3:22

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