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" ...@@ -88,7 +88,6 @@ echo " merge authored site.xml files with the most recent auto generated one"
echo " mainSiteFileName: " ${mainSiteFileName} echo " mainSiteFileName: " ${mainSiteFileName}
echo " testUpdateSite: " ${testUpdateSite} echo " testUpdateSite: " ${testUpdateSite}
./runUpdateSiteXmlFiles.sh ${mainSiteFileName} ${testUpdateSite} ./runUpdateSiteXmlFiles.sh ${mainSiteFileName} ${testUpdateSite}
echo
if [ "$?" -ne 0 ] if [ "$?" -ne 0 ]
then then
...@@ -97,11 +96,10 @@ fi ...@@ -97,11 +96,10 @@ fi
# do create pack's later ... takes a long time # do create pack's later ... takes a long time
# ./ant.sh -f createPack200s.xml -Declipse.home=${eclipseLocation} -Dupdate.site=${testUpdateSite} # ./ant.sh -f createPack200s.xml -Declipse.home=${eclipseLocation} -Dupdate.site=${testUpdateSite}
#if [ "$?" -ne 0 ]
if [ "$?" -ne 0 ] #then
then # exit $?
exit $? #fi
fi
# run create Digests now, it's a good check if all is well # run create Digests now, it's a good check if all is well
./ant.sh -f createDigests.xml -Declipse.home=${eclipseLocation} -Dupdate.site=${testUpdateSite} ./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