From dev-return-78643-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Thu Apr 12 15:25:39 2007 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 44979 invoked from network); 12 Apr 2007 15:25:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Apr 2007 15:25:22 -0000 Received: (qmail 9777 invoked by uid 500); 12 Apr 2007 15:25:26 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 9751 invoked by uid 500); 12 Apr 2007 15:25:26 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 9740 invoked by uid 99); 12 Apr 2007 15:25:26 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Apr 2007 08:25:26 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [193.109.238.66] (HELO dnsinet.rzf-nrw.de) (193.109.238.66) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Apr 2007 08:25:18 -0700 Received: from z011100.bk.fin.local (z011100.bk.fin.local [172.18.101.140]) by dnsinet.rzf-nrw.de (8.14.0/8.14.0) with ESMTP id l3CFOtB8028017 for ; Thu, 12 Apr 2007 17:24:55 +0200 Received: from z011034.bk.fin.local ([130.11.7.34]) by z011100.bk.fin.local with Microsoft SMTPSVC(6.0.3790.0); Thu, 12 Apr 2007 17:24:55 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: JDK 1.2 compliance Date: Thu, 12 Apr 2007 17:24:54 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: JDK 1.2 compliance Thread-Index: Acd9FrYa7qqj3zHKRsO9EuIfSDlSjA== From: To: X-OriginalArrivalTime: 12 Apr 2007 15:24:55.0712 (UTC) FILETIME=[B96E6200:01C77D16] X-Virus-Checked: Checked by ClamAV on apache.org When compiling with JDK-1.2.1_004 I got: ... Bootstrapping Ant Distribution ... Compiling Ant Classes src\main\org\apache\tools\ant\types\PatternSet.java:147: Can't reference this before the superclass constructor has been called. private InvertedPatternSet(PatternSet p) { ^ src\main\org\apache\tools\ant\types\PatternSet.java:149: Method 'addConfiguredPatternset' is inherited in inner class org.apache.tools.ant.t ypes.PatternSet. InvertedPatternSet, and hides a method of the same name in class org.apache.tools.ant.types.PatternSet. An explicit 'this' qualifier must be used to select the desired instance. addConfiguredPatternset(p); ^ On JDK "build 1.3.0-C" I got no problems ... Jan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org