Return-Path: Delivered-To: apmail-incubator-cxf-dev-archive@locus.apache.org Received: (qmail 23363 invoked from network); 4 Sep 2007 13:02:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Sep 2007 13:02:54 -0000 Received: (qmail 51447 invoked by uid 500); 4 Sep 2007 13:02:49 -0000 Delivered-To: apmail-incubator-cxf-dev-archive@incubator.apache.org Received: (qmail 51249 invoked by uid 500); 4 Sep 2007 13:02:48 -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 51240 invoked by uid 99); 4 Sep 2007 13:02:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2007 06:02:48 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of james.mao@iona.com designates 12.170.54.180 as permitted sender) Received: from [12.170.54.180] (HELO amer-mx1.iona.com) (12.170.54.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2007 13:02:45 +0000 X-IronPort-AV: E=Sophos;i="4.20,206,1186372800"; d="scan'208";a="4929364" Received: from amer-ems1.ionaglobal.com ([10.65.6.25]) by amer-mx1.iona.com with ESMTP; 04 Sep 2007 09:02:25 -0400 Received: from [10.129.9.179] ([10.129.9.179]) by amer-ems1.IONAGLOBAL.COM with Microsoft SMTPSVC(6.0.3790.1830); Tue, 4 Sep 2007 09:02:23 -0400 Message-ID: <46DD56A6.1070400@iona.com> Date: Tue, 04 Sep 2007 20:59:18 +0800 From: James Mao User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: cxf-dev@incubator.apache.org Subject: Re: Systests build problem References: <008b01c7eef2$bd284de0$e002050a@pcgroupiona.com> In-Reply-To: <008b01c7eef2$bd284de0$e002050a@pcgroupiona.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 04 Sep 2007 13:02:24.0275 (UTC) FILETIME=[D6466630:01C7EEF3] X-Virus-Checked: Checked by ClamAV on apache.org If you build from top level, you'll not have the problem, the maven code-gen plugin , just can not load the soap module, I'll take look at it tomorrow, maybe disable the test, and will re-enable it later, if we resolve the dependencies. Cheers, James > 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.types.CallerIDHeaderType) > > here's code in the HeaderClientServerTest.java : > > OrderPizzaResponseType res = port.orderPizza(req); > System.out.println(res); > > //OrderPizzaResponseType res = port.orderPizza(req, header); > //assertEquals(208, res.getMinutesUntilReady()); > > The test is basically disabled and it also doesn't compile. Uncommenting the 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 picking up some stale module which affects the wsdl generation ? > > can someone please advise on how to deal with issues like this one ? I've removed a cxf directory in the local repo, created a new snapshot, no luck.... > > Thanks, Sergey > > ---------------------------- > IONA Technologies PLC (registered in Ireland) > Registered Number: 171387 > Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland > >