I have no idea why we have encoding problems now

This commit is contained in:
overflowerror 2019-04-17 22:59:42 +02:00
parent f32535fefa
commit 5ceb677e18

View file

@ -30,7 +30,7 @@ for file in $(ls ../build/NurseBot_lib); do
done done
echo "Building... " echo "Building... "
javac -cp "$CLASSPATH" -d ../bin/ $(find ./ -iname "*.java") javac -Dfile.encoding=UTF8 -cp "$CLASSPATH" -d ../bin/ $(find ./ -iname "*.java")
if test ! $? = 0; then if test ! $? = 0; then
echo "... failed" echo "... failed"
exit $EXIT_COMPILE_FAILED exit $EXIT_COMPILE_FAILED