Generating Ant build file for a project in eclipse

前端 未结 2 2079
野的像风
野的像风 2021-02-15 14:06

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

相关标签:
2条回答
  • 2021-02-15 14:54

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

    0 讨论(0)
  • 2021-02-15 15:05

    You can create Ant build file and attach it to Eclipse http://help.eclipse.org/help33/topic/org.eclipse.platform.doc.user/gettingStarted/qs-81_basics.htm

    0 讨论(0)
提交回复
热议问题