Menu

#27 Source Build Failure

open
5
2008-07-30
2008-07-30
No

Source building does not seem to work with java 1.6/ant 1.7.0. There is a missing file required for build it seems. If the builder should supply it then it would help for that to be documented in the README or INSTALL (sorry if it's there and I missed it).

[steve@tachikoman webscarab-20070504-1631]$ java -version
java version "1.6.0"
OpenJDK Runtime Environment (build 1.6.0-b09)
OpenJDK Server VM (build 1.6.0-b09, mixed mode)
[steve@tachikoman webscarab-20070504-1631]$ ls
build.xml ChangeLog doc INSTALL LICENSE README src
[steve@tachikoman webscarab-20070504-1631]$ ant -version
Apache Ant version 1.7.0 compiled on February 21 2008
[steve@tachikoman webscarab-20070504-1631]$ ant compile
Buildfile: build.xml

init:

prepare:

BUILD FAILED
/home/steve/rpmbuild/SOURCES/webscarab-20070504-1631/build.xml:76: Warning: Could not find file /home/steve/rpmbuild/SOURCES/webscarab-20070504-1631/server.p12 to copy.

Total time: 0 seconds
[steve@tachikoman webscarab-20070504-1631]$ grep -ri "server.p12" * | grep -v "build.xml"
src/org/owasp/webscarab/plugin/proxy/ConnectionHandler.java: private static String _keystore = "server.p12";
[steve@tachikoman webscarab-20070504-1631]$ find . -name "server.p12"
[steve@tachikoman webscarab-20070504-1631]$

Discussion


Log in to post a comment.