I have a project written in Java using eclipse and I would like to generate an Ant build file for it. How can it be done? I constantly need to keep it synchronized with the sour
I have accidentally discovered the way to do it. It's quite simple: Right click on the project -> Export -> Ant build file :)