The project currently has only 3 modules with following dependencies:
main +-> subsystem -> shared
+-> shared
After partioning around 3.000 classes compilation takes 3 minutes instead of 30 seconds (before partioning). I would like to split the main project into further modules. It seems that something causes eclipse to do a full build instead of the usual incremental build. Ant builds (in separate directories) take approx. 40 secs as before. I already started over with freshly checked out sources.
Any ideas?