Re: [Attrib4j-devel] problem when arg to attribute is a string which contains spaces
Status: Beta
Brought to you by:
markpollack
|
From: Mark P. <Mar...@Co...> - 2003-08-31 14:48:12
|
Hi,
Thanks for trying out attrib4j for AspectWerkz...I really better get off
my you know what and make some changes that have been long outstanding...
both for the SpringFramework project and now yours.
Anyway, about your problem, off the top of my head I do not know of a
workaround that would keep your exact syntax....which is probably very
important to you.
I guess the only suggestion is to use something like this
@PointCut("*","*.set*")
which would require changing your pointcut constructor, at least until I
fix the bug. But I guess you realized that already....
The parsing code is actually something that I hadn't touched from the
original version Ted Neward gave me, it clearly needs to be made more
robust.
Let me look into it and get back to you.
Cheers,
Mark
> Hey guys.
>
> I have started to use attrib4j for a thing in AspectWerkz.
>
> Thanks for a great tool which works fine so far, at least up to this
> point.
>
> The problem I have is that I need to pass a string to the attribute that
> consists of spaces and when I do it fails. The implementation does not
> seem to be able to handle that. Is there a workaround for that?
>
> E.g. when I have the attribute:
> /**
> * @Pointcut("* *.set*(..)")
> */
>
> Then it interprets this as the attribute
> Pointcut("*
> and then the text
> *.set*(..)")
>
> Thanks.
>
> Ps. It also seems to have problems when the string contains '(' or ')' Ds.
>
> --
> Jonas
> http://blogs.codehaus.org/people/jboner/index.html
>
>
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Attrib4j-devel mailing list
> Att...@li...
> https://lists.sourceforge.net/lists/listinfo/attrib4j-devel
>
>
|