The second patch also fixes the rule so it does really build the tests (otherwise the target source list would be empty). It takes the chance to split the build rule from the run rule.
Applying both patches I can finally see 'ant junit' actually _running_ the tests.
Still I don't see test results reported, but seems a step forward.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The second patch also fixes the rule so it does really build the tests (otherwise the target source list would be empty). It takes the chance to split the build rule from the run rule.
Applying both patches I can finally see 'ant junit' actually _running_ the tests.
Still I don't see test results reported, but seems a step forward.
This problem has been fixed