Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 67216 invoked from network); 27 Jun 2002 06:21:36 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by 209.66.108.5 with SMTP; 27 Jun 2002 06:21:36 -0000 Received: (qmail 17585 invoked by uid 97); 27 Jun 2002 06:21:43 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 17549 invoked by uid 97); 27 Jun 2002 06:21:42 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 17490 invoked by uid 98); 27 Jun 2002 06:21:40 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: ant-dev@jakarta.apache.org Subject: Re: cvs commit: jakarta-ant/src/main/org/apache/tools/ant Main.java Diagnostics.java References: <20020626231431.1241.qmail@icarus.apache.org> From: Stefan Bodewig Date: 27 Jun 2002 08:21:23 +0200 In-Reply-To: <20020626231431.1241.qmail@icarus.apache.org> Message-ID: Lines: 16 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: 209.66.108.5 1.6.2 0/1000/N X-Spam-Rating: 209.66.108.5 1.6.2 0/1000/N Using JDK 1.1: src/main/org/apache/tools/ant/Diagnostics.java:156: Class org.apache.tools.ant.Package not found in type declaration. Package pkg = clazz.getPackage(); ^ src/main/org/apache/tools/ant/Diagnostics.java:156: Method getPackage() not found in class java.lang.Class. Package pkg = clazz.getPackage(); ^ Note: 14 files use deprecated APIs. Recompile with "-deprecation" for details. 2 errors, 1 warning So we need some little extra reflection here, Stephane. You or me? I'd do it if there were testcases ;-) Stefan -- To unsubscribe, e-mail: For additional commands, e-mail: