I have been using Eclipse for some time to develop plug-ins and Eclipse has
always compiled my java source files automatically. Indeed, I have
sucessfully built an RCP application with Eclipse automatically compiling by
java files.
I now want to build some plug-ins from a CVS repository (dev.eclipse.org,
tptp top-level project, to be precise). I checkout the files using
'Checkout projects from CVS'. The files download fine. However, I just
cannot get Eclipse to compile them. I have spent a day and a half on this,
and it should have been a simple task that takes a few minutes. How do I
make Eclipse compile something? Why is it not compiling the files
automatically? There are plenty of java files there, but Eclipse is clearly
just ignoring them because even if I type garbage into the file, no error
markers appears or anything.