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

Robert Muir commented on SOLR-14647:
------------------------------------

{quote}
The .gitignore should be sufficient for everyone (any IDE) to live without 
polluting the local workspace with non-versioned files. If they're documented 
in .gitignore then I don't have a problem with it.
{quote}

Adding {{bin}} will solve the eclipse issue.

{quote}
The eclipse configuration could be improved to just build into build/eclipse? 
Then the 'build' folder is common for gradle and other IDEs.
{quote}

I'm confused, that's what it does already for me. On my system:
{code}
<classpathentry kind="src" 
output="build/eclipse/lucene/analysis/common/src/java" 
path="lucene/analysis/common/src/java"/>
<classpathentry kind="src" 
output="build/eclipse/lucene/analysis/common/src/resources" 
path="lucene/analysis/common/src/resources"/>
...
{code}

> Importing Gradle Projects into Eclipse pollutes checkout
> --------------------------------------------------------
>
>                 Key: SOLR-14647
>                 URL: https://issues.apache.org/jira/browse/SOLR-14647
>             Project: Solr
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: master (9.0)
>            Reporter: James Dyer
>            Assignee: James Dyer
>            Priority: Minor
>             Fix For: master (9.0)
>
>         Attachments: SOLR-14647.patch
>
>
> Switch to master branch, then open Eclipse IDE and select "file > import > 
> existing gradle project" to import lucene/solr.  Afterwards, "git status" 
> shows unstaged ".project", ".classpath", ".settings" and "bin" 
> files/directories.
> Adjust the .gitignore file to correctly filter these out.



--
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