Return-Path: Delivered-To: apmail-archiva-dev-archive@www.apache.org Received: (qmail 26859 invoked from network); 22 Apr 2010 02:15:32 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Apr 2010 02:15:32 -0000 Received: (qmail 21385 invoked by uid 500); 22 Apr 2010 02:15:32 -0000 Delivered-To: apmail-archiva-dev-archive@archiva.apache.org Received: (qmail 21245 invoked by uid 500); 22 Apr 2010 02:15:31 -0000 Mailing-List: contact dev-help@archiva.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@archiva.apache.org Delivered-To: mailing list dev@archiva.apache.org Received: (qmail 21237 invoked by uid 99); 22 Apr 2010 02:15:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Apr 2010 02:15:31 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [124.108.123.143] (HELO web76915.mail.sg1.yahoo.com) (124.108.123.143) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 22 Apr 2010 02:15:23 +0000 Received: (qmail 54584 invoked by uid 60001); 22 Apr 2010 02:15:00 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1271902500; bh=qHgKIRHJP5TvuyEVkNngDPsBjzJ2caU3O8RDBPP7Jcc=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=OOcGGIFaD+HPXDYLrXhBr7GV0rGytc2enVE3mJPH9NrwkMj1Jdlk5BAbryEevc0bZ/dxWCwzVPwc724tgnXSrmIiWPelYSbV9SYujk2ucxXdTEyE8TCvm7SHPq7hnn3gYn/sA74CGaJqNiG36gmuM8kKTSafoPAuwQnMVf/yzy4= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=A8c//YQxOVK/VnHyrgCFSZQTevh3fUOQ/qnrV5BMZiTk5AFN5kzZ2h8ZFMcS2iVr8pqByhmiS92O8CBrsv0m4GB41zgEFlLONPFBRDU+glE9NGaQAO1zrG7ZclRjxl/VDWSby13eK+ljihqb7gVYCop6yxDCoVipVwTW4UWjNj8=; Message-ID: <454767.48060.qm@web76915.mail.sg1.yahoo.com> X-YMail-OSG: aJP7.nMVM1kysYUokiC0LFxQAtoio4PO6Ja.ONq1mwyf1bk Iq7hy3CB1cfX7zmyY9yMMHo3W.fch4KWnPQO1e_IQA1WqZBcDDf._fTGpRfQ 9hEQvEZYt2N5pM9S1c_iUayr9ueWIgOHOaXwVrKvcB40FGUt1f.Z_f.KdDII DaBq3r94v2OLqqdfMBrgxQyM0SbQznSesDw0ajhTqxjVlpAtV2jPpchW4MsM GB58lq7vb6So130ohnN5PXjVeeh0bw6yqAOuKp95Dq4JcRk6agSeniI6pWxP XZq5QhJnsR2uXJJEbRce3H61hBAl.7Is. Received: from [222.127.13.226] by web76915.mail.sg1.yahoo.com via HTTP; Thu, 22 Apr 2010 10:15:00 SGT X-Mailer: YahooMailClassic/10.1.9 YahooMailWebService/0.8.102.267879 Date: Thu, 22 Apr 2010 10:15:00 +0800 (SGT) From: Gwen Harold Autencio Subject: Re: MRM-1345 To: dev@archiva.apache.org In-Reply-To: <314139.60800.qm@web30407.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-814442601-1271902500=:48060" --0-814442601-1271902500=:48060 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Sorry. The 3rd paragraph would be the action for MRM-1345. --- On Wed, 4/21/10, Gwen Harold Autencio wrote: From: Gwen Harold Autencio Subject: MRM-1345 To: dev@archiva.apache.org Date: Wednesday, April 21, 2010, 8:15 PM Hi, I have investigated on MRM-1345. I used the archiva trunk and changed the version=A0 of nexus-indexer to the= latest release which is 2.0.5. The difference that I found bet 2.0.0 and 2.0.5 is that2 IndexCreator were adde= d in 2.0.1 (MavenPluginArtifactInfoIndexCreator and MavenArchetypeArtifactI= nfoIndexCreator). And the static field that lists all the IndexCreator in N= exusIndexer has been removed that.=20 Create the list in archiva that contains all the=A0 IndexCreator.=20 Unit tests of archiva-index and archiva-indexer-scheduling needs to be adju= sted since it will fail on the new IndexCreator( MavenArchetypeArtifactInfo= IndexCreator ). This is what I have seen so far. Can I ask enlightenment about the " addition of features such as creating incremental indexes" ?=20 And any other things that needs to be done for MRM-1345? Any thoughts or comment would surely help. Thanks, Gwen =A0 =A0 =A0 =0A=0A=0A --0-814442601-1271902500=:48060--