|
Re: AspectJ 1.5.0 takes a long time to build [message #66671 is a reply to message #66648] |
Sun, 30 July 2006 19:26 |
Eclipse User |
|
|
|
Originally posted by: clemas.uk.ibm.com
Asaf Lahav wrote:
> Hi all,
>
> I am using Aspectj version 1.5.0 in my project.
> The problem is that AspectJ build process takes a very long time (20-30
> seconds approx.).
> This time period is almost a constant for this project.
>
> The project size is of about 900-1000 classes.
> Is that reasonale time period for the AspectJ Builder?
>
>
Are you in eclipse using AJDT or on the command line using ajc or Ant ?
AspectJ1.5.0 was quite memory hungry - 1.5.2 has since improved things
and the imminent dev builds are going to improve it even further. What
Xmx value are you using? it may be thrashing in garbage collection if it
is too low?
Is it still pure Java code (ie. have you added any aspects yet) - if you
have not, how long does javac take to build it?
Andy.
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05093 seconds