Hi Joshua, Shawn Thanks for your help.
Now I am able to import project in eclipse. Now when I execute below build command (for main branch) it fails with the below exception. PS D:\solr\SolrReadwrite\solr> ./gradlew build FAILURE: Build failed with an exception. Task :solr:documentation:checkBrokenLinks FAILED In "check-broken-links-output.txt" file it complains about BROKEN LINK: file:///D%3A/solr/SolrReadwrite/solr/solr/documentation/build/site/core/org/apache/solr/common.SolrInputDocument.html Actually SolrInputDocument.html is available in different location. i.e. instead of "core" its available in "solrj"... D:\solr\SolrReadwrite\solr\solr\documentation\build\site\solrj\org\apache\solr\common.SolrInputDocument.html How can I fix this? On Wed, Nov 9, 2022 at 9:43 PM Joshua Ouma <[email protected]> wrote: > To add on Shawn comment after building the project, click on file menu > then open projects from file system. > > On Wed, Nov 9, 2022 at 6:45 PM Maulin Rathod <[email protected]> wrote: > > > Thanks Joshua. Can you please help with more details (with some steps) > > about how to import in eclipse? Or point to some link where steps are > > mentioned for importing solr project in eclipse? > > > > > > > > On Wed, Nov 9, 2022 at 8:41 PM Joshua Ouma <[email protected]> > wrote: > > > > > Hi Mualin, > > > > > > After executing the grade task. Don't import as an existing gradle > > project > > > but from folder(not sure of the exact wording) > > > > > > On Wed, 9 Nov 2022, 18:02 Maulin Rathod, <[email protected]> wrote: > > > > > > > Hi, > > > > > > > > I am a developer with 15 year experience and using Solr for the last > > 7-8 > > > > years. Now I want to contribute to solr... > > > > > > > > I followed the instructions provided on this link to import the > project > > > in > > > > Eclipse. > > > > > > > > https://cwiki.apache.org/confluence/display/solr/HowToContribute > > > > > > > > After checking the main branch locally (git clone > > > > http://gitbox.apache.org/repos/asf/solr.git), when I import (using > > > *Existing > > > > Gradle Project* option) in eclipse, the build process is stuck at > > around > > > > 5% with thousands of errors. Refer below screenshot. > > > > > > > > Am I missing something? Please help... > > > > > > > > > > > > [image: image.png] > > > > > > > > > > > > > -- > > Regards, > > > > Maulin Rathod > > Development Director > > Asite Solution Pvt Ltd. > > > > M: 9723286945 > > E : [email protected] > > W: www.asite.com > > > -- Regards, Maulin Rathod Development Director Asite Solution Pvt Ltd. M: 9723286945 E : [email protected] W: www.asite.com
