--- projects/cms/source/conient/configure 2003/02/06 09:48:19 1.9 +++ projects/cms/source/conient/configure 2004/03/21 19:24:12 1.13 @@ -4,13 +4,13 @@ # i-scream Distributed Centralised Monitoring System # Conient configure script # -# $Id: configure,v 1.9 2003/02/06 09:48:19 tdb Exp $ +# $Id: configure,v 1.13 2004/03/21 19:24:12 tdb Exp $ # ## Config # HTTP Server. This is the source of all downloads. -HTTPSERVER="http://www.i-scream.org.uk/downloads/lib/" +HTTPSERVER="http://www.i-scream.org/pub/i-scream/cms/lib/" # This script uses wget, set it's path and parameters here WGETPARAM="-nv" @@ -48,7 +48,7 @@ done ## Cache javadoc API package-list files echo "> Caching remote API's" -JDKURL="http://java.sun.com/j2se/1.3/docs/api/" +JDKURL="http://java.sun.com/j2se/1.4.2/docs/api/" mkdir -p ${SRCROOT}/.api-cache/jdk cd ${SRCROOT}/.api-cache/jdk if test -r "package-list"; then \ @@ -56,6 +56,16 @@ if test -r "package-list"; then \ else \ echo " - jdk/package-list not found, fetching from ${JDKURL}package-list"; \ ${WGET} ${JDKURL}package-list; \ +fi + +UTILURL="http://www.i-scream.org.uk/javadoc/util/" +mkdir -p ${SRCROOT}/.api-cache/util +cd ${SRCROOT}/.api-cache/util +if test -r "package-list"; then \ + echo " + util/package-list found"; \ +else \ + echo " - util/package-list not found, fetching from ${UTILURL}package-list"; \ + ${WGET} ${UTILURL}package-list; \ fi ## Write out the include file for the Makefile's