Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 20902 invoked from network); 20 Sep 2004 09:11:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 20 Sep 2004 09:11:52 -0000 Received: (qmail 71000 invoked by uid 500); 20 Sep 2004 09:11:30 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 70946 invoked by uid 500); 20 Sep 2004 09:11:29 -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 70904 invoked by uid 99); 20 Sep 2004 09:11:29 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [141.202.248.38] (HELO mail12.ca.com) (141.202.248.38) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 20 Sep 2004 02:11:28 -0700 Received: from usilms80.ca.com ([141.202.201.17]) by mail12.ca.com with Microsoft SMTPSVC(5.0.2195.6713); Mon, 20 Sep 2004 05:11:24 -0400 Received: from inhyms80.ca.com ([155.35.35.13]) by usilms80.ca.com with Microsoft SMTPSVC(5.0.2195.6713); Mon, 20 Sep 2004 05:11:24 -0400 Received: from inhyms21.ca.com ([155.35.35.10]) by inhyms80.ca.com with Microsoft SMTPSVC(5.0.2195.6713); Mon, 20 Sep 2004 14:43:10 +0530 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: all files of latest CVS source aren't getting compiled X-MimeOLE: Produced By Microsoft Exchange V6.0.6547.0 Date: Mon, 20 Sep 2004 14:41:21 +0530 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: all files of latest CVS source aren't getting compiled Thread-Index: AcSe8QaMfcsfRUgJTJmrGwinftMPlwAAAlHA From: "Sunkara, Jayachandra S" To: , X-OriginalArrivalTime: 20 Sep 2004 09:13:10.0421 (UTC) FILETIME=[0C9E9450:01C49EF2] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Thanks Dims, I was able to accomplish that. I dropped servlet-api.jar into ws-axis/lib and compiled and things were working fine. Bye jaya -----Original Message----- From: Davanum Srinivas [mailto:davanum@gmail.com]=20 Sent: Monday, September 20, 2004 2:36 PM To: axis-dev@ws.apache.org; jayachandra Subject: Re: all files of latest CVS source aren't getting compiled drop servlet.jar into your ws-axis/lib and then issue "ant compile" On Fri, 17 Sep 2004 14:31:02 +0530, jayachandra wrote: > Hi there! > I checked out yesterday night latest cvs' ws-axis and ran 'ant > compile'. I got an axis.jar in the build\lib directory but with some > files not getting compiled into their respective classes. >=20 > eg. org.apache.axis.transport.http.AxisServlet class is not present in > the jar file >=20 > I used this same jar in Tomcat's web-inf/lib directory to test some > addressing interop and was getting all sorts of errors. >=20 > Please update the build file. > -- > Jaya >=20 --=20 Davanum Srinivas - http://webservices.apache.org/~dims/