Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3B0949971 for ; Fri, 4 May 2012 12:51:13 +0000 (UTC) Received: (qmail 66614 invoked by uid 500); 4 May 2012 12:51:12 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 66542 invoked by uid 500); 4 May 2012 12:51:12 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 66535 invoked by uid 99); 4 May 2012 12:51:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 May 2012 12:51:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 May 2012 12:51:09 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id BF1D74304B4 for ; Fri, 4 May 2012 12:50:48 +0000 (UTC) Date: Fri, 4 May 2012 12:50:48 +0000 (UTC) From: "Robert Muir (JIRA)" To: dev@lucene.apache.org Message-ID: <645683973.26705.1336135848784.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <840006393.12664.1332591146411.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (LUCENE-3910) remove special hudson nightly linedocs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org