You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Uwe Schindler (JIRA)" <ji...@apache.org> on 2018/03/15 15:02:00 UTC

[jira] [Comment Edited] (SOLR-11331) Ability to Debug Solr With Eclipse IDE

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

Uwe Schindler edited comment on SOLR-11331 at 3/15/18 3:01 PM:
---------------------------------------------------------------

Hi,
the problem is that "ant resolve" inside the main Solr build.xml does not call resolve on the "solr/server" folder (as it's not needed for normal compiling). To fix the issue you have to go to "solr/server" and then call "ant resolve".

There are 2 possibilities to fix it:
- Include the "server" module into solr/build.xml's resolve.
- or separate call "ant resolve" in the eclipse target.


was (Author: thetaphi):
Hi,
the problem is that "ant resolve" inside the main Solr build.xml does not call resolve on the webapp folder (as it's not needed for normal compiling). To fix the issue you have to go to solr/webapp and then call "ant resolve".

There are 2 possibilities to fix it:
- Include the "webapp" module into solr/build.xml's resolve.
- or separate call ant resolve in the eclipse target.

> Ability to Debug Solr With Eclipse IDE
> --------------------------------------
>
>                 Key: SOLR-11331
>                 URL: https://issues.apache.org/jira/browse/SOLR-11331
>             Project: Solr
>          Issue Type: Improvement
>    Affects Versions: 6.6.2
>            Reporter: Karthik Ramachandran
>            Assignee: Varun Thacker
>            Priority: Minor
>              Labels: eclipse
>         Attachments: SOLR-11331.diff, SOLR-11331.patch, SOLR-11331.patch, SOLR-11331.patch, SOLR-11331.patch, UI.png
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Ability to Debug Solr With Eclipse IDE



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org