Hi, for better consistency, just renamed the file, and add the test
folder (with JUnit 4 library of eclipse) in all projects.
Then, set the same JRE in all subprojects (to that used by default in eclipse).

I'm looking if it's good to change the filter for JUnit tests even in
build,xml but probably it is good to use only **/*Test.java , so we
only have to remember that unit tests (to be run by the ant test task)
must have this convention for file/class name (used by default in many
other project for what I see).

Bye

Reply via email to