Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 85110 invoked from network); 16 Oct 2009 17:01:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Oct 2009 17:01:00 -0000 Received: (qmail 88431 invoked by uid 500); 16 Oct 2009 17:00:59 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 88342 invoked by uid 500); 16 Oct 2009 17:00:59 -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 88334 invoked by uid 99); 16 Oct 2009 17:00:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Oct 2009 17:00:59 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [209.85.210.192] (HELO mail-yx0-f192.google.com) (209.85.210.192) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Oct 2009 17:00:56 +0000 Received: by yxe30 with SMTP id 30so2879077yxe.29 for ; Fri, 16 Oct 2009 10:00:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.36.1 with SMTP id j1mr3108339ybj.321.1255712435128; Fri, 16 Oct 2009 10:00:35 -0700 (PDT) Date: Fri, 16 Oct 2009 13:00:35 -0400 Message-ID: <9ac0c6aa0910161000r4fefac82rb98beb0ec40381ff@mail.gmail.com> Subject: ant build-contrib fails on trunk? From: Michael McCandless To: java-dev@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 When I run ant build-contrib on current trunk, I hit this: compile-core: [javac] Compiling 1 source file to /lucene/tmp2/build/contrib/instantiated/classes/java [javac] /lucene/tmp2/contrib/instantiated/src/java/org/apache/lucene/store/instantiated/InstantiatedTermDocumentInformation.java:48: compareTo(org.apache.lucene.index.Term) in org.apache.lucene.index.Term cannot be applied to (org.apache.lucene.store.instantiated.InstantiatedTerm) [javac] return instantiatedTermDocumentInformation.getTerm().getTerm().compareTo(instantiatedTermDocumentInformation1.getTerm()); [javac] ^ [javac] 1 error Is anyone else seeing this? Mike --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org