I have been using "Run .. -->JUnit Plugin Test" for testing my Eclipse
plugin. It has been since now all manual testing. But I want to automatize
this by writing an Ant task to run my Junit Plugin tests. What shall I do?
Do I need anything extra like a plugin for this?