# HG changeset patch # User Andre Heinecke # Date 1366014839 -7200 # Node ID d2c6d4ca6841f885e3c3a2ba7b0ace379cfc3d15 # Parent dc2daadbdd0c99fcd6e6b36746f81bea6014d3b1 Add print url to relase script diff -r dc2daadbdd0c -r d2c6d4ca6841 contrib/make_flys_release/make_release.sh --- a/contrib/make_flys_release/make_release.sh Fri Apr 12 20:17:11 2013 +0200 +++ b/contrib/make_flys_release/make_release.sh Mon Apr 15 10:33:59 2013 +0200 @@ -187,6 +187,11 @@ echo "[INFO]: Preparing configuration of web client" echo "[INFO]: Tomcat Port: $TOMCAT_PORT" echo "[INFO]: Artifact Port: $ARTIFACT_PORT" + +#Needs to be done before the tomcat replacement below +sed -i -e "s@http://localhost:8888/flys/mapfish-print@http://localhost/flys-${VERSION}/mapfish-print@g" \ + $FLYS_SOURCE_DIR/flys/flys-client/src/main/webapp/WEB-INF/web.xml + sed -i -e "s@http://localhost:8181@http://localhost:$ARTIFACT_PORT@g" \ -e "s@http://localhost:8888@http://localhost:$TOMCAT_PORT@g" \ $FLYS_SOURCE_DIR/flys/flys-client/src/main/webapp/WEB-INF/web.xml