fix i2ptunnel bundles

This commit is contained in:
zzz
2009-12-15 01:51:56 +00:00
parent eb23306b12
commit cec75fa60e
5 changed files with 12 additions and 6 deletions

View File

@ -76,7 +76,7 @@ do
echo "Generating ${CLASS}_$LG ResourceBundle..."
# convert to class files in build/obj
msgfmt --java -r $CLASS -l $LG -d build/obj $i
msgfmt --java --statistics -r $CLASS -l $LG -d ../jsp/WEB-INF/classes $i
if [ $? -ne 0 ]
then
echo 'Warning - msgfmt failed, not updating translations'