Hey Greg,
Yeah, this is how I instinctively want to do it. I'm actually doing this as part of research assignment for a grad class, which is why my request was sort of nuts.
One of the questions...
Type: Posts; User: Lewisham; Keyword(s):
Hey Greg,
Yeah, this is how I instinctively want to do it. I'm actually doing this as part of research assignment for a grad class, which is why my request was sort of nuts.
One of the questions...
OK, so now things are going really well, I have another (silly) question! :)
Can I *wrap* a wrapper?
Here's the class I want to wrap (simplified down):
class...
Awesome! I'll get to work and let you know how it goes! Thanks so much for working so hard on this, I really appreciate it.
EDIT: Fantastic, it works brilliantly. Thank you so much. It looks like...
Hey Greg,
Thanks for the patched code. It did help a lot, but unfortunately I still can't use RegexpMethodPointcutAdvisor, as it exhibits the same behavior even on the patched code. This is a bit of...
Greg,
You are a superstar! I'll try out the patches later (it's a little early and I haven't drunk any coffee yet!) but I can't wait to do so.
ai4games is exactly as you say it is; it's supposed...
Hi there,
I'm trying to wrap an object, and I'm having some trouble.
c = ProxyFactoryComponent(target = Character(Circle(Constants.radius), brain), interceptors = tagAdvisor)...