diff --git a/core/java/bundle-messages.sh b/core/java/bundle-messages.sh index 167a481ca9fb6dc0bd2fd1c4afc705af68eb8ec3..a5a2b5d39a4f5e8ef11a00a6c29ae6698945bb5b 100755 --- a/core/java/bundle-messages.sh +++ b/core/java/bundle-messages.sh @@ -110,6 +110,7 @@ do if [ $? -ne 0 ] then echo "ERROR - msgfmt failed on ${i}, not updating translations" + echo "sudo apt install gettext, or put require.gettext=false in override.properties" # msgfmt leaves the class file there so the build would work the next time find build -name messages_${LG}.class -exec rm -f {} \; RC=1 @@ -128,6 +129,7 @@ do if [ $? -ne 0 ] then echo "ERROR - msgfmt failed on ${i}, not updating translations" + echo "sudo apt install gettext, or put require.gettext=false in override.properties" # msgfmt leaves the class file there so the build would work the next time find build/obj -name messages_${LG}.class -exec rm -f {} \; RC=1