Re: Eclipse support

2025-01-14 Thread Jason Gerlowski
wrote: > > > > > > I'll try to download and troubleshoot Eclipse as well. I'll give my best > > to > > > report back later today or tomorrow. > > > > > > I don't like that we have IDE specific gradle configurations, but it > >

Re: Eclipse support

2025-01-14 Thread Gus Heck
> I'll try to download and troubleshoot Eclipse as well. I'll give my best > to > > report back later today or tomorrow. > > > > I don't like that we have IDE specific gradle configurations, but it > seems > > that it is inevitable. > &

Re: Eclipse support

2025-01-13 Thread Christos Malliaridis
; > > I'll try to download and troubleshoot Eclipse as well. I'll give my best > to > > report back later today or tomorrow. > > > > I don't like that we have IDE specific gradle configurations, but it > seems > > that it is inevitable. >

Re: Eclipse support

2025-01-13 Thread Jason Gerlowski
s Malliaridis wrote: > > I'll try to download and troubleshoot Eclipse as well. I'll give my best to > report back later today or tomorrow. > > I don't like that we have IDE specific gradle configurations, but it seems > that it is inevitable. > > On Sun, 12 J

Re: Eclipse support

2025-01-12 Thread Christos Malliaridis
ed the omission of the eclipse support down to that issue indeed: > > https://issues.apache.org/jira/browse/SOLR-17406?focusedCommentId=17912283&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17912283 > > > Could you check if reverting the

Re: Eclipse support

2025-01-12 Thread Ishan Chattopadhyaya
I traced the omission of the eclipse support down to that issue indeed: https://issues.apache.org/jira/browse/SOLR-17406?focusedCommentId=17912283&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17912283 > Could you check if reverting the "wrapping&

Re: Eclipse support

2025-01-12 Thread Ishan Chattopadhyaya
> Additionally, I believe missing java files for the API is normal, as we are > generating them during build. So if your project builds correctly, the > files should be properly generated, I believe inside > solrj/build/generated/src. Right, I found them after running the gradle build manually fro

Re: Eclipse support

2025-01-12 Thread Christos Malliaridis
Perhaps the latest "breaking" change introduced in v10 / main was related to the migration to version catalogs (#2706)? It may not have been tested properly and therefore may have broken the eclipse environment. Could you check if reverting the "wrapping" (line 24 in gradle/ide/eclipse.gradle) of

Re: Eclipse support

2025-01-12 Thread Ishan Chattopadhyaya
Oh, and on branch_9x (which used to work before), there are tons of missing files because of recent Mustache based generated Java files that can't be found there. https://issues.apache.org/jira/browse/SOLR-16825?focusedCommentId=17912254&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acommen

Re: Eclipse support

2025-01-11 Thread Ishan Chattopadhyaya
I can see that "./gradlew eclipse" works in branch_9x. Can someone please point me to any prior discussion around this? On Sun, 12 Jan 2025 at 11:04, Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > Hi All, > I tried to set up Eclipse using the main branch, and was at a loss of how > to

Eclipse support

2025-01-11 Thread Ishan Chattopadhyaya
Hi All, I tried to set up Eclipse using the main branch, and was at a loss of how to proceed. 1) ./gradlew eclipse doesn't work, was it removed? 2) Importing Solr as a gradle project doesn't work either, tons of missing libraries and dependencies. I'm on JDK 22 and Ubuntu 22.04 LTS. Please help!