Re: [aspectwerkz-user] Weaving in eclipse goes in an infinite loop
Alexandre Vasseur <[email protected]> Tue, 26 Jul 2005 08:25:21 +0200
| Newsgroups | gmane.comp.java.aspectwerkz.user |
|---|---|
| Message-ID | <[email protected]> |
it's odd You can perhaps check what happens when you turn off automatic build and trigger a full b uild manually. Alex On 7/26/05, Vinicius Carvalho <[email protected]> wrote: > Well after some help from you folks, I got my plugin almost working. > It stopped complaining about the compilation aftger the removal of the > builder. Now it enter in a loop, presenting this message on the > eclipse log: > > !ENTRY AspectWerkz 1 0 2005-07-25 20:52:45.328 > !MESSAGE weaving HelloWorld.class > > !ENTRY AspectWerkz 1 0 2005-07-25 20:52:50.786 > !MESSAGE notified for com.cs.aspects.HelloWorld, 0 jp(s) > > !ENTRY AspectWerkz 1 0 2005-07-25 20:52:51.887 > !MESSAGE weaving HelloAspect.class > > !ENTRY AspectWerkz 1 0 2005-07-25 20:52:57.415 > !MESSAGE notified for com.cs.aspects.HelloAspect, 0 jp(s) > > !ENTRY AspectWerkz 1 0 2005-07-25 20:52:57.706 > !MESSAGE weaving HelloAspect.class > > !ENTRY AspectWerkz 1 0 2005-07-25 20:52:57.796 > !MESSAGE notified for com.cs.aspects.HelloAspect, 0 jp(s) > > !ENTRY AspectWerkz 1 0 2005-07-25 20:52:57.806 > !MESSAGE weaving HelloWorld.class > > !ENTRY AspectWerkz 1 0 2005-07-25 20:52:57.836 > !MESSAGE notified for com.cs.aspects.HelloWorld, 0 jp(s) > > !ENTRY AspectWerkz 1 0 2005-07-25 20:52:59.268 > !MESSAGE weaving HelloWorld.class > > This goes forever ... The Progress bar on eclipse reports building > project ... 23% and never gets more than that. > > Could someone help me out here? > > regards >