Hi, When I added a new unit test, `ant test' seems failing in many test classes. e.g, FileTemplateLoaderTest, etc. So, I had to change build.xml (in batchtest task) to include only my new test class locally. My dev env is Ant 1.9.6 (Ivy 2.4.0) and JDK 1.8 on OSX. How can I run all the unit tests successfully? Also, is there any tip to run single unit test in command line (like `mvn test -Dtest=...')?
Thanks in advance, Woonsan
