File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/main/dist/tools/maximo/en/zebralabel Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ function updateBuildXml(){
1515
1616 shell_script_file=" ${ear_build_xml% .* } .sh"
1717
18- # If the ear build script file is not calling the 'psdi.tools.MaximoBuildEarTask then manually update it.
18+ # Manually call the 'psdi.tools.MaximoBuildEarTask' for maximo-all.xml, buildmaximojmsconsumer-ear.xml, and buildmaximomea-ear.xml
19+ # Because even though these files' shell scripts are supposed to call it, they do not do it correctly.
1920 if [[ " $ear_build_xml " = * " maximo-all.xml" ]] || [[ " $ear_build_xml " = * " buildmaximojmsconsumer-ear.xml" ]] || [[ " $ear_build_xml " = * " buildmaximomea-ear.xml" ]]; then
2021 echo " The file $shell_script_file does not contain the psdi.tools.MaximoBuildEarTask, manually running the product task."
2122 mkdir -p $WLP_BUILD_HOME /tmp
You can’t perform that action at this time.
0 commit comments