Christian Schneider created FELIX-5266:
------------------------------------------
Summary: 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
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)