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 92E0E95BE for ; Wed, 2 May 2012 08:56:28 +0000 (UTC) Received: (qmail 49118 invoked by uid 500); 2 May 2012 08:56:27 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 49062 invoked by uid 500); 2 May 2012 08:56:27 -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 49044 invoked by uid 99); 2 May 2012 08:56:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 May 2012 08:56:26 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dawid.weiss@gmail.com designates 209.85.213.48 as permitted sender) Received: from [209.85.213.48] (HELO mail-yw0-f48.google.com) (209.85.213.48) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 May 2012 08:56:19 +0000 Received: by yhfq46 with SMTP id q46so512337yhf.35 for ; Wed, 02 May 2012 01:55:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=Wvz/jPyOkBp2nfnlRdX8zXntzgwPf9HBVZnwRP7DpIY=; b=hEwpYm0IdeRfa6OpHydwP19HcmotWP/Z6xMKmfiRwH4mOpsioo7yQEizPgPyVH0jh6 sqWOVYv0xf5r42FeNf6hizJLBTmgAeq/22swvbo1/YPRDSpSeoG7i64/lEiPwvp0WE1R AE5CzzEjb6gQJU7EE78OvXiqhemkvSmhcheaAGART9C0XpT6a1t3iODqpDkkgPb6efoa rsNSO0Pu4KJ0hgM3lKWsckO3+dpA1N1hGyzBOrdQN5XoJpNoDv4clbqcdzHmozIjRGn+ PwYWBtt6coKiw+KSAifpRCkAYPGuZrABrNFmkHlppeez1eqRkDp7VWiyDEP3drzTsVTK umqA== Received: by 10.50.187.231 with SMTP id fv7mr860867igc.51.1335948957991; Wed, 02 May 2012 01:55:57 -0700 (PDT) MIME-Version: 1.0 Sender: dawid.weiss@gmail.com Received: by 10.42.171.197 with HTTP; Wed, 2 May 2012 01:55:37 -0700 (PDT) In-Reply-To: References: From: Dawid Weiss Date: Wed, 2 May 2012 10:55:37 +0200 X-Google-Sender-Auth: mhwfNwG53UbsEE3MoMUQ8JY7rAo Message-ID: Subject: Re: report-text doesn't support the "useSimpleNames" attribute To: dev@lucene.apache.org Content-Type: text/plain; charset=UTF-8 Make sure you ant clean-jars -- I suspect there are two versions of junit4 that reside in your classpath for some reason and an older version is picked up before the new one. The difference between jvms is I think explained by the order attributes are reported by the XML parser -- both of these attributes have been added in one version of junit4 so they're both unsupported by an older JAR that is most likely in your classpath. This issue should be fixed for the future either by checking that no left-over jars are present (those not accompanied by .sha1 signatures) or by building the classpath using ivy (which should simply point to the current jar versions, ignoring anything else). Dawid On Tue, May 1, 2012 at 5:06 PM, Shai Erera wrote: > Hi > > I svn up and ran 'ant test-core', but hit this strange error: > > lucene\build.xml:50: The following error occurred while executing this line: > lucene\common-build.xml:1018: The following error occurred while executing > this line: > lucene\common-build.xml:744: report-text doesn't support the > "useSimpleNames" attribute > > I have Ant 1.8.2. > > I tried to run the tests with an Oracle JVM (the above failure was from an > IBM JVM), and hit this: > > lucene\build.xml:50: The following error occurred while executing this line: > lucene\common-build.xml:1018: The following error occurred while executing > this line: > lucene\common-build.xml:744: report-text doesn't support the > "maxClassNameColumns" attribute > > Each JVM complains about a different attribute ! > > This is the Oracle Java 6 that I ran with: > > java version "1.6.0_31" > Java(TM) SE Runtime Environment (build 1.6.0_31-b05) > Java HotSpot(TM) 64-Bit Server VM (build 20.6-b01, mixed mode) > > Has anyone run into this? > > Shai --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org