Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 17627 invoked from network); 21 Sep 2006 15:08:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Sep 2006 15:08:19 -0000 Received: (qmail 33938 invoked by uid 500); 21 Sep 2006 15:08:15 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 33893 invoked by uid 500); 21 Sep 2006 15:08:15 -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: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 33882 invoked by uid 99); 21 Sep 2006 15:08:15 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Sep 2006 08:08:15 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=scheu@us.ibm.com; spf=pass X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=HTML_MESSAGE Received-SPF: pass (idunn.apache.osuosl.org: domain us.ibm.com designates 32.97.110.151 as permitted sender) Received: from [32.97.110.151] ([32.97.110.151:39712] helo=e33.co.us.ibm.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id CE/60-00392-ADAA2154 for ; Thu, 21 Sep 2006 08:08:11 -0700 Received: from westrelay02.boulder.ibm.com (westrelay02.boulder.ibm.com [9.17.195.11]) by e33.co.us.ibm.com (8.13.8/8.12.11) with ESMTP id k8LF84ZP022907 for ; Thu, 21 Sep 2006 11:08:07 -0400 Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by westrelay02.boulder.ibm.com (8.13.6/8.13.6/NCO v8.1.1) with ESMTP id k8LF80bw374048 for ; Thu, 21 Sep 2006 09:08:00 -0600 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id k8LF7x5u010147 for ; Thu, 21 Sep 2006 09:07:59 -0600 Received: from d03nm118.boulder.ibm.com (d03nm118.boulder.ibm.com [9.17.195.144]) by d03av03.boulder.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k8LF7xFq010143 for ; Thu, 21 Sep 2006 09:07:59 -0600 Subject: Build Failure in intergration module To: axis-dev@ws.apache.org X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 Message-ID: From: R J Scheuerle Jr Date: Thu, 21 Sep 2006 10:07:57 -0500 X-MIMETrack: Serialize by Router on D03NM118/03/M/IBM(Release 7.0.1HF269 | June 22, 2006) at 09/21/2006 09:07:59 MIME-Version: 1.0 Content-type: multipart/alternative; Boundary="0__=08BBFB63DFC142658f9e8a93df938690918c08BBFB63DFC14265" Content-Disposition: inline X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --0__=08BBFB63DFC142658f9e8a93df938690918c08BBFB63DFC14265 Content-type: text/plain; charset=US-ASCII I am getting build failures today running the integration test. Has there been a recent change to the emitters that could be causeing this problem ? Snippet of failure: [mkdir] Created dir: C:\workspace\live\axis2\modules\integration\target\eBaySvc\test [echo] Stax Availability= true [echo] Axis2 Availability= true [javac] Compiling 1013 source files to C:\workspace\live\axis2\modules\integration\target\eBaySvc\build\classes [javac] C:\workspace\live\axis2\modules\integration\target\eBaySvc\src\eblbasecomponents\apis\ebay\ItemType.java:245: boolean cannot be dereferenced [javac] if (param.length > 1){ [javac] ^ [javac] C:\workspace\live\axis2\modules\integration\target\eBaySvc\src\eblbasecomponents\apis\ebay\ItemType.java:4509: incomparable types: boolean and [javac] if (localAutoPay==null){ [javac] ^ [javac] C:\workspace\live\axis2\modules\integration\target\eBaySvc\src\eblbasecomponents\apis\ebay\ItemType.java:4514: boolean cannot be dereferenced [javac] for (int i = 0;i < localAutoPay.length;i++){ [javac] ^ etc. thanks, Rich Scheuerle IBM Web Services Apache Axis2 (scheu@apache.org) 512-838-5115 (IBM TL 678-5115) --0__=08BBFB63DFC142658f9e8a93df938690918c08BBFB63DFC14265 Content-type: text/html; charset=US-ASCII Content-Disposition: inline

I am getting build failures today running the integration test.

Has there been a recent change to the emitters that could be causeing this problem ?

Snippet of failure:

[mkdir] Created dir: C:\workspace\live\axis2\modules\integration\target\eBaySvc\test
[echo] Stax Availability= true
[echo] Axis2 Availability= true
[javac] Compiling 1013 source files to C:\workspace\live\axis2\modules\integration\target\eBaySvc\build\classes
[javac] C:\workspace\live\axis2\modules\integration\target\eBaySvc\src\eblbasecomponents\apis\ebay\ItemType.java:245: boolean cannot be dereferenced
[javac] if (param.length > 1){
[javac] ^
[javac] C:\workspace\live\axis2\modules\integration\target\eBaySvc\src\eblbasecomponents\apis\ebay\ItemType.java:4509: incomparable types: boolean and <nulltype>
[javac] if (localAutoPay==null){
[javac] ^
[javac] C:\workspace\live\axis2\modules\integration\target\eBaySvc\src\eblbasecomponents\apis\ebay\ItemType.java:4514: boolean cannot be dereferenced
[javac] for (int i = 0;i < localAutoPay.length;i++){
[javac] ^

etc.

thanks,
Rich Scheuerle
IBM Web Services
Apache Axis2 (scheu@apache.org)
512-838-5115 (IBM TL 678-5115) --0__=08BBFB63DFC142658f9e8a93df938690918c08BBFB63DFC14265--