Re: Core ant project in Eclipse

2010-05-16 Thread Gilles Scokart
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

RE: Core ant project in Eclipse

2010-05-15 Thread Martin Gainty
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