You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by James Taylor <jt...@4lane.com> on 2002/02/14 20:47:21 UTC

Re: cvs commit: jakarta-turbine-3/src/aspects/org/apache/turbine TraceTurbine.java

Yup, in AspectJ syntax foo.* matches only classes in the foo package,
while foo..* matches classes in foo and any child packages of foo.
Personally I find the syntax a little confusing, but it works =]

Thanks,
James

On Thu, 2002-02-14 at 14:49, Jon Scott Stevens wrote:
> on 2/14/02 11:08 AM, "jtaylor@apache.org" <jt...@apache.org> wrote:
> 
> > -        (within(org.apache.turbine.pipeline.*));
> > +        (within(org.apache.turbine..*));
> 
> I don't know AspectJ, but do you need the extra "."?
> 
> ie:
> 
> > +        (within(org.apache.turbine.*));
> 
> -jon
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 
> 



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>