Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Maven-AspectJ1.1.1: the type MyClass is already defined

Hello,

I'm trying to use aspectj with Maven, but I get the strange
error that the class I am trying to compile is already defined.

I have searched archives and FAQs but I cannot find anything like this.

It does not matter if I try to compile Aspects or regular Java files.
The task that I use is ant:iajc.

Any help would be appreciated.

Regards
Anders


Back to the top