Want an eclipse java project to run ant build files automatically

前端 未结 4 2094
别那么骄傲
别那么骄傲 2020-11-28 07:31

I have an Eclipse Java project, not a plugin project. And the project has some external dependencies that I handle in two separate ant files. Everything works fine, but I wa

4条回答
  •  误落风尘
    2020-11-28 07:41

    Go to your project properties, select "Builders", and add a new Ant Builder. You may specify which targets to run at what time (during a clean, after a clean, etc.), and which resources (if any) to refresh in Eclipse after your ant target is executed.

提交回复
热议问题