Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 45334 invoked from network); 7 Apr 2005 13:11:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Apr 2005 13:11:13 -0000 Received: (qmail 71842 invoked by uid 500); 7 Apr 2005 13:11:13 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 71828 invoked by uid 500); 7 Apr 2005 13:11:12 -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 71815 invoked by uid 99); 7 Apr 2005 13:11:12 -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 smtp.erunway.com (HELO ws-mailhost.virtusa.com) (12.40.51.197) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 07 Apr 2005 06:11:11 -0700 Received: from cs-mailsvr.Virtusa.com ([10.2.1.11]) by ws-mailhost.virtusa.com with InterScan Messaging Security Suite; Thu, 07 Apr 2005 09:12:06 -0400 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: Array & Base samples don't build Date: Thu, 7 Apr 2005 19:11:36 +0600 Message-ID: <403DD48EAE182940B89ECEAFE03F969002D16578@cs-mailsvr.Virtusa.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Array & Base samples don't build Thread-Index: AcU7M/fwoYOzi3KNTQ+E4JwkLCQbKQAJtT9gAAYSqmA= From: "Samisa Abeysinghe" To: "Apache AXIS C Developers List" X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I think it is better to place the samples doc in the samples folder itself.=20 Thoughts on this? Thanks, Samisa... -----Original Message----- From: Chinthana C. Dinapala [mailto:CDinapala@virtusa.com]=20 Sent: Thursday, April 07, 2005 4:24 PM To: Apache AXIS C Developers List Subject: RE: Array & Base samples don't build Hi, 1.) I have prepared the sample guide and I think it should add to the doc in CVS. 2.) I also have prepared the clean server.wsdd.win32 file which includes only samples. This will contain only required by the users.=20 What do you think guys? Thanks Chinthana Dinapala Associate Software Engineer Virtusa Corp.=20 World Trade Center Office: +94-11-4765300 ext 5657 Mobile: +94-77-3059107 =20 -----Original Message----- From: Rangika Mendis [mailto:rangika@opensource.lk]=20 Sent: Thursday, April 07, 2005 11:47 AM To: Apache AXIS C Developers List Subject: Re: Array & Base samples don't build Thank you Samisa. Regards, Rangika ----- Original Message -----=20 From: "Samisa Abeysinghe" To: "Apache AXIS C Developers List" Sent: Thursday, April 07, 2005 10:50 AM Subject: RE: Array & Base samples don't build > Hi Rangika, > These samples are *very* broken. > This is because the generated code we have in CVS are quite old. > I have implemented a new ant based script to generate code for > server and clients and build them. > You can run ant -d buldsamples.xml and get them built. >=20 > We should ship these samples with the release and not those old > ones. > Thanks, > Samisa... >=20 > -----Original Message----- > From: Rangika Mendis [mailto:rangika@opensource.lk]=20 > Sent: Thursday, April 07, 2005 10:52 AM > To: Apache AXIS C Developers List > Subject: Array & Base samples don't build >=20 > Hi All, >=20 > I generated code using the tool for Array & Base samples & they don't > build > with the relevant clients which exist in the cvs. > The following are the errors encountered for Array - >=20 >=20 > ArrayClient.cpp > ../../../../include\axis/client/Call.hpp(484) : warning C4251: > 'm_strProxyHost' : class 'std::basic_string std::char_traits,class std::allocator >' needs to have > dll-interface to be used by clients of class 'axiscpp::Call' > ../../../../include\axis/AxisException.hpp(176) : warning C4275: non > dll-interface class 'exception' used as base for dll-interface class > 'axiscpp::AxisException' > C:\Program Files\Microsoft Visual > Studio\VC98\INCLUDE\exception(50) > : see declaration of 'exception' > E:\checkout_1_5_final\ws-axis\c\samples\client\array\ArrayClient.cpp(69) > : > error C2440: '=3D' : cannot convert from 'int *' to 'int ** ' > Types pointed to are unrelated; conversion requires > reinterpret_cast, C-style cast or function-style cast > E:\checkout_1_5_final\ws-axis\c\samples\client\array\ArrayClient.cpp(73) > : > error C2440: '=3D' : cannot convert from 'int' to 'int *' > Conversion from integral type to pointer type requires > reinterpret_cast, C-style cast or function-style cast > intArrayType.cpp > ArrayTestPortType.cpp > ../../../../include\axis/client/Call.hpp(484) : warning C4251: > 'm_strProxyHost' : class 'std::basic_string std::char_traits,class std::allocator >' needs to have > dll-interface to be used by clients of class 'axiscpp::Call' > ../../../../include\axis/AxisException.hpp(176) : warning C4275: non > dll-interface class 'exception' used as base for dll-interface class > 'axiscpp::AxisException' > C:\Program Files\Microsoft Visual > Studio\VC98\INCLUDE\exception(50) > : see declaration of 'exception' > E:\checkout_1_5_final\ws-axis\c\deploy\wsdls\ClientOut\ArrayTestPortType > .cpp > (43) : warning C4101: 'pcCmplxFaultName' : unreferenced local variable > Error executing cl.exe. >=20 > Regards, > Rangika >=20 >=20 >=20 >=20 >=20