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

David Smiley commented on SOLR-14647:
-------------------------------------

"bin/default" -- weird.  I don't want our .gitignore ignoring all bin 
directories, but we can add a rule ignoring bin/default like so:
{noformat}
**/bin/default/
{noformat}

But I suspect we have no need for this.  James, you looked back in July, but 
things have been changing fast. Eclispe support was added in August in 
LUCENE-9438 which sets the default output directory to build/eclipse which I 
can see in `/gradle/ide/eclipse.gradle`.  [~dweiss] maybe you wish to comment 
on what .gitignore entries are pertinent?  I'll submit a JIRA-less PR in a bit.

> 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