Re: [aspectj-users] weaving .class files

2014-01-16 Thread samantha joseph
And when I checked the META-INF file- XML Parsing Error: no element found Location: file:///home/swati/Documents/projects/jEdit/META-INF/aop-ajc.xml Line Number 1, Column 1: This was shown in web browser. Thank You On Thu, Jan 16, 2014 at 7:02 PM, samantha joseph wrote: > Thank You. >

Re: [aspectj-users] weaving .class files

2014-01-16 Thread samantha joseph
? > (weaveinfo can also be turned on in the UI to produce info messages, > especially useful when inpath weaving as there is no visual indicators for > where matching occurred, IIRC) > > cheers > Andy > > > On 11 January 2014 02:17, samantha joseph wrote: > >> H

[aspectj-users] weaving .class files

2014-01-11 Thread samantha joseph
Hi... I am using .class files first time. I am having trouble in using external jars containing .class files with AspectJ. i am using Eclipse and AJDT. I have included the jar in the inpath, but advice is not being applied. Thank You ___ aspectj-users m

Re: [aspectj-users] How to trace method calls generated from a method

2014-01-06 Thread samantha joseph
Hello... how to get the methods calling a particular methods i.e. i want to know which methods are calling method xyz() Thanx. On Tue, Dec 31, 2013 at 1:19 PM, samantha joseph wrote: > one more situation is arising. What if method1 is calling methods from > another class. How to trace

[aspectj-users] Using aspect of a project in another project

2014-01-01 Thread samantha joseph
Hey... I have defined an aspect in one project, say A. I want to apply this aspect to another project, say B's classes. I have added B in build path of A. But the advices are not applied. Why this is happening.?? How to resolve it. ___ aspectj-users mail

Re: [aspectj-users] How to trace method calls generated from a method

2013-12-30 Thread samantha joseph
ay report calling method > information. > > Thanks, > krishna > > > From: samantha joseph To: > aspectj-users@eclipse.org Date: 12/31/2013 12:48 PM Subject: Re: > [aspectj-users] How to trace method calls generated from amethod

Re: [aspectj-users] How to trace method calls generated from a method

2013-12-30 Thread samantha joseph
Thnx krishna, but the problem actually is that if i dont know what are the methods called by method1(). I am trying to do dynamic analysis. So, i dont know the whole code. I just know that method1() exist in class say XYZ. But i dont want to go through the code. Is it possile?? On Tue, Dec 31, 2

[aspectj-users] Method Tracing

2013-12-30 Thread samantha joseph
Hello, Can anyone please suggest how to get the methods called by a particular method. I am using aspectJ in eclipse. Thank You! ___ aspectj-users mailing list aspectj-users@eclipse.org https://dev.eclipse.org/mailman/listinfo/aspectj-users