I'm not sure that directly answer your question, but in the trunk of
antunit, there is a tool to plug antunit script into the eclipse (or any
other IDE) Junit runner. That way, you can use your favorite java debugger
to debug antunit script.
But still, your project need to have all the ant depend
A quick note of clarification
Eclipse is an IDE (Integrated Development Environment) NOT a build environment
you will need to export your eclipse project tasks and targets to your ant
build.xml
the CNFEs (Class Not Found Exception)s produced by missing eclipse-plugins will
need to be replaced wi