comparison contrib/make_flys_release/make_release.sh @ 8445:fe43340352bc

(issue1769) Adapt release script for new print url. This also adds a warning to the web.xml that it is used as a template.
author Andre Heinecke <andre.heinecke@intevation.de>
date Fri, 24 Oct 2014 16:31:22 +0200
parents 35b3bbd1365f
children e304f947c5a1
comparison
equal deleted inserted replaced
8444:666ac28a0256 8445:fe43340352bc
208 if [ -r "$CLIENT_LOG4J" ]; then 208 if [ -r "$CLIENT_LOG4J" ]; then
209 cp "$CLIENT_LOG4J" \ 209 cp "$CLIENT_LOG4J" \
210 $FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/WEB-INF/log4j.properties 210 $FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/WEB-INF/log4j.properties
211 fi 211 fi
212 212
213 sed -i -e "s@http://localhost:8080/d4e/flys/mapfish-print@https://localhost/flys-${VERSION}/flys/mapfish-print@g" \ 213 sed -i -e "s@http://localhost:8080/d4e-river/flys/mapfish-print@https://localhost/flys-${VERSION}/flys/mapfish-print@g" \
214 $FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/WEB-INF/web.xml 214 $FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/WEB-INF/web.xml
215 215
216 sed -i -e "s@http://localhost:8181@http://localhost:$ARTIFACT_PORT@g" \ 216 sed -i -e "s@http://localhost:8181@http://localhost:$ARTIFACT_PORT@g" \
217 -e "s@http://localhost:8888@http://localhost:$TOMCAT_PORT@g" \ 217 -e "s@http://localhost:8888@http://localhost:$TOMCAT_PORT@g" \
218 $FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/WEB-INF/web.xml 218 $FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/WEB-INF/web.xml

http://dive4elements.wald.intevation.org