You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Ishan Chattopadhyaya (JIRA)" <ji...@apache.org> on 2016/11/11 21:45:58 UTC

[jira] [Comment Edited] (SOLR-9746) Eclipse project broken due to duplicate package-info.java in LTR contrib

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

Ishan Chattopadhyaya edited comment on SOLR-9746 at 11/11/16 9:45 PM:
----------------------------------------------------------------------

Indeed, Alexandre. It seems that the difference between these cases and the LTR case was that the package-info.java file was duplicated in the LTR contrib. -Perhaps just removing it from the contrib may have done the needful as well?-

Edit: Re-read Uwe's comment, and the committed fix seems the best long term.


was (Author: ichattopadhyaya):
Indeed, Alexandre. It seems that the difference between these cases and the LTR case was that the package-info.java file was duplicated in the LTR contrib. Perhaps just removing it from the contrib may have done the needful as well?

> Eclipse project broken due to duplicate package-info.java in LTR contrib
> ------------------------------------------------------------------------
>
>                 Key: SOLR-9746
>                 URL: https://issues.apache.org/jira/browse/SOLR-9746
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Ishan Chattopadhyaya
>            Assignee: Christine Poerschke
>            Priority: Minor
>
> The eclipse project generated through {{ant eclipse}} seems to be broken, since there are errors complaining duplicate resources. The problem is that the following files have the same package and class names:
> {code}
> ./solr/core/src/java/org/apache/solr/response/transform/package-info.java
> ./solr/contrib/ltr/src/java/org/apache/solr/response/transform/package-info.java
> ./solr/core/src/java/org/apache/solr/search/package-info.java
> ./solr/contrib/ltr/src/java/org/apache/solr/search/package-info.java
> {code}
> Not sure if the idea project is affected.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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