Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 4134 invoked from network); 5 Feb 2004 11:37:59 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 5 Feb 2004 11:37:59 -0000 Received: (qmail 54494 invoked by uid 500); 5 Feb 2004 11:37:53 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 54458 invoked by uid 500); 5 Feb 2004 11:37:52 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 54439 invoked from network); 5 Feb 2004 11:37:52 -0000 Received: from unknown (HELO palrel10.hp.com) (156.153.255.245) by daedalus.apache.org with SMTP; 5 Feb 2004 11:37:52 -0000 Received: from hplms2.hpl.hp.com (hplms2.hpl.hp.com [15.0.152.33]) by palrel10.hp.com (Postfix) with ESMTP id 65A681C05890 for ; Thu, 5 Feb 2004 03:37:52 -0800 (PST) Received: from chamonix.hpl.hp.com (chamonix.hpl.hp.com [15.144.25.135]) by hplms2.hpl.hp.com (8.12.10/8.12.10/HPL-PA Hub) with ESMTP id i15BboFr007347 for ; Thu, 5 Feb 2004 03:37:51 -0800 (PST) Received: from iseran.com (chamonix [127.0.0.1]) by chamonix.hpl.hp.com (Postfix) with ESMTP id 700EE1383A6 for ; Thu, 5 Feb 2004 11:37:09 +0000 (GMT) Message-ID: <40222AE5.6070102@iseran.com> Date: Thu, 05 Feb 2004 11:37:09 +0000 From: Steve Loughran User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031014 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: axis-dev@ws.apache.org Subject: Re: [FYI] build result with Tiger References: <200402051039.i15AdJx30736@kiku.7777.net> In-Reply-To: <200402051039.i15AdJx30736@kiku.7777.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Ias wrote: > Hi all, > > With the first public release of J2SE 1.5 codenamed Tiger, I built Axis and > got the result attached to this message. I ran "ant clean compile" and it > actually failed with no wonder. The main reasons are > > 1. newly introduced "enum" keyword > 2. JAXP 1.3's DOM level 3 interfaces > > I hope to resolve enum issue first and next take a look at JAXP 1.3's > changes. Enum is going to be trouble. As well as moving the entire package (which may brake existing code), you need to add enum to the list of reserved words that WSDL knows about when naming things. Which will also break anything that imports WSDL where enum came out as a method, field, etc. That does not mean that we cannot do it, just that it needs to be documented as a 'known incompatibility between Axis 1.1 and 1.2' (or 1.2 and 1.3, depending on where the change goes) And that is the big question really: when does the change go in? -steve