Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 74173 invoked from network); 1 Apr 2005 12:33:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Apr 2005 12:33:26 -0000 Received: (qmail 79796 invoked by uid 500); 1 Apr 2005 12:33:24 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 79770 invoked by uid 500); 1 Apr 2005 12:33:24 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 79738 invoked by uid 99); 1 Apr 2005 12:33:23 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from illhyd-static-203.200.208.232.vsnl.net.in (HELO smtp.virtusa.co.in) (203.200.208.232) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 01 Apr 2005 04:33:22 -0800 Received: from HS-MAILSVR.Virtusa.com ([10.4.10.60]) by smtp.virtusa.co.in with InterScan Messaging Security Suite; Fri, 01 Apr 2005 17:59:49 +0530 Received: from ws-mailsvr.Virtusa.com ([10.3.8.4]) by HS-MAILSVR.Virtusa.com with Microsoft SMTPSVC(6.0.3790.211); Fri, 1 Apr 2005 18:05:04 +0530 Received: from ws-mailhost.virtusa.com ([172.16.1.6]) by ws-mailsvr.Virtusa.com with Microsoft SMTPSVC(6.0.3790.211); Fri, 1 Apr 2005 07:32:43 -0500 Received: from cs-mailsvr.Virtusa.com ([10.2.1.11]) by ws-mailhost.virtusa.com with InterScan Messaging Security Suite; Fri, 01 Apr 2005 07:33:46 -0500 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: RE: 1.5 Release and codefreeze Date: Fri, 1 Apr 2005 18:33:08 +0600 Message-ID: <403DD48EAE182940B89ECEAFE03F969002D16538@cs-mailsvr.Virtusa.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: 1.5 Release and codefreeze Thread-Index: AcU2tU/402oN5xxhR1iBtSO66SRlPQAAAaDA From: "Samisa Abeysinghe" To: "Apache AXIS C Developers List" X-OriginalArrivalTime: 01 Apr 2005 12:32:43.0697 (UTC) FILETIME=[E6F94210:01C536B6] X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Andrew, We are in fact using the ant based framework. May be I phrased the problem incorrectly. Sometimes, the C++ server sends all the response in one line (e.g. for complex any object with multiple lines of XML). (This happens with ExtensibilityQuery etc.) Thanks, Samisa... -----Original Message----- From: Andrew Perry2 [mailto:PERRYAN@uk.ibm.com]=20 Sent: Friday, April 01, 2005 6:20 PM To: Apache AXIS C Developers List Subject: Re: 1.5 Release and codefreeze +1 I guess that you are not using the Ant test framework as that performs an EOL/newline conversion of both the output file and the expected output file so the comparison is performed platform independently. In Ant the fixcrlf task does this for you. On linux you can use dos2unix to perform a similar task. Regards, Andrew Perry IBM Web Services Client for C/C++ perryan@uk.ibm.com Mail Point 127 IBM UK Laboratories. Hursley Park, Winchester, Hants. SO21 2JN Tel. Internal 249828 External + 44 (0)1962 819828 Fax. + 44(0)1962 818080 =20 Samisa Abeysinghe To=20 Apache AXIS C Developers List 01/04/2005 12:11 =20 cc=20 =20 Please respond to Subject=20 "Apache AXIS C Re: 1.5 Release and codefreeze Developers List" =20 =20 =20 =20 =20 The garbage problem is solved now. With the tests we have done so far, out of the 126 tests, 61 is directly passing. Another 40 + are running but shows as failed due to differences in the expected output file content and actual file output content (This happens because at times there are some newline handling differernaces in Java services and C++ services) However, we can conside them as passing because they give out valid output. We hope that we would be able to fix some of the failing few on Monday. As we have considerable stability, I would like to propose an early Monday code freeze. Thanks, Samisa... On Mar 30, 2005 9:56 PM, Samisa Abeysinghe wrote: > I have been able to fix the garbage return problem for server side > generated code. > > We are seeing some server side problems in case of IHeadeBlock tests and > IAttribute tests. This we hope will be able to solve soon. > > We are in good shape to freeze the code now - Sanjaya, I think we should > be tagging the CVS for code freeze by EOD today or tomorrow morning. > > Thoughts please. > > Thanks, > Samisa... > > On Wed, 2005-03-30 at 08:10, John Hawkins wrote: > > Please be aware that we are not running the client tests for the next > > few days so cannot help on whether the client is good or not on all > > platforms. > > > > > > > > > > "Samisa Abeysinghe" > > > > > > 30/03/2005 04:20 > > Please respond to > > "Apache AXIS C Developers List" > > To > > "Apache AXIS C > > Developers List" > > > > cc > > > > Subject > > RE: 1.5 Release > > and codefreeze > > > > > > > > > > We have one critical issue on the server side, where the server > > returns garbage at some instances. I am looking into this. > > > > Other than that, tests with C++ server side are looking good. > > > > > > > > Thanks, > > > > Samisa... > > > > > > > > -----Original Message----- > > From: John Hawkins [mailto:hawkinsj@uk.ibm.com] > > Sent: Tuesday, March 29, 2005 9:58 PM > > To: Apache AXIS C Developers List > > Subject: Re: 1.5 Release and codefreeze > > > > > > > > > > Hi Sanjaya, > > > > I was just wondering this myself today ! > > > > Code-freeze should be when we get a build that passes 100% of the test > > cases? We've currently got a few failing that I believe samisa was > > looking at? > > > > What will happen between codefreeze and release date will dictate the > > time frame won't it? > > > > > > > > > > > > > > > > "sanjaya singharage" > > > > > > 29/03/2005 13:59 > > > > > > Please respond to > > "Apache AXIS C Developers List" > > > > To > > "Apache AXIS C > > Developers List" > > > > cc > > > > Subject > > 1.5 Release and > > codefreeze > > > > > > > > > > > > > > > > > > > > > > Can we decide on a date for codefreeze for the 1.5 final release? > > > > And a release date as well. > > > > Also if there are outstanding issues could we list them out so that we > > can > > systematically attend to them? > > > > sanjaya. > > > -- > Samisa Abeysinghe > Virtusa Corporation >