You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Christian Schneider (JIRA)" <ji...@apache.org> on 2016/05/27 20:56:12 UTC

[jira] [Closed] (FELIX-5266) Connect does not compile in eclipse

     [ https://issues.apache.org/jira/browse/FELIX-5266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Schneider closed FELIX-5266.
--------------------------------------

> Connect does not compile in eclipse
> -----------------------------------
>
>                 Key: FELIX-5266
>                 URL: https://issues.apache.org/jira/browse/FELIX-5266
>             Project: Felix
>          Issue Type: Bug
>          Components: Connect
>    Affects Versions: connect-0.1.0
>            Reporter: Christian Schneider
>            Assignee: Karl Pauls
>             Fix For: connect-0.2.0
>
>
> When importing connect in eclipse I get lots of errors like this:
> The method addServiceListener(ServiceListener, String) of type PojoSR must override a superclass method	PojoSR.java	/org.apache.felix.connect/src/main/java/org/apache/felix/connect	line 418	Java Problem
> The problem is that @Override is used on methods provided by an interface but source level is 1.5 where this is not yet available.
> I propose to switch to Java 1.6 for source and target.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)