简体   繁体   中英

Generating Ant build file for a project in eclipse

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 source code, so that I could promote it along with the code to the common repository when with the project structure is modified.

I'm sorry for a stupid question like this. I've browsed across the forums, but still no luck.

Thanks in advance.

I have accidentally discovered the way to do it. It's quite simple: Right click on the project -> Export -> Ant build file :)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM