Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 9837 invoked from network); 23 May 2003 05:57:52 -0000 Received: from bodewig.bost.de (195.227.98.11) by daedalus.apache.org with SMTP; 23 May 2003 05:57:52 -0000 Received: (from bodewig@localhost) by bodewig.bost.de (8.11.6/8.11.6) id h4N5w3P19068; Fri, 23 May 2003 07:58:03 +0200 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: user@ant.apache.org Subject: Re: Problems building latest source distro References: <006401c320cd$218896d0$cb33b882@Boots> From: Stefan Bodewig Date: 23 May 2003 07:58:02 +0200 In-Reply-To: <006401c320cd$218896d0$cb33b882@Boots> Message-ID: Lines: 19 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Portable Code) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Thu, 22 May 2003, Da Twink Daddy wrote: > I'm running JDK 1.4.2, and the error seems to occur because of > changes (1.4.1 --> 1.4.2) in com.sun.tools.javah.Main. Yes, there is a backwards incompatible change in JDK 1.4.2 that has by Ant been addressed in CVS HEAD[1] but not in any released version yet. If you are never going to use the javah task, simple remove the offending source, otherwise pick up the latest source[2] from Ant's CVS module and try to use that instead. Stefan Footnotes: [1] [2]