Robert Muir created LUCENE-9559: ----------------------------------- Summary: fix "gradle eclipse" to build in eclipse again Key: LUCENE-9559 URL: https://issues.apache.org/jira/browse/LUCENE-9559 Project: Lucene - Core Issue Type: Improvement Reporter: Robert Muir Attachments: LUCENE-9559.patch
The current "gradle eclipse" produces a non-working setup: you have compilation errors because of some java files in solr's {{test-files}} that don't compile. eclipse doesn't differentiate between a resource folder and a sources folder, classpath entries are just "src" and it tries to compile the java files it sees in there, which fails. So let's tell it not to compile them so that gradle eclipse works again: I don't know what crazy stuff solr is doing here, but i want the IDE to work again. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org