Skip to main content

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

Have you imported Message$$Base?
nick
On Mar 5, 2004, at 1:32 AM, Sven Apel wrote:

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




Back to the top