build.sh
changeset 29 1c0eb6a70c2a
parent 23 f29d2ac58ed6
child 31 1d83850b548a
     1.1 --- a/build.sh	Fri Aug 09 23:25:16 2013 +0200
     1.2 +++ b/build.sh	Sun Aug 11 13:16:50 2013 +0200
     1.3 @@ -37,6 +37,8 @@
     1.4  
     1.5  pushd `dirname $0`/$GENERATOR_DIR
     1.6  
     1.7 +hg status ../../data/dictionary.xml | grep -q "^M" && echo -e "\033[31mWARNING: building from data file which was not commited into Mercurial!\033[0m";
     1.8 +
     1.9  # build the generator if needed
    1.10  if [ ! -f $JAR ]; then
    1.11      ant;