Any way to generate ant build.xml file automatically from Eclipse?

后端 未结 7 1267
后悔当初
后悔当初 2020-11-30 23:33

From Eclipse, I found I can easily export an Ant build file for my project. It provides references to 3rd party libraries and some base targets. I\'m using

7条回答
  •  臣服心动
    2020-11-30 23:57

    Right-click on an Eclipse project then "Export" then "General" then "Ant build files". I don't think it is possible to customise the output format though.

提交回复
热议问题