HI guys, i am a newbie on ranger,I follow the quick start guide to make eclipse projects of ranger,sucessful when compile in mvn cmd, but when i import projects into eclipse, 2 classes got compile errors like below: class SpringEventLisentener: The type ApplicationListener is not generic; it cannot be parameterized with arguments <AbstractAuthenticationEvent>SpringEventListener.java/security-admin-web/src/main/java/org/apache/ranger/security/listenerline 36Java Problem
The method onApplicationEvent(AbstractAuthenticationEvent) of type SpringEventListener must override or implement a supertype methodSpringEventListener.java/security-admin-web/src/main/java/org/apache/ranger/security/listenerline 44Java Problem class CLIUitl: The constructor ClassPathXmlApplicationContext(String, String, String) is undefinedCLIUtil.java/security-admin-web/src/main/java/org/apache/ranger/utilline 48Java Problem The method getBean(String) in the type BeanFactory is not applicable for the arguments (Class<capture#1-of ?>)CLIUtil.java/security-admin-web/src/main/java/org/apache/ranger/utilline 57Java Problem seems the spring version is not correct, it will be much appreciated if anybody tell me how to solve this problem.
