Run this test as:
      ant run -DM test_root  # run test_root.py
 

To run java, do it:

      ant javac -DM=test_root # compile to test_root.class 
      ant java -DM=test_root  # run test_root.class 

