Issue Type: Bug Bug
Affects Versions: 1.4, 1.2
Assignee: Unassigned
Created: 13/Feb/13 4:48 AM
Description:

I've got a project with two ITD over the same class and declares the same method, but one of them includes a precedence. In addition, there is a JUnit class with another ITD (simple in this case).

When I permfom:

mvn clean asptectj:compile exec:exec

All works fine. But if I try:


mvn clean asptectj:compile test exec:exec

I get this exception:

[ERROR] Failed to execute goal org.codehaus.mojo:aspectj-maven-plugin:1.4:test-compile (default) on project foo: Compiler errors:
[ERROR] error at /home/jmvivo/Tmp/gvnix-1.1.0/occ/foo/src/main/java/foo/foo/Foo_override.aj:5::71 inter-type declaration from foo.foo.Foo_override conflicts with existing member: void foo.foo.Foo.sayHello()
[ERROR] error at foo/foo/Foo.java::0 inter-type declaration from foo.foo.Foo_override conflicts with existing member: void foo.foo.Foo.sayHello()

The attachment contains the sample project which show the problem.

Thank you in advance.

Project: Mojo AspectJ Plugin
Priority: Major Major
Reporter: Jose Manuel Vivó Arnal
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to