In Eclipse, it is very easy to run Java classes and Junit tests with a click, Eclipse does all the hard work of figuring out the class path.
But if I want to create an Ant task that will run a specific Java class or Junit test - I have to figure it out myself.
Is there a way to tell Eclipse to automatically create an ant build file for these tasks?