what is this ANT build?

2019-03-24 06:20发布

I am new to jav/Eclipse.

I installed eclipse and working on a JAVA 1.4 file using it as an IDE. I made my code changes and saved it and wanted to Run (cntr F11) or debub (F11) every time i am getting

 select what to run 
           Ant Build 
           Ant Build..

what is this Ant Build ? How to rectify /connect/ Ant Build?

Ant Build has turned a sort of raod block for me vis a vis running the file. How to Run my file with out getting Ant road blocks?

标签: java eclipse ant
8条回答
何必那么认真
2楼-- · 2019-03-24 07:02

(Go to Project Menu and Remove check mark from Build Automatically) Check this option first, it gave me whole a lot of Headache REMOVE Check mark!

Click here for image if you can not find it

查看更多
该账号已被封号
3楼-- · 2019-03-24 07:04

You can use Ant to build your project, generate docs from inline javadocs, check for coding standard violation, run tests and such. You can use it with a version control system and/or continous integration system together.

Apache Ant
Cruise Control ci system

查看更多
登录 后发表回答