Skip to content
Snippets Groups Projects
Commit d6fa29c3 authored by david_williams's avatar david_williams
Browse files

add jax ws (cfx) to update site

parent 91f39025
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,6 @@ echo " merge authored site.xml files with the most recent auto generated one"
echo " mainSiteFileName: " ${mainSiteFileName}
echo " testUpdateSite: " ${testUpdateSite}
./runUpdateSiteXmlFiles.sh ${mainSiteFileName} ${testUpdateSite}
echo
if [ "$?" -ne 0 ]
then
......@@ -97,11 +96,10 @@ fi
# do create pack's later ... takes a long time
# ./ant.sh -f createPack200s.xml -Declipse.home=${eclipseLocation} -Dupdate.site=${testUpdateSite}
if [ "$?" -ne 0 ]
then
exit $?
fi
#if [ "$?" -ne 0 ]
#then
# exit $?
#fi
# run create Digests now, it's a good check if all is well
./ant.sh -f createDigests.xml -Declipse.home=${eclipseLocation} -Dupdate.site=${testUpdateSite}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment