I am trying to follow the example in the reference guide: "6.8.4.1. A first example".
I copy / paste exactly but I don't see the aspect code invoked. The weaver is definitely considering the aspect classes and META-INF/aop.xml -- if I put an invalid pointcut or xml file, I see errors spit out to stderr.

However, I don't see the sample output. Is there some silly thing I'm missing, some people have trouble where they include the wrong @Aspect class, but I copy/pasted all the foo.* classes from the examples. Is there something special I need to do when running from the eclipse IDE?