Hello, I am a college student from Korea who wants to write a test class about SOLR-8754. In order to run the test class in IntelliJ environment, I set IntelliJ by looking [Configure IntelliJ] ( https://wiki.apache.org/lucene-java/HowtoConfigureIntelliJ). However, when you run the test method in the IDE, the following error occurs and the test method is not executed.
Information:java: Errors occurred while compiling module 'codecs' Information:javac 1.8.0_144 was used to compile java sources Information:2017. 8. 31. AM 2:53 - Compilation completed with 3 errors and 0 warnings in 6s 504ms Error:java: /production/codecs: does not exist /Users/junyoung/Computer/Opensource/lucene-solr/lucene/codecs/src/test/codecs-tests.iml Error:resources: /test/codecs/codecs-tests.iml (No such file or directory) /Users/junyoung/Computer/Opensource/lucene-solr/lucene/codecs/src/java/overview.html Error:resources: /production/codecs/overview.html (No such file or directory) Can you tell me what the problem is with me?
