Re: [aspectj-users] Load time weaving problem

2008-09-07 Thread Neo Anderson
System.out.println("before speaking something, thinking ..."); } } --- On Sat, 6/9/08, Ron DiFrango <[EMAIL PROTECTED]> wrote: > From: Ron DiFrango <[EMAIL PROTECTED]> > Subject: Re: [aspectj-users] Load time weaving problem > To: [EMAIL PROTECTED]

Re: [aspectj-users] Load time weaving problem

2008-09-06 Thread Andrew Eisenberg
27;-javaagent:/ >> > path/to/aspectj1.6/lib/aspectjweaver.jar' as >> stated in the >> > configuration page., unless I misunderstand its >> meaning (.If so, >> > please tell me the right format.) >> > >> > Thank you very much, >>

Re: [aspectj-users] Load time weaving problem

2008-09-06 Thread Neo Anderson
'Jason speak: This is a book!"' only. Is this the correct aop.xml conf setting? the aop.xml is --- On Sat, 6/9/08, Ron DiFrango <[EMAIL PROTECTED]> wrote: > From: Ron DiFrango <[EMAIL PROTECTED]> > Subject: Re: [aspectj-users] Load time weaving pro

Re: [aspectj-users] Load time weaving problem

2008-09-06 Thread Ron DiFrango
stated in the configuration page., unless I misunderstand its meaning (.If so, please tell me the right format.) Thank you very much, --- On Sat, 6/9/08, Ron DiFrango <[EMAIL PROTECTED]> wrote: > From: Ron DiFrango <[EMAIL PROTECTED]> > Subject: RE: [aspectj-users] Lo

RE: [aspectj-users] Load time weaving problem

2008-09-06 Thread Neo Anderson
go <[EMAIL PROTECTED]> wrote: > From: Ron DiFrango <[EMAIL PROTECTED]> > Subject: RE: [aspectj-users] Load time weaving problem > To: [EMAIL PROTECTED], aspectj-users@eclipse.org, aspectj-users@eclipse.org > Date: Saturday, 6 September, 2008, 6:36 PM > I am not LTW expert, bu

RE: [aspectj-users] Load time weaving problem

2008-09-06 Thread Ron DiFrango
nberg <[EMAIL PROTECTED]> wrote: > From: Andrew Eisenberg <[EMAIL PROTECTED]> > Subject: Re: [aspectj-users] Load time weaving problem > To: [EMAIL PROTECTED], aspectj-users@eclipse.org > Date: Saturday, 6 September, 2008, 4:48 PM > When using LTW, the first step is to ensure tha

Re: [aspectj-users] Load time weaving problem

2008-09-06 Thread Neo Anderson
PROTECTED]> wrote: > From: Andrew Eisenberg <[EMAIL PROTECTED]> > Subject: Re: [aspectj-users] Load time weaving problem > To: [EMAIL PROTECTED], aspectj-users@eclipse.org > Date: Saturday, 6 September, 2008, 4:48 PM > When using LTW, the first step is to ensure that your >

Re: [aspectj-users] Load time weaving problem

2008-09-06 Thread Andrew Eisenberg
When using LTW, the first step is to ensure that your pointcuts are applying to the correct joinpoints. Unfortunately, AJDT doesn't help much with this. My suggestion to you is to turn off LTW and try to get the program working using standard compile time weaving. You'll find that your pointcut

Re :Re:[aspectj-users] Load-time weaving problem

2008-02-26 Thread Kunal Pathak
Hi Stefan,Never mind, We all do mistakes. :)Well, if you are talking about the text "" in aop.xml file, I would say: Yes. You will have to specify the aspect name inside aop.xml. The reason is the flexibility to add/drop the aspects you want to we

Re:[aspectj-users] Load-time weaving problem

2008-02-26 Thread Stefan Kreutter
Kunal, thanks for your reply! On 25.02.2008, at 21:26, Kunal Pathak wrote: Are you using the aj command to see the output? Have you created the aop.xml that is essential for weaving the aspects at load-time? No, I'm using the java executable of Mac OS X and provide a java agent. Like: jav

Re :[aspectj-users] Load-time weaving problem

2008-02-25 Thread Kunal Pathak
Hi Stefen,Are you using the aj command to see the output? Have you created the aop.xml that is essential for weaving the aspects at load-time?If you can describe the steps that you followed, it would be great for us to analyze the problem.~Kunal.On Mon, 25 Feb 2008 18:42:19 +0100 aspectj-users@e