Hey guys, I posted in the User Group but figured this might belong in the Dev group instead.
I checked out the bodgeit application in an attempt to get ZAP running through the provided ANT script, but I'm running into a few walls:
First, I had to download, install, and rebuild the application with JDK 1.7 and point tomcat to 1.7 JRE as well. Previously (and for work) I use 1.6. Just wanted to note this for any people in the future.
Second, I had to download and copy zap-api-v2-2.jar to my IntelliJ folder under lib/ant/lib in order to resolve an issue "zap-build.xml:16: taskdef class org.zaproxy.clientapi.ant.AccessUrlTask cannot be found".
Finally, I'm stuck at a point where I've run the build deploy, but the build test and build zap-test fail.
test just says "Test com.thebodgeitstore.selenium.tests.FunctionalZAP FAILED"
and gives me
[Fatal Error] :1:1: Content is not allowed in prolog.
bodgeit\zap-build.xml:60: org.zaproxy.clientapi.core.ClientApiException: org.zaproxy.clientapi.core.ClientApiException: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.
So at this point I am stuck. I'll edit this if I can get an answer or figure it out, but I've spent the last hours working on it so it's break time :)