Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 12899 invoked from network); 26 Jan 2010 01:38:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Jan 2010 01:38:33 -0000 Received: (qmail 68455 invoked by uid 500); 26 Jan 2010 01:38:32 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 68353 invoked by uid 500); 26 Jan 2010 01:38:32 -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 68344 invoked by uid 99); 26 Jan 2010 01:38:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jan 2010 01:38:32 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ruwan.linton@gmail.com designates 209.85.221.179 as permitted sender) Received: from [209.85.221.179] (HELO mail-qy0-f179.google.com) (209.85.221.179) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jan 2010 01:38:23 +0000 Received: by qyk9 with SMTP id 9so2625782qyk.30 for ; Mon, 25 Jan 2010 17:38:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=8mV5/ZRAw3FHR8B+WOnoeJURw6/R4LiMei4WWcG1nhY=; b=jqdsiBL+SQ4sTX0+0l2FO3YvUL26F6DUbeIJ4a5UnEXfsXCgtCkVUYtigXT5qQKHPK EbfH/Vfy3D0OIRrKOnLUJ6TcX/o5LdSwwxQ4mOGiCiDRNY3g3kKJ7udZI1O4LiAysPwg /DMCEgLVkwH5mjidjwe/mbe9phUfA02gvgQK0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=eOHJioku2YtsNpv8mRetFM4/vgerIpsbpbhb0oTrw5fg6mzuoH1kVz3deR/cc0M6Hf ed48Ot6LBcQEyo3ZbswzfGZk92R3fajO38P3nro/ueioEuorJEVFR22TFT+dlHd6gwEj qIib4NKpb8OnhHQlV77MLuHiKmvarGk+2JCyE= MIME-Version: 1.0 Received: by 10.229.71.66 with SMTP id g2mr1058560qcj.16.1264469882644; Mon, 25 Jan 2010 17:38:02 -0800 (PST) In-Reply-To: References: <672a01201001241847s1e67bfdesa70dfe7bd60d5e09@mail.gmail.com> <672a01201001250630s65dec359r7f22b93e5d855f10@mail.gmail.com> <672a01201001250837pc2029d1l55ffb8597e79b6b3@mail.gmail.com> Date: Tue, 26 Jan 2010 07:38:02 +0600 Message-ID: <672a01201001251738p6bacd6d9uc8fd0478627879d7@mail.gmail.com> Subject: Re: Axis2 build?? From: Ruwan Linton To: axis-dev@ws.apache.org Content-Type: multipart/alternative; boundary=0016e64b8f322f2c97047e0756f4 --0016e64b8f322f2c97047e0756f4 Content-Type: text/plain; charset=ISO-8859-1 Andreas, I drilled down the problem to not compiling the following test packages of jaxws-integration module on my machine; org.apache.axis2.jaxws.type_substitution Because of this the classes that are required for the AppleFinderService creating ant task is missing and cause the above error. I wonder whether the '_' character in the package name causes this issue. Trying to resolve the issue. Thanks, Ruwan On Tue, Jan 26, 2010 at 3:29 AM, Andreas Veithen wrote: > Ruwan, > > I just tested with the following combination, which is very close to > what you have (except for the OS): > > Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200) > Java version: 1.6.0_17 > Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home > Default locale: en_US, platform encoding: MacRoman > OS name: "mac os x" version: "10.5.8" arch: "x86_64" Family: "mac" > > Result: the build succeeds without any problems, so we still have no > clue what causes this issue. > > Andreas > > On Mon, Jan 25, 2010 at 17:37, Ruwan Linton > wrote: > > > > > > On Mon, Jan 25, 2010 at 9:03 PM, Andreas Veithen < > andreas.veithen@gmail.com> > > wrote: > >> > >> On Mon, Jan 25, 2010 at 15:30, Ruwan Linton > >> wrote: > >> > Andreas, > >> > > >> > I don't have maven 2.0 right now to test this, but I was having this > >> > issue > >> > with maven 2.1.0 and JDK 1.5 as well. Does this means that you are not > >> > getting this failure on maven 2.0 and JDK 1.5?? > >> > >> I've never seen the AppleFinderService failure myself, and I use Maven > >> 2.0 with JDK 1.5. Searching the mailing list archives for > >> "AppleFinderService" indicates that the issue only occurs in > >> particular build environments, since for most people the build just > >> runs fine. > >> > >> > Anyway if this is failing on at least one environment we should get > that > >> > fixed. > >> > >> +1, but to be able to fix it, we first need to reproduce it. If I get > >> the time later today, I will try the build with Maven 2.2 and JDK 1.6. > > > > Thanks, at the same time I am trying to fix it at my end too. > > > > Ruwan > > > >> > >> > Thanks, > >> > Ruwan > >> > > >> > On Mon, Jan 25, 2010 at 2:30 PM, Andreas Veithen > >> > > >> > wrote: > >> >> > >> >> It is a known issue in the sense that several people complained about > >> >> it, but AFAIK until now, nobody ever provided detailed information > >> >> about it. Do you also experience that failure with Maven 2.0 and JDK > >> >> 1.5? > >> >> > >> >> Andreas > >> >> > >> >> On Mon, Jan 25, 2010 at 03:47, Ruwan Linton > >> >> wrote: > >> >> > Folks, > >> >> > > >> >> > I cannot do a "mvn clean install" on the root of the axis2 build, > >> >> > which > >> >> > blames me for a missing AppleFinderService. Is this a known issue, > if > >> >> > so > >> >> > why > >> >> > don't we get this fixed. > >> >> > > >> >> > My build environment is; > >> >> > mvn --version > >> >> > Apache Maven 2.2.1 (r801777; 2009-08-07 01:16:01+0600) > >> >> > Java version: 1.6.0_18 > >> >> > Java home: /opt/jdk1.6.0_18/jre > >> >> > Default locale: en_US, platform encoding: UTF-8 > >> >> > OS name: "linux" version: "2.6.31-17-generic" arch: "amd64" Family: > >> >> > "unix" > >> >> > > >> >> > Thanks, > >> >> > Ruwan > >> >> > > >> >> > -- > >> >> > Ruwan Linton > >> >> > Technical Lead & Product Manager; WSO2 ESB; http://wso2.org/esb > >> >> > WSO2 Inc.; http://wso2.org > >> >> > email: ruwan@wso2.com; cell: +94 77 341 3097 > >> >> > blog: http://ruwansblog.blogspot.com > >> >> > > >> > > >> > > >> > > >> > -- > >> > Ruwan Linton > >> > Technical Lead & Product Manager; WSO2 ESB; http://wso2.org/esb > >> > WSO2 Inc.; http://wso2.org > >> > email: ruwan@wso2.com; cell: +94 77 341 3097 > >> > blog: http://ruwansblog.blogspot.com > >> > > > > > > > > > -- > > Ruwan Linton > > Technical Lead & Product Manager; WSO2 ESB; http://wso2.org/esb > > WSO2 Inc.; http://wso2.org > > email: ruwan@wso2.com; cell: +94 77 341 3097 > > blog: http://ruwansblog.blogspot.com > > > -- Ruwan Linton Technical Lead & Product Manager; WSO2 ESB; http://wso2.org/esb WSO2 Inc.; http://wso2.org email: ruwan@wso2.com; cell: +94 77 341 3097 blog: http://ruwansblog.blogspot.com --0016e64b8f322f2c97047e0756f4 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Andreas,

I drilled down the problem to not compiling the following t= est packages of jaxws-integration module on my machine;

org.apache.a= xis2.jaxws.type_substitution

Because of this the classes that are re= quired for the AppleFinderService creating ant task is missing and cause th= e above error. I wonder whether the '_' character in the package na= me causes this issue.

Trying to resolve the issue.

Thanks,
Ruwan

On Tue, Jan 26, 2010 at 3:29 AM, Andreas Veithen <andreas.veithen@g= mail.com> wrote:
Ruwan,

I just tested with the following combination, which is very close to
what you have (except for the OS):

Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
Java version: 1.6.0_17
Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home<= br> Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x" version: "10.5.8" arch: "x86_6= 4" Family: "mac"

Result: the build succeeds without any problems, so we still have no
clue what causes this issue.

Andreas

On Mon, Jan 25, 2010 at 17:37, Ruwan Linton <ruwan.linton@gmail.com> wrote:
>
>
> On Mon, Jan 25, 2010 at 9:03 PM, Andreas Veithen <andreas.veithen@gmail.com>
> wrote:
>>
>> On Mon, Jan 25, 2010 at 15:30, Ruwan Linton <ruwan.linton@gmail.com>
>> wrote:
>> > Andreas,
>> >
>> > I don't have maven 2.0 right now to test this, but I was = having this
>> > issue
>> > with maven 2.1.0 and JDK 1.5 as well. Does this means that yo= u are not
>> > getting this failure on maven 2.0 and JDK 1.5??
>>
>> I've never seen the AppleFinderService failure myself, and I u= se Maven
>> 2.0 with JDK 1.5. Searching the mailing list archives for
>> "AppleFinderService" indicates that the issue only occur= s in
>> particular build environments, since for most people the build jus= t
>> runs fine.
>>
>> > Anyway if this is failing on at least one environment we shou= ld get that
>> > fixed.
>>
>> +1, but to be able to fix it, we first need to reproduce it. If I = get
>> the time later today, I will try the build with Maven 2.2 and JDK = 1.6.
>
> Thanks, at the same time I am trying to fix it at my end too.
>
> Ruwan
>
>>
>> > Thanks,
>> > Ruwan
>> >
>> > On Mon, Jan 25, 2010 at 2:30 PM, Andreas Veithen
>> > <andreas.veit= hen@gmail.com>
>> > wrote:
>> >>
>> >> It is a known issue in the sense that several people comp= lained about
>> >> it, but AFAIK until now, nobody ever provided detailed in= formation
>> >> about it. Do you also experience that failure with Maven = 2.0 and JDK
>> >> 1.5?
>> >>
>> >> Andreas
>> >>
>> >> On Mon, Jan 25, 2010 at 03:47, Ruwan Linton <ruwan.linton@gmail.com>
>> >> wrote:
>> >> > Folks,
>> >> >
>> >> > I cannot do a "mvn clean install" on the r= oot of the axis2 build,
>> >> > which
>> >> > blames me for a missing AppleFinderService. Is this = a known issue, if
>> >> > so
>> >> > why
>> >> > don't we get this fixed.
>> >> >
>> >> > My build environment is;
>> >> > mvn --version
>> >> > Apache Maven 2.2.1 (r801777; 2009-08-07 01:16:01+060= 0)
>> >> > Java version: 1.6.0_18
>> >> > Java home: /opt/jdk1.6.0_18/jre
>> >> > Default locale: en_US, platform encoding: UTF-8
>> >> > OS name: "linux" version: "2.6.31-17-= generic" arch: "amd64" Family:
>> >> > "unix"
>> >> >
>> >> > Thanks,
>> >> > Ruwan
>> >> >
>> >> > --
>> >> > Ruwan Linton
>> >> > Technical Lead & Product Manager; WSO2 ESB; http://wso2.org/esb
>> >> > WSO2 Inc.; http://wso2.org
>> >> > email: ruwan@wso2.= com; cell: +94 77 341 3097
>> >> > blog: http://ruwansblog.blogspot.com
>> >> >
>> >
>> >
>> >
>> > --
>> > Ruwan Linton
>> > Technical Lead & Product Manager; WSO2 ESB; http://wso2.org/esb
>> > WSO2 Inc.; http= ://wso2.org
>> > email: ruwan@wso2.com; = cell: +94 77 341 3097
>> > blog: http://ruwansblog.blogspot.com
>> >
>
>
>
> --
> Ruwan Linton
> Technical Lead & Product Manager; WSO2 ESB; http://wso2.org/esb
> WSO2 Inc.; http://wso2.o= rg
> email: ruwan@wso2.com; cell: +94= 77 341 3097
> blog: htt= p://ruwansblog.blogspot.com
>



--
Ruwan Linto= n
Technical Lead & Product Manager; WSO2 ESB; http://wso2.org/esb
WSO2 Inc.; http://wso2.org
email: ruwan@wso2.com; cell: +94 77 3= 41 3097
blog: http://ruwansbl= og.blogspot.com
--0016e64b8f322f2c97047e0756f4--