hi,
1) I work with Eclipse3.0 and I noticed that if I selected the 'Build Automatically' feature under the 'Project' menu, then whenever I save a source file, the Eclipse runs the 'Build workbench' (can see it on the right lower corner of Eclipse) and this causes removing all the class files of the project. So whenever I save a source, If I run Ant after that to build the project, it compiles all the sources. Why?
2) If I disable the 'Build Automatically' feature, after saving a source file, no class file is removed. However, when I launch Ant thru the Eclipse, this, again, runs the 'rebuild workbench' which removes all the class files, and again, I'm compiling all the sources, although I changed only a few of them. Why?
3) How can I use Ant with Eclpise and still not have recompiling all the sources whenever I choose to build the project with Ant?
thanks,
Nira.