mvh Hermod
________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neeraja Maniyani Sent: Wednesday, June 25, 2008 1:19 PM To: [email protected] Subject: [aspectj-users] help on pointcuts weaving My poincut and advice looks like this: pointcut name2() : call(public * Socket.getInetAddress(..)) && withincode(public * Socket.getInetAddress.getLocalHost(..)); before() : name2() { System.out.println("able to weave"); } Still i am unable to weave in the advice at Socket.getInetAddress.getLocalHost Please let me know where i am going wrong. thanks. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * This email with attachments is solely for the use of the individual or entity to whom it is addressed. Please also be aware that the DnB NOR Group cannot accept any payment orders or other legally binding correspondence with customers as a part of an email. This email message has been virus checked by the anti virus programs used in the DnB NOR Group. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
_______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
