[aspectj-users] Compiling aspectj file

2014-10-12 Thread mufc_fan
Hi...I have written an aspect.aj file for my java class and I got the entry points of the functions involved in the class. Now, I have to create a jar file by combining .aj file and java file. can any one tell me how to achieve this.. -- View this message in context: http://aspectj.2085585.n4.n

Re: [aspectj-users] Aspectj in weaving a jar file

2014-10-12 Thread mufc_fan
Hi Andy Thank you...for your reply...I had one doubt...I want to get the entry point of functions(value of parameters passed to that function) in a package(contains 10 class files)... while writing aspects I have to mention the exact function name and parameters for each function in a class or

Re: [aspectj-users] Aspectj in debugging third party library in eclipse

2014-10-12 Thread mufc_fan
Hi Alex Sorry for the way in which I asked the question. My requirement is to debug hadoop source code using aspectj in eclipse. As you said I googled it but I can't find something related. So I asked the question generally. -- View this message in context: http://aspectj.2085585.n4.nabble