[ 
https://issues.apache.org/jira/browse/ARIES-708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13064209#comment-13064209
 ] 

John Ross commented on ARIES-708:
---------------------------------

Executing 1.6 javac (which is what the build uses) without the -source 
parameter and with a -target parameter of 1.5 seems to have the desired result. 
However, I see no way to suppress the -source parameter at build time. It's 
always there even if removed from all poms (which gives it a value of 1.3) and, 
in any case, must be there with a value of 1.6 in order for m2e to create the 
project settings correctly.

I don't see any other way at this point to resolve this but to remove the 
@Override annotations from the interface methods, as suggested previously.

> org.apache.aries.util pom should point to java6-parent, not java5-parent
> ------------------------------------------------------------------------
>
>                 Key: ARIES-708
>                 URL: https://issues.apache.org/jira/browse/ARIES-708
>             Project: Aries
>          Issue Type: Bug
>          Components: Util
>    Affects Versions: 0.4
>            Reporter: John Ross
>            Assignee: John Ross
>             Fix For: 0.4
>
>
> Pulled in org.apache.aries.util using m2e and received a bunch of errors 
> about the @Override annotation use on implemented interface methods. Parent 
> should be java6-parent.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to