--- projects/cms/source/conient/configure 2003/02/06 09:48:19 1.9 +++ projects/cms/source/conient/configure 2003/08/22 13:36:18 1.12 @@ -4,7 +4,7 @@ # 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.12 2003/08/22 13:36:18 tdb Exp $ # ## Config @@ -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