Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] AJDT, how to speed up compilation

Hi,

I work for an AspectJ project, we got 2000 java classes along with 5-6 aspects. We're in the process of splitting the project to smaller ones, there will be a core project with about 500 classes and subprojects which will depend on the core project.

Right now whenever we save a class, it takes about 3-5 secs for that class to compile. Sometimes even more, especially if the project has compilation errors the compile times increase a lot.

Does anyone knows if we move down to 500 classes, how will the compilation times be affected?

Regards,

Kostas


Back to the top