Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 75649 invoked from network); 13 Oct 2009 21:33:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Oct 2009 21:33:56 -0000 Received: (qmail 43913 invoked by uid 500); 13 Oct 2009 21:33:56 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 43853 invoked by uid 500); 13 Oct 2009 21:33:55 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 43845 invoked by uid 99); 13 Oct 2009 21:33:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Oct 2009 21:33:55 +0000 X-ASF-Spam-Status: No, hits=-6.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Oct 2009 21:33:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 71552234C48C for ; Tue, 13 Oct 2009 14:33:31 -0700 (PDT) Message-ID: <1501273957.1255469611463.JavaMail.jira@brutus> Date: Tue, 13 Oct 2009 14:33:31 -0700 (PDT) From: "Michael McCandless (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Commented: (LUCENE-1969) adding kamikaze to lucene contrib In-Reply-To: <969109987.1255218271421.JavaMail.jira@brutus> 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-1969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765246#action_12765246 ] Michael McCandless commented on LUCENE-1969: -------------------------------------------- Patch looks good! How do I run the tests? When I cd to contrib/kamikaze and run "ant test" I get this output: {code} download-ivy: [echo] installing ivy... [get] Getting: http://repo1.maven.org/maven2/org/apache/ivy/ivy/2.0.0-beta1/ivy-2.0.0-beta1.jar [get] To: /lucene/kami.1969/contrib/kamikaze/ivy/ivy.jar [get] Not modified - so not downloaded install-ivy: resolve: No ivy:settings found for the default reference 'ivy.instance'. A default instance will be used no settings file found, using default... [ivy:retrieve] :: Ivy 2.0.0-beta1 - 20071206070608 :: http://ant.apache.org/ivy/ :: :: loading settings :: url = jar:file:/lucene/kami.1969/contrib/kamikaze/ivy/ivy.jar!/org/apache/ivy/core/settings/ivysettings.xml [ivy:retrieve] :: resolving dependencies :: com.kamikaze#kamikaze;working@rhumba [ivy:retrieve] confs: [master, test] [ivy:retrieve] found log4j#log4j;1.2.15 in public [ivy:retrieve] found org.apache.lucene#lucene-core;2.9.0 in public [ivy:retrieve] found junit#junit;4.5 in public [ivy:retrieve] :: resolution report :: resolve 277ms :: artifacts dl 9ms --------------------------------------------------------------------- | | modules || artifacts | | conf | number| search|dwnlded|evicted|| number|dwnlded| --------------------------------------------------------------------- | master | 2 | 0 | 0 | 0 || 2 | 0 | | test | 1 | 0 | 0 | 0 || 1 | 0 | --------------------------------------------------------------------- [ivy:retrieve] :: retrieving :: com.kamikaze#kamikaze [ivy:retrieve] confs: [master, test] [ivy:retrieve] 0 artifacts copied, 3 already retrieved (0kB/10ms) init: compile: compile-test: test: BUILD FAILED /lucene/kami.1969/contrib/kamikaze/build.xml:88: Test com.kamikaze.test.TestDocIdSetSuite failed Total time: 2 seconds {code} > adding kamikaze to lucene contrib > --------------------------------- > > Key: LUCENE-1969 > URL: https://issues.apache.org/jira/browse/LUCENE-1969 > Project: Lucene - Java > Issue Type: New Feature > Components: contrib/* > Affects Versions: 2.9 > Reporter: John Wang > Attachments: kamikaze-contrib.patch > > > Adding kamikaze to lucene contrib -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org