Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 42495 invoked from network); 3 Aug 2004 10:49:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Aug 2004 10:49:07 -0000 Received: (qmail 52185 invoked by uid 500); 3 Aug 2004 10:49:03 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 52126 invoked by uid 500); 3 Aug 2004 10:49:02 -0000 Mailing-List: contact dev-help@ant.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 dev@ant.apache.org Received: (qmail 52112 invoked by uid 99); 3 Aug 2004 10:49:02 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [156.153.255.238] (HELO palrel13.hp.com) (156.153.255.238) by apache.org (qpsmtpd/0.27.1) with ESMTP; Tue, 03 Aug 2004 03:49:01 -0700 Received: from hplms2.hpl.hp.com (hplms2.hpl.hp.com [15.0.152.33]) by palrel13.hp.com (Postfix) with ESMTP id 9A8D71C02B23 for ; Tue, 3 Aug 2004 03:49:00 -0700 (PDT) Received: from [15.144.25.135] (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 i73AmwJo026348 for ; Tue, 3 Aug 2004 03:48:59 -0700 (PDT) Message-ID: <410F6D99.30207@apache.org> Date: Tue, 03 Aug 2004 11:48:57 +0100 From: Steve Loughran User-Agent: Mozilla Thunderbird 0.7 (X11/20040615) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Developers List Subject: Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/dotnet WsdlToDotnet.java References: <20040802230323.91428.qmail@minotaur.apache.org> <410F4FE2.7000008@apache.org> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Stefan Bodewig wrote: > On Tue, 03 Aug 2004, Steve Loughran wrote: > >>Stefan Bodewig wrote: >> >>>On 2 Aug 2004, wrote: >>> >>> >>>> wsdl.exe cant spell parseable. >>> >>>Ouch. >>>What are you going to do when the next SDK beta fixes the error? >> >>I dont think they will fix it, I think they believe it is correct :) > > > Hmm, OK. I don't want to start another spel(l)ing discussion. well, there are some MS people wanting to talk to the axis team regarding interop issues. I will bring up spelling of parseable as one of our show stoppers :) > > >>We could change the name of the tag in our task so it doesnt use the >>same keyword; > > > probably best since people would be confused otherwise. > > >>ps, 1. I have mono on the box > > > Linux or Win? linux. suse 9.1pro. > > >>2. I wonder if we could fix that mono relative file problem by >>turning all file refs into file: URLs? > > > Unfortunately we can't - I've already tried that. Mono's wsdl.exe > doesn't seem to recognize file:// as protocoll. > yeah, just filed a bug on that. Actually, the file:// protocol turns out to be best of all for Windows, because then it correctly resolves relative references for importation. Given that all the stuff I added yesterday was to do that, if I send a file:// reference to the compiler, there was no need to do it. (cant have been for mono, can it :) I am thinking that when isMono==false, we turn the file reference not into an absolute reference, but a file: URL. whatever, because I am using includes, mono's wsdl cannot generate the code I need. There are hints, however, that if I run "mono wsdl.exe " with the MS version of wsdl, all is well (other WsdL bugs on mono bugzilla). So maybe we should add a way to run that. This leads to a choice of runtimes of more than just net/mono but ms mono ms-on-mono which looks like the beginnings of an enum to me. -steve --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org