I am setting the development environment for Kylin in Windows, and I am following their docs to do so :( https://kylin.apache.org/development40/dev_env.html)
The docs state that If using IntellJ Idea>17 then there's a need to modify “server/kylin-server.iml” file, replace all “PROVIDED” to “COMPILE”, otherwise an “java.lang.NoClassDefFoundError: org/apache/catalina/LifecycleListener” error may be thrown.. I am at this point and I can't find the mentioned file in the server/kylin-server.iml under kylin/server in the code cloned through git clone https://github.com/apache/kylin.git Any clues what is this file kylin-server.iml ? and what is meant by replace all provided by compile?
