plutext opened a new issue, #13676: URL: https://github.com/apache/lucene/issues/13676
### Description I followed the instructions at https://github.com/apache/lucene/blob/main/help/IDEs.txt#L7 to set up Eclipse project files: ``` ./gradlew eclipse ``` and then imported the project into Eclipse. Following this, I have 77 errors: - mostly "one or more cycles were detected" in the build path of projects - 3 non-existing libraries, as to which see below - various "The project cannot be built until build path errors are resolved" (resulting from the above?) `The container 'Project and External Dependencies' references non existing library '/home/jharrop/git/lucene/lucene/analysis.tests/build/libs/lucene-analysis.tests-10.0.0-SNAPSHOT-test.jar'` Regarding missing lucene-analysis-morfologik.tests-10.0.0-SNAPSHOT-test.jar, following `./gradlew assemble` I have lucene-analysis-morfologik.tests-10.0.0-SNAPSHOT.jar but not SNAPSHOT-test.jar. I'm not sure how /lucene-analysis.tests-10.0.0-SNAPSHOT-test.jar gets to be on the build path. ``` The container 'Project and External Dependencies' references non existing library 'lucene/analysis.tests/build/libs/lucene-analysis.tests-10.0.0-SNAPSHOT-test.jar' The container 'Project and External Dependencies' references non existing library 'lucene/core.tests/build/libs/lucene-core.tests-10.0.0-SNAPSHOT-test.jar' ``` Similar comments to above Eclipse 2024-06 (4.32.0) Java 21 ### Version and environment details _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org