Skip to content

Commit a2bcadc

Browse files
committed
Version 1.3.0
1 parent b26f38b commit a2bcadc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/dist/tools/maximo/en/zebralabel/postpreprocessor.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)