[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
| Re: [ajdt-dev] question about incremental compilation | 
If AjBuildManager.doBuild(..) can't do an incremental build 
(such as when aspects are deleted), then it calls initBcelWorld(..) 
which creates new BcelWorld and BcelWeaver.  See AspectJ module
org.aspectj.ajdt.core.
Wes
> ------------Original Message------------
> From: Martin Lippert <lippert@xxxxxxx>
> To: ajdt-dev@xxxxxxxxxxxxxxx
> Date: Sun, Dec-26-2004 10:25 AM
> Subject: [ajdt-dev] question about incremental compilation
>
> Hi AJDT implementors,
> 
> while thinking about some small refactorings for my AJERR 
> implementation 
> I was asking myself how do you deal with deleted aspects while in 
> incremental compilation mode. Since you might have a BcelWorld and a 
> BcelWeaver object how do you deal with aspects that are added or 
> removed 
> within the IDE? Do you create new BcelWorld and BcelWeave objects each 
> time the set of aspects changes?
> 
> Best regards,
> -Martin
> 
>