Return-Path: Delivered-To: apmail-incubator-cxf-dev-archive@locus.apache.org Received: (qmail 21554 invoked from network); 4 Sep 2007 12:55:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Sep 2007 12:55:47 -0000 Received: (qmail 40998 invoked by uid 500); 4 Sep 2007 12:55:41 -0000 Delivered-To: apmail-incubator-cxf-dev-archive@incubator.apache.org Received: (qmail 40963 invoked by uid 500); 4 Sep 2007 12:55:41 -0000 Mailing-List: contact cxf-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-dev@incubator.apache.org Received: (qmail 40954 invoked by uid 99); 4 Sep 2007 12:55:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2007 05:55:41 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sergey.beryozkin@iona.com designates 62.221.12.55 as permitted sender) Received: from [62.221.12.55] (HELO emea-mx1.iona.com) (62.221.12.55) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2007 12:56:52 +0000 X-IronPort-AV: E=Sophos;i="4.20,206,1186354800"; d="scan'208,217";a="671522" Received: from emea-ems1.ionaglobal.com ([10.2.1.125]) by emea-mx1.iona.com with ESMTP; 04 Sep 2007 13:55:14 +0100 Received: from sberyoz ([10.5.2.224]) by emea-ems1.ionaglobal.com with Microsoft SMTPSVC(5.0.2195.6713); Tue, 4 Sep 2007 13:55:15 +0100 Message-ID: <008b01c7eef2$bd284de0$e002050a@pcgroupiona.com> From: "Sergey Beryozkin" To: Subject: Systests build problem Date: Tue, 4 Sep 2007 13:54:32 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0088_01C7EEFB.1EE589F0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-OriginalArrivalTime: 04 Sep 2007 12:55:15.0966 (UTC) FILETIME=[D6FBA1E0:01C7EEF2] X-Virus-Checked: Checked by ClamAV on apache.org ------=_NextPart_000_0088_01C7EEFB.1EE589F0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi I can not build CXF on Windows. The failure occurs in the systests module : HeaderClientServerTest.java:[62,41] orderPizza(org.apache.cxf.pizza.types. OrderPizzaType,org.apache.cxf.pizza.types.CallerIDHeaderType) in org.apache= .cxf. pizza.Pizza cannot be applied to (org.apache.cxf.pizza.types.OrderPizzaType) trunk/systests have a generated folder where org.apache.cxf.pizza.Pizza is = located, it has a method : orderPizza(org.apache.cxf.pizza.types.OrderPizzaType,org.apache.cxf.pizza.t= ypes.CallerIDHeaderType) here's code in the HeaderClientServerTest.java : OrderPizzaResponseType res =3D port.orderPizza(req); System.out.println(res); //OrderPizzaResponseType res =3D port.orderPizza(req, header); //assertEquals(208, res.getMinutesUntilReady()); The test is basically disabled and it also doesn't compile. Uncommenting th= e above two lines makes the test compile and pass. Not sure what the story = with test is, but as far as the compliation is concerned I reckon I'm picki= ng up some stale module which affects the wsdl generation ? can someone please advise on how to deal with issues like this one ? I've r= emoved a cxf directory in the local repo, created a new snapshot, no luck..= .=2E Thanks, Sergey ---------------------------- IONA Technologies PLC (registered in Ireland) Registered Number: 171387 Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland ------=_NextPart_000_0088_01C7EEFB.1EE589F0--