[ 
https://issues.apache.org/jira/browse/LUCENE-9559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17207310#comment-17207310
 ] 

ASF subversion and git services commented on LUCENE-9559:
---------------------------------------------------------

Commit 4728a710e9ca2d84c275c55208a45c804bd5a3f0 in lucene-solr's branch 
refs/heads/master from noblepaul
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=4728a71 ]

LUCENE-9559: "gradle eclipse" do not work if .java files are not in proper 
package


> 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
>          Components: general/build
>    Affects Versions: master (9.0)
>            Reporter: Robert Muir
>            Assignee: Uwe Schindler
>            Priority: Major
>         Attachments: LUCENE-9559.patch, compilefailure.png
>
>
> 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

Reply via email to