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?
(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
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