build.xml in Java project

后端 未结 5 2078
轻奢々
轻奢々 2021-01-01 10:31

What is the file build.xml?

I was wondering if it is a possibility to import this project in Eclipse or Netbeans using this build.xml. I tr

5条回答
  •  暖寄归人
    2021-01-01 11:12

    Eclipse can be told to build using an Ant script, but you can also use Ant itself.

提交回复
热议问题