Question : Eclipse project Converting to Ant

I use Eclipse for my java projects but I don't use Ant I just create a new Java project in Eclipse. Now I find I need to use Ant so I can use OpenJPA to use build time enhancement.

I've been looking for a tool to convert my Eclipse project to an Ant build scripts but I don't seem to be able to locate one.

Does anyone know of such a tool?

Thanks

Chris

Answer : Eclipse project Converting to Ant

we actually find it better to maintain our own build scripts separate to eclipse, that way we have full control and our build doesn't get broken by eclipse. Also keeps our build independent of the ide being used.
Random Solutions  
 
programming4us programming4us