Lennart Jörelid edited a comment on Bug MASPECTJ-123

When you run <source>1.5</source> and <target>1.5</target>, the complianceLevel should be implied to 1.5.
What happens when you do

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

and

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

respectively?

(You should be able to do

<configuration>
	<source>1.5</source>
	<target>1.5</target>	
</configuration>

unless you have re-defined the source directory.)

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