Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] Re: [ajdt-dev] AJDT Integration Problem


Hi Ron,
Could you tell me a little more about your project? Do you have another source file (other than MyClass.java) that also declares a type "MyClass" ? Do you have two class declarations within the MyClass.java file by accident? Failing that, are you using the incremental compilation feature (this has to be explicitly enabled so  if you haven't taken any conscious action you won't be) ?

Thanks... A.

-- Adrian
Adrian_Colyer@xxxxxxxxxx




"DiFrango, Ron" <ron.difrango@xxxxxxxxxxxxxx>
Sent by: ajdt-dev-admin@xxxxxxxxxxxxxxx

29/05/2003 19:12
Please respond to ajdt-dev

       
        To:        "'ajdt-dev@xxxxxxxxxxxxxxx'" <ajdt-dev@xxxxxxxxxxxxxxx>
        cc:        aspectj-dev@xxxxxxxxxxx
        Subject:        [ajdt-dev] AJDT Integration Problem



Folks,
 
I am using the Eclipse 2.1 with aspectj 1.1.2 and the AJDT 1.1.2 plug-in and all the classes that are affected by an aspect, I get the following error:

   The type MyClass  is already defined MyClass.java

Has anyone else experienced this?  If so how do I get around it?
 
Thanks,
 
Ron

************************************************************************** The information transmitted herewith is sensitive information intended only for use by the individual or entity to which it is addressed. If the reader of this message is not the intended recipient, you are hereby notified that any review, retransmission, dissemination, distribution, copying or other use of, or taking of any action in reliance upon this information is strictly prohibited. If you have received this communication in error, please contact the sender and delete the material from your computer.


Back to the top