Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] AJDT/OutOfMemoryError

I added the AspectJ nature to a project which had a single package (with a couple of Java files) in "src". The "bin" directory, however, has lots of classes. Eclipse/AJDT now runs out of memory building (I've upped the available to a gig), despite having no aspects whatsoever in the project.

Would I be correct in guessing that the weaver is trying to weave everything in "bin"? Can it be forced to disclude everything in "bin" not known to be compiled from "src"?


Back to the top