From java-dev-return-12116-apmail-lucene-java-dev-archive=lucene.apache.org@lucene.apache.org Fri Nov 11 19:53:18 2005 Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 40969 invoked from network); 11 Nov 2005 19:53:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Nov 2005 19:53:18 -0000 Received: (qmail 95930 invoked by uid 500); 11 Nov 2005 19:53:17 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 95821 invoked by uid 500); 11 Nov 2005 19:53:15 -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 95810 invoked by uid 99); 11 Nov 2005 19:53:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Nov 2005 11:53:14 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [194.109.24.35] (HELO smtp-vbr15.xs4all.nl) (194.109.24.35) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Nov 2005 11:53:07 -0800 Received: from k8l.lan (porta.xs4all.nl [80.127.24.69]) by smtp-vbr15.xs4all.nl (8.13.3/8.13.3) with ESMTP id jABJqqBW025245 for ; Fri, 11 Nov 2005 20:52:52 +0100 (CET) (envelope-from paul.elschot@xs4all.nl) From: Paul Elschot To: java-dev@lucene.apache.org Subject: Contrib in oblivion Date: Fri, 11 Nov 2005 20:52:52 +0100 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200511112052.52462.paul.elschot@xs4all.nl> X-Virus-Scanned: by XS4ALL Virus Scanner X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Quoting Doug on nutch-dev yesterday: >In 1.9 and beyond the plan is to build and distribute the contrib with=20 >Lucene. =A0So 'ant test' in Lucene should test contrib too, etc. =A0The=20 >point is to make sure that this stuff is maintained, but not to merge it=20 >into the core. =A0So stuff in contrib should not slide into oblivion. So I tried to compile surround from lucene's build.xml, but that doesn't work. The problem is that the lucene jar location is set relative to build.xml, and then used in a subant from contrib/.../build.xml leaving javac unable to find the lucene jar. Using ant -v it also complained that some targets are defined both in build.xml and common-build.xml (iirc). Is there anyone else with code in contrib that knows enough of ant to know how to fix this? Regards, Paul Elschot --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org