I haven't configured

inpath or aspectpath and my one project only contains the source classes as
well as aspect (aj) classes

I have tried

-Xset:minimalmode=true

and also set -XX:+UseConcMarkSweepGC and -XX:-UseGCOverheadLimit for
resolving OOM

I have seen in old AJDT the way to use javac to generate .class file and
then do weaving (binary weaving instead of source) through options in
Aspect compiler but cant see in my version (AJDT 1.7 again) , I think that
could be one way to achieve if only somebody can guide me or point me to
the documentation



On Tue, Jan 6, 2015 at 3:56 PM, Abhishek Manocha <abhishek.mano...@gmail.com
> wrote:

> I moved my project from normal java project to aspect (AJDT) and since
> then Aspect build is taking ages to complete.
>
> I keep Build automatically checked in eclipse and my project has 18000+
> classes
>
> Also in my Aspect compile setting I have kept  Incremental option checked
> eevn then I am faraid it does Full build only.
>
> In AJDT Event trace I can see a lot of AJC comile and woven class messages
> and it just keeps on going.
>
> I also feel If in the filters I do a Selecet All to see the above the
> compile gets slowed.
>
> I feel like its too problematic and not able to get it right so much so, I
> feel like reverting back the changes.
>
> anybody can help for setting up AJDT with acceptable performance. I feel
> like I must be missing something here,
>
>
>
_______________________________________________
aspectj-users mailing list
aspectj-users@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to