build.xml in Java project

后端 未结 5 2073
轻奢々
轻奢々 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:06

    In java project build.xml file is used write the ant script. And from that ant script you can generate war file and can deploy on Tomcat server

提交回复
热议问题