--- projects/cms/source/server/configure 2003/02/05 16:43:44 1.18 +++ projects/cms/source/server/configure 2003/05/05 22:04:55 1.22 @@ -4,7 +4,7 @@ # i-scream Distributed Centralised Monitoring System # Server configure script # -# $Id: configure,v 1.18 2003/02/05 16:43:44 tdb Exp $ +# $Id: configure,v 1.22 2003/05/05 22:04:55 tdb Exp $ # ## Config @@ -32,7 +32,7 @@ SRCROOT=`pwd` echo "> Checking for required libraries" cd build/lib -LIBRARIES="crimson.jar idl.jar jacorb.jar jaxp.jar mm.mysql-2.0.11-bin.jar pircbot.jar iscream_util.jar" +LIBRARIES="crimson.jar idl.jar jacorb.jar jaxp.jar pircbot.jar iscream_util.jar" for LIB in ${LIBRARIES}; do @@ -45,21 +45,10 @@ for LIB in ${LIBRARIES}; do done -## Check for jacorb properties file - -echo "> Checking for jacorb.properties" -cd ${HOME} -if test -r "jacorb.properties"; then \ - echo " + jacorb.properties found"; \ -else \ - echo " - jacorb.properties not found, fetching from ${HTTPSERVER}jacorb.properties"; \ - ${WGET} ${HTTPSERVER}jacorb.properties; \ -fi - ## 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.1/docs/api/" mkdir -p ${SRCROOT}/.api-cache/jdk cd ${SRCROOT}/.api-cache/jdk if test -r "package-list"; then \ @@ -77,6 +66,16 @@ if test -r "package-list"; then \ else \ echo " - pircbot/package-list not found, fetching from ${PIRCBOTURL}package-list"; \ ${WGET} ${PIRCBOTURL}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