1.> but if i compile one package at a time, it gives me compilation errors because it depends on other.
the problem is that is a huge code written by other peoples and divide into packages and modules, and sometimes i need to build that code, that time i go lot of errors something like
cannot find symbol in the created log file, dependencies i cannot find in the log files?
2.> i haven't used Ant earlier before in my college, and in my company i only did build and all till now with ant, that's why i asked what else i can do with ant.
3.> okay let me rephrase my question: Our company has it's own product (say: xyz), now for version control system we are using clearcase, and for making the build automatic we are using ant, now we installed jenkins on our server to automate all them, so we do not need to build it again and again manually, so the thing in which i am still confuse is:-
All the development we are doing for that product, all the code which written is for that product only, but at the time when i was installing jenkins i gave installation path of clearcase, ant and
java only than how it is referring to our product?