A sample project is needed, because my project compiles fine with:

<configuration>
	<source>1.5</source>
	<target>1.5</target>
	<complianceLevel>1.5</complianceLevel> 
	<aspectDirectory>src/main/java</aspectDirectory>
</configuration>

If I run "mvn compile -X", I see:

[DEBUG] Not adding non-existent or already added aspectSourcePathDir [/home/krzysiek/workspace/aspectjtest/src/main/java] to compileSourceRoots.

src/main/java is already in compileSourceRoots, so changing aspectDirectory is not needed.
You can leave the default.

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