Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [aspectj-users] Problem with class names which contain '$$'

I don't want to use such type names, but the Ahead Tool Suite (by Don
Batory) generates them.
I want to combine both tools (ahead and aspectj).

-----Ursprüngliche Nachricht-----
Von: aspectj-users-admin@xxxxxxxxxxx
[mailto:aspectj-users-admin@xxxxxxxxxxx] Im Auftrag von Jim Z
Gesendet: Samstag, 6. März 2004 15:18
An: aspectj-users@xxxxxxxxxxx
Betreff: RE: [aspectj-users] Problem with class names which contain '$$'


Why do you want to use such class names? That seems problematic to me in

more areas than AspectJ.


>From: "Sven Apel" <apel@xxxxxxxxxxxxxxxxxxxxxxx>
>Reply-To: aspectj-users@xxxxxxxxxxx
>To: <aspectj-users@xxxxxxxxxxx>
>Subject: [aspectj-users] Problem with class names which contain '$$'
>Date: Fri, 5 Mar 2004 09:32:20 +0100
>
>Hello,
>
>I have a problem using class names which contain '$$' (e. g. 
>Message$$Base, Message$$Head). The output of ajc is:
>
>no match for this type name: Message$$Base 
>[Xlint:invalidAbsoluteTypeName]
>
>In can't find out my mistake. Is it possible to use class names like 
>Message$$Base with AspectJ?
>
>greetings
>Sven
>
>------------------------------------
>Dipl.-Inf. Sven Apel
>
>Universität Magdeburg:
>Tel.:   +49-(0)-391-67-11899
>Fax.:   +49-(0)-391-67-12020
>e-mail: apel@xxxxxxxxxxxxxxxxxxxxxxx
>
>_______________________________________________
>aspectj-users mailing list
>aspectj-users@xxxxxxxxxxx 
>http://dev.eclipse.org/mailman/listinfo/aspectj-users

_________________________________________________________________
Get business advice and resources to improve your work life, from
bCentral. 
http://special.msn.com/bcentral/loudclear.armx

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top