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

Robert Muir commented on LUCENE-3910:
-------------------------------------

{quote}
I also like Dawid's idea to have a separate "big test data" repository 
somewhere...
{quote}

+1 for some better separation here. Source release and svn checkouts are 
bloated because of 
all this test data.
E.g. linefile data is over 5MB, snowball test data is over 3MB, ...

Maybe we should separate this out in svn? its "artifact" is a .jar file
with all these huge files in the appropriate places or something?

So basically we could sucker this thing down with ivy and put it in the 
classpath like
any other dependency.

The problems that make it hard though, are versioning and "releasing" this 
thing:
* if its outside of dev/ SVN that makes versioning the testdata wrt different 
releases/branches hard.
  this could easily get annoying and complicated.
* where would we put the resulting "jar" to download via ivy? I dont think we 
should be downloading
  this from SVN, since our source releases would actually have this as a test 
dependency.

                
> remove special hudson nightly linedocs
> --------------------------------------
>
>                 Key: LUCENE-3910
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3910
>             Project: Lucene - Java
>          Issue Type: Bug
>            Reporter: Robert Muir
>             Fix For: 4.1
>
>
> Hudson has a special huge linedocs file that it sets via a -D parameter,
> but this means that anything using LineDocs won't reproduce via our home
> computers if it fails on hudson.
> I think we should disable this.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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