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

Robert Muir commented on LUCENE-4614:
-------------------------------------

I applied the patch to a clean checkout, it almost works but there is a problem.

it warns about "4 build path entries are missing." and thus the project is 
broken:
{noformat}
<classpathentry kind="lib" path="solr/dist/test-framework/lib/ant-1.8.2.jar"/>
<classpathentry kind="lib" path="solr/dist/test-framework/lib/junit-4.10.jar"/>
<classpathentry kind="lib" 
path="solr/dist/test-framework/lib/junit4-ant-2.0.5.jar"/>
<classpathentry kind="lib" 
path="solr/dist/test-framework/lib/randomizedtesting-runner-2.0.5.jar"/>
{noformat}

I think dist/ needs to be excluded here!

                
> Create dev-tools/eclipse/dot.classpath automatically
> ----------------------------------------------------
>
>                 Key: LUCENE-4614
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4614
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: general/build
>            Reporter: Uwe Schindler
>            Assignee: Uwe Schindler
>             Fix For: 4.1, 5.0
>
>         Attachments: LUCENE-4614.patch, LUCENE-4614.patch
>
>
> It is a pain to keep the file up-to-date. As it is pure XML we can use a 
> template to produce it automatically. The same trikc like for creating 
> index.html in the docs is used.
> The patch will produce it automatically from filesets/dirsets in ant. It is 
> still a pain with the duplicate JARs, but maybe we can fix that later.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to