Open GoogleCodeExporter opened 8 years ago
just replace line 60 with the new url
------------------------------
[[ -f $out/commons-codec/commons-codec-1.5.jar ]] || (
dir commons-codec
get http://archive.apache.org/dist/commons/codec/binaries/ commons-codec-1.5-bin.zip md5 376bd4a1cb78f41bf1eb1c544af6f1c0
unzip -o -q commons-codec-1.5-bin.zip
mkdir -p $out/commons-codec
cp commons-codec-1.5/{commons-codec-1.5.jar,LICENSE.txt,NOTICE.txt} $out/commons-codec
)
-------------------
this solved it for me but now getting into build errors :-)
Original comment by dnoe...@gmail.com
on 7 Jan 2013 at 9:59
Original issue reported on code.google.com by
AdemiusD...@gmail.com
on 3 Oct 2012 at 12:55