You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Thilina Mahesh Buddhika <th...@gmail.com> on 2009/06/30 14:09:49 UTC

Axis2 Build Failure

Hi all,

I am experiencing a build failure in Axis2 trunk(revision 789668) due to
some test failures. I am attaching the failed test information herewith.

---------------------------------------------------------------------------------------------------------------------------------------------------------
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec

Results :

Failed tests:

testConvertCalendarToString(org.apache.axis2.databinding.utils.ConverterUtilTest)

Tests run: 60, Failures: 1, Errors: 0, Skipped: 0
---------------------------------------------------------------------------------------------------------------------------------------------------------

thanks.
/thilina


E-Mail         : thilinamb@gmail.com
I blog here : http://thilinamb.com

Re: Axis2 Build Failure

Posted by Andreas Veithen <an...@gmail.com>.
One of the most common reasons for test failures in a build that runs
perfectly well on other machines is the presence of spaces in the
absolute path of the directory containing the source tree (happened to
me a few days ago when I wanted to show to a colleague how easy it is
to use Hudson to set up continuous integration for a Maven
project...). Can you check this?

Andreas

On Sun, Aug 9, 2009 at 23:39, Davanum Srinivas<da...@gmail.com> wrote:
> Please create a JIRA and upload logs and information on your environment
>
> thanks,
> dims
>
> On 08/09/2009 01:39 PM, Hiranya Jayathilaka wrote:
>>
>> On Sun, Aug 9, 2009 at 9:49 PM, Andreas Veithen
>> <an...@gmail.com>wrote:
>>
>>> As I said earlier, if somebody could post more information about the
>>> build failure, maybe we could do something about it...
>>
>>
>> The problem with the jaxws-integration module is that one of the resources
>> named 'AppleFinderService' required by the builder is no longer in the
>> trunk.
>>
>> Thanks,
>> Hiranya
>>
>>
>>>
>>>
>>> Andreas
>>>
>>> On Sun, Aug 9, 2009 at 08:10, Hiranya Jayathilaka<hi...@gmail.com>
>>> wrote:
>>>>
>>>>
>>>> On Sat, Aug 8, 2009 at 11:21 PM, Pradeep Fernando<pr...@gmail.com>
>>>> wrote:
>>>>>
>>>>> hi devs,
>>>>>
>>>>> I tried to buid the axis2(revision 802424)  but failed. The error is
>>>
>>> same
>>>>>
>>>>> as mentioned by thilina. This is the first time i'm building this in
>>>
>>> this
>>>>>
>>>>> machine.so i couldnt build without testcases due to that famous
>>>>> applefinder.... test case.
>>>>
>>>> When I have to build Axis2 trunk off a clean Maven repo I usually
>>>> comment
>>>> out the jaxws-integration module from the top level pom.xml and build
>>>
>>> Axis2
>>>>
>>>> with tests skipped. I agree that it is not the most elegant solution but
>>>> it's good enough if all you need is an Axis2 snapshot binary to try
>>>> something out.
>>>> Thanks,
>>>> Hiranya
>>>>
>>>>>
>>>>> thilina, how did you get around this error?
>>>>>
>>>>> thanks.
>>>>> pradeep
>>>>
>>>>
>>>>
>>>> --
>>>> Hiranya Jayathilaka
>>>> Software Engineer;
>>>> WSO2 Inc.;  http://wso2.org
>>>> E-mail: hiranya@wso2.com;  Mobile: +94 77 633 3491
>>>> Blog: http://techfeast-hiranya.blogspot.com
>>>>
>>>
>>
>>
>>
>

Re: Axis2 Build Failure

Posted by Pradeep Fernando <pr...@gmail.com>.
since the error logs attached by hiranya didnot contain the error i 'm
experiencing, i have attached my error log with surefire reports.

thanks,
pradeep fernando

On Mon, Aug 10, 2009 at 2:04 PM, Hiranya Jayathilaka
<hi...@gmail.com>wrote:

>
>
> On Mon, Aug 10, 2009 at 3:09 AM, Davanum Srinivas <da...@gmail.com>wrote:
>
>> Please create a JIRA and upload logs and information on your environment
>
>
> Done. See AXIS2-4460.
>
> Thanks,
> Hiranya
>
>
>>
>> thanks,
>> dims
>>
>>
>> On 08/09/2009 01:39 PM, Hiranya Jayathilaka wrote:
>>
>>> On Sun, Aug 9, 2009 at 9:49 PM, Andreas Veithen
>>> <an...@gmail.com>wrote:
>>>
>>>  As I said earlier, if somebody could post more information about the
>>>> build failure, maybe we could do something about it...
>>>>
>>>
>>>
>>> The problem with the jaxws-integration module is that one of the
>>> resources
>>> named 'AppleFinderService' required by the builder is no longer in the
>>> trunk.
>>>
>>> Thanks,
>>> Hiranya
>>>
>>>
>>>
>>>>
>>>> Andreas
>>>>
>>>> On Sun, Aug 9, 2009 at 08:10, Hiranya Jayathilaka<hi...@gmail.com>
>>>> wrote:
>>>>
>>>>>
>>>>>
>>>>> On Sat, Aug 8, 2009 at 11:21 PM, Pradeep Fernando<pr...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>>
>>>>>> hi devs,
>>>>>>
>>>>>> I tried to buid the axis2(revision 802424)  but failed. The error is
>>>>>>
>>>>> same
>>>>
>>>>> as mentioned by thilina. This is the first time i'm building this in
>>>>>>
>>>>> this
>>>>
>>>>> machine.so i couldnt build without testcases due to that famous
>>>>>> applefinder.... test case.
>>>>>>
>>>>>
>>>>> When I have to build Axis2 trunk off a clean Maven repo I usually
>>>>> comment
>>>>> out the jaxws-integration module from the top level pom.xml and build
>>>>>
>>>> Axis2
>>>>
>>>>> with tests skipped. I agree that it is not the most elegant solution
>>>>> but
>>>>> it's good enough if all you need is an Axis2 snapshot binary to try
>>>>> something out.
>>>>> Thanks,
>>>>> Hiranya
>>>>>
>>>>>
>>>>>> thilina, how did you get around this error?
>>>>>>
>>>>>> thanks.
>>>>>> pradeep
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Hiranya Jayathilaka
>>>>> Software Engineer;
>>>>> WSO2 Inc.;  http://wso2.org
>>>>> E-mail: hiranya@wso2.com;  Mobile: +94 77 633 3491
>>>>> Blog: http://techfeast-hiranya.blogspot.com
>>>>>
>>>>>
>>>>
>>>
>>>
>>>
>
>
> --
> Hiranya Jayathilaka
> Software Engineer;
> WSO2 Inc.;  http://wso2.org
> E-mail: hiranya@wso2.com;  Mobile: +94 77 633 3491
> Blog: http://techfeast-hiranya.blogspot.com
>



-- 
Pradeep Fernando.
UOM.

Re: Axis2 Build Failure

Posted by Hiranya Jayathilaka <hi...@gmail.com>.
On Mon, Aug 10, 2009 at 3:09 AM, Davanum Srinivas <da...@gmail.com> wrote:

> Please create a JIRA and upload logs and information on your environment


Done. See AXIS2-4460.

Thanks,
Hiranya


>
> thanks,
> dims
>
>
> On 08/09/2009 01:39 PM, Hiranya Jayathilaka wrote:
>
>> On Sun, Aug 9, 2009 at 9:49 PM, Andreas Veithen
>> <an...@gmail.com>wrote:
>>
>>  As I said earlier, if somebody could post more information about the
>>> build failure, maybe we could do something about it...
>>>
>>
>>
>> The problem with the jaxws-integration module is that one of the resources
>> named 'AppleFinderService' required by the builder is no longer in the
>> trunk.
>>
>> Thanks,
>> Hiranya
>>
>>
>>
>>>
>>> Andreas
>>>
>>> On Sun, Aug 9, 2009 at 08:10, Hiranya Jayathilaka<hi...@gmail.com>
>>> wrote:
>>>
>>>>
>>>>
>>>> On Sat, Aug 8, 2009 at 11:21 PM, Pradeep Fernando<pr...@gmail.com>
>>>> wrote:
>>>>
>>>>>
>>>>> hi devs,
>>>>>
>>>>> I tried to buid the axis2(revision 802424)  but failed. The error is
>>>>>
>>>> same
>>>
>>>> as mentioned by thilina. This is the first time i'm building this in
>>>>>
>>>> this
>>>
>>>> machine.so i couldnt build without testcases due to that famous
>>>>> applefinder.... test case.
>>>>>
>>>>
>>>> When I have to build Axis2 trunk off a clean Maven repo I usually
>>>> comment
>>>> out the jaxws-integration module from the top level pom.xml and build
>>>>
>>> Axis2
>>>
>>>> with tests skipped. I agree that it is not the most elegant solution but
>>>> it's good enough if all you need is an Axis2 snapshot binary to try
>>>> something out.
>>>> Thanks,
>>>> Hiranya
>>>>
>>>>
>>>>> thilina, how did you get around this error?
>>>>>
>>>>> thanks.
>>>>> pradeep
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Hiranya Jayathilaka
>>>> Software Engineer;
>>>> WSO2 Inc.;  http://wso2.org
>>>> E-mail: hiranya@wso2.com;  Mobile: +94 77 633 3491
>>>> Blog: http://techfeast-hiranya.blogspot.com
>>>>
>>>>
>>>
>>
>>
>>


-- 
Hiranya Jayathilaka
Software Engineer;
WSO2 Inc.;  http://wso2.org
E-mail: hiranya@wso2.com;  Mobile: +94 77 633 3491
Blog: http://techfeast-hiranya.blogspot.com

Re: Axis2 Build Failure

Posted by Davanum Srinivas <da...@gmail.com>.
Please create a JIRA and upload logs and information on your environment

thanks,
dims

On 08/09/2009 01:39 PM, Hiranya Jayathilaka wrote:
> On Sun, Aug 9, 2009 at 9:49 PM, Andreas Veithen
> <an...@gmail.com>wrote:
>
>> As I said earlier, if somebody could post more information about the
>> build failure, maybe we could do something about it...
>
>
> The problem with the jaxws-integration module is that one of the resources
> named 'AppleFinderService' required by the builder is no longer in the
> trunk.
>
> Thanks,
> Hiranya
>
>
>>
>>
>> Andreas
>>
>> On Sun, Aug 9, 2009 at 08:10, Hiranya Jayathilaka<hi...@gmail.com>
>> wrote:
>>>
>>>
>>> On Sat, Aug 8, 2009 at 11:21 PM, Pradeep Fernando<pr...@gmail.com>
>>> wrote:
>>>>
>>>> hi devs,
>>>>
>>>> I tried to buid the axis2(revision 802424)  but failed. The error is
>> same
>>>> as mentioned by thilina. This is the first time i'm building this in
>> this
>>>> machine.so i couldnt build without testcases due to that famous
>>>> applefinder.... test case.
>>>
>>> When I have to build Axis2 trunk off a clean Maven repo I usually comment
>>> out the jaxws-integration module from the top level pom.xml and build
>> Axis2
>>> with tests skipped. I agree that it is not the most elegant solution but
>>> it's good enough if all you need is an Axis2 snapshot binary to try
>>> something out.
>>> Thanks,
>>> Hiranya
>>>
>>>>
>>>> thilina, how did you get around this error?
>>>>
>>>> thanks.
>>>> pradeep
>>>
>>>
>>>
>>> --
>>> Hiranya Jayathilaka
>>> Software Engineer;
>>> WSO2 Inc.;  http://wso2.org
>>> E-mail: hiranya@wso2.com;  Mobile: +94 77 633 3491
>>> Blog: http://techfeast-hiranya.blogspot.com
>>>
>>
>
>
>

Re: Axis2 Build Failure

Posted by Hiranya Jayathilaka <hi...@gmail.com>.
On Sun, Aug 9, 2009 at 9:49 PM, Andreas Veithen
<an...@gmail.com>wrote:

> As I said earlier, if somebody could post more information about the
> build failure, maybe we could do something about it...


The problem with the jaxws-integration module is that one of the resources
named 'AppleFinderService' required by the builder is no longer in the
trunk.

Thanks,
Hiranya


>
>
> Andreas
>
> On Sun, Aug 9, 2009 at 08:10, Hiranya Jayathilaka<hi...@gmail.com>
> wrote:
> >
> >
> > On Sat, Aug 8, 2009 at 11:21 PM, Pradeep Fernando <pr...@gmail.com>
> > wrote:
> >>
> >> hi devs,
> >>
> >> I tried to buid the axis2(revision 802424)  but failed. The error is
> same
> >> as mentioned by thilina. This is the first time i'm building this in
> this
> >> machine.so i couldnt build without testcases due to that famous
> >> applefinder.... test case.
> >
> > When I have to build Axis2 trunk off a clean Maven repo I usually comment
> > out the jaxws-integration module from the top level pom.xml and build
> Axis2
> > with tests skipped. I agree that it is not the most elegant solution but
> > it's good enough if all you need is an Axis2 snapshot binary to try
> > something out.
> > Thanks,
> > Hiranya
> >
> >>
> >> thilina, how did you get around this error?
> >>
> >> thanks.
> >> pradeep
> >
> >
> >
> > --
> > Hiranya Jayathilaka
> > Software Engineer;
> > WSO2 Inc.;  http://wso2.org
> > E-mail: hiranya@wso2.com;  Mobile: +94 77 633 3491
> > Blog: http://techfeast-hiranya.blogspot.com
> >
>



-- 
Hiranya Jayathilaka
Software Engineer;
WSO2 Inc.;  http://wso2.org
E-mail: hiranya@wso2.com;  Mobile: +94 77 633 3491
Blog: http://techfeast-hiranya.blogspot.com

Re: Axis2 Build Failure

Posted by Andreas Veithen <an...@gmail.com>.
As I said earlier, if somebody could post more information about the
build failure, maybe we could do something about it...

Andreas

On Sun, Aug 9, 2009 at 08:10, Hiranya Jayathilaka<hi...@gmail.com> wrote:
>
>
> On Sat, Aug 8, 2009 at 11:21 PM, Pradeep Fernando <pr...@gmail.com>
> wrote:
>>
>> hi devs,
>>
>> I tried to buid the axis2(revision 802424)  but failed. The error is same
>> as mentioned by thilina. This is the first time i'm building this in this
>> machine.so i couldnt build without testcases due to that famous
>> applefinder.... test case.
>
> When I have to build Axis2 trunk off a clean Maven repo I usually comment
> out the jaxws-integration module from the top level pom.xml and build Axis2
> with tests skipped. I agree that it is not the most elegant solution but
> it's good enough if all you need is an Axis2 snapshot binary to try
> something out.
> Thanks,
> Hiranya
>
>>
>> thilina, how did you get around this error?
>>
>> thanks.
>> pradeep
>
>
>
> --
> Hiranya Jayathilaka
> Software Engineer;
> WSO2 Inc.;  http://wso2.org
> E-mail: hiranya@wso2.com;  Mobile: +94 77 633 3491
> Blog: http://techfeast-hiranya.blogspot.com
>

Re: Axis2 Build Failure

Posted by Hiranya Jayathilaka <hi...@gmail.com>.
On Sat, Aug 8, 2009 at 11:21 PM, Pradeep Fernando <pr...@gmail.com>wrote:

> hi devs,
>
> I tried to buid the axis2(revision 802424)  but failed. The error is same
> as mentioned by thilina. This is the first time i'm building this in this
> machine.so i couldnt build without testcases due to that famous
> applefinder.... test case.


When I have to build Axis2 trunk off a clean Maven repo I usually comment
out the jaxws-integration module from the top level pom.xml and build Axis2
with tests skipped. I agree that it is not the most elegant solution but
it's good enough if all you need is an Axis2 snapshot binary to try
something out.

Thanks,
Hiranya


>
> thilina, how did you get around this error?
>
> thanks.
> pradeep
>



-- 
Hiranya Jayathilaka
Software Engineer;
WSO2 Inc.;  http://wso2.org
E-mail: hiranya@wso2.com;  Mobile: +94 77 633 3491
Blog: http://techfeast-hiranya.blogspot.com

Re: Axis2 Build Failure

Posted by Andreas Veithen <an...@gmail.com>.
If somebody could post some more detailed information, maybe we will
be able to figure out what happens.

Andreas

On Sat, Aug 8, 2009 at 19:51, Pradeep Fernando<pr...@gmail.com> wrote:
> hi devs,
>
> I tried to buid the axis2(revision 802424)  but failed. The error is same as
> mentioned by thilina. This is the first time i'm building this in this
> machine.so i couldnt build without testcases due to that famous
> applefinder.... test case.
> thilina, how did you get around this error?
>
> thanks.
> pradeep
>

Re: Axis2 Build Failure

Posted by Pradeep Fernando <pr...@gmail.com>.
hi devs,

I tried to buid the axis2(revision 802424)  but failed. The error is same as
mentioned by thilina. This is the first time i'm building this in this
machine.so i couldnt build without testcases due to that famous
applefinder.... test case.
thilina, how did you get around this error?

thanks.
pradeep

Re: Axis2 Build Failure

Posted by Deepal Jayasinghe <de...@gmail.com>.
I did a complete build yesterday and I did not find any issues with the build.

Thanks,
Deepal

On Wed, Jul 1, 2009 at 2:30 PM, Andreas
Veithen<an...@gmail.com> wrote:
> Thilina,
>
> Can you post the content of the following file?
>
> modules/adb/target/surefire-reports/org.apache.axis2.databinding.utils.ConverterUtilTest.txt
>
> This should give us more information about the failure.
>
> Andreas
>
> On Wed, Jul 1, 2009 at 09:00, Thilina Mahesh
> Buddhika<th...@gmail.com> wrote:
>> Hi Andreas,
>>
>> Sorry, I have missed the attachment in the previous mail. The detailed test
>> info. is pasted below.
>>
>> Running org.apache.axis2.databinding.utils.ConverterUtilTest
>> String   ==> 2007-02-15T14:54:29
>> calendar ==> 2007-02-15T14:54:29.000+0530
>> calendar ==> 2007-02-15T14:54:29.000+05:30
>> String   ==> 2007-02-15T14:54:29.399
>> calendar ==> 2007-02-15T14:54:29.399+0530
>> calendar ==> 2007-02-15T14:54:29.399+05:30
>> String   ==> 2007-02-15T14:54:29+05:30
>> calendar ==> 2007-02-15T14:54:29.000+0530
>> calendar ==> 2007-02-15T14:54:29.000+05:30
>> String   ==> 2007-02-15T14:54:29.399+05:30
>> calendar ==> 2007-02-15T14:54:29.399+0530
>> calendar ==> 2007-02-15T14:54:29.399+05:30
>> String   ==> 2007-02-15T14:54:29Z
>> calendar ==> 2007-02-15T20:24:29.000+0530
>> calendar ==> 2007-02-15T14:54:29.000+00:00
>> String   ==> 2007-02-15T14:54:29.399Z
>> calendar ==> 2007-02-15T20:24:29.399+0530
>> calendar ==> 2007-02-15T14:54:29.399+00:00
>> String   ==> 2006-12-11T23:57:16.625Z
>> calendar ==> 2006-12-11T23:57:16.625+0000
>> calendar ==> 2006-12-11T23:57:16.625+00:00
>> String   ==> 2007-02-15T14:54:29.399-05:30
>> calendar ==> 2007-02-15T20:24:29.399+0000
>> calendar ==> 2007-02-15T14:54:29.399-05:30
>> Date ==> 2009-07-01+05:30
>> String   ==> 2007-02-15
>> calendar ==> 2007-02-15+0530
>> calendar ==> 2007-02-15+05:30
>> String   ==> 2007-02-15Z
>> calendar ==> 2007-02-15+0530
>> calendar ==> 2007-02-15+05:30
>> String   ==> 2007-02-15+05:30
>> calendar ==> 2007-02-15+0530
>> calendar ==> 2007-02-15+05:30
>> String   ==> 2007-02-15-12:30
>> calendar ==> 2007-02-15+0530
>> calendar ==> 2007-02-15+05:30
>> Tests run: 7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
>> <<< FAILURE!
>>
>>
>> Thanks.
>> thilina.
>>
>>
>> E-Mail         : thilinamb@gmail.com
>> I blog here : http://thilinamb.com
>>
>>
>> On Tue, Jun 30, 2009 at 11:07 PM, Andreas Veithen
>> <an...@gmail.com> wrote:
>>>
>>> Thilina,
>>>
>>> Apparently the attachment with the detailed test information got lost.
>>>
>>> Andreas
>>>
>>> On Tue, Jun 30, 2009 at 14:09, Thilina Mahesh
>>> Buddhika<th...@gmail.com> wrote:
>>> > Hi all,
>>> >
>>> > I am experiencing a build failure in Axis2 trunk(revision 789668) due to
>>> > some test failures. I am attaching the failed test information herewith.
>>> >
>>> >
>>> > ---------------------------------------------------------------------------------------------------------------------------------------------------------
>>> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032
>>> > sec
>>> >
>>> > Results :
>>> >
>>> > Failed tests:
>>> >
>>> >
>>> > testConvertCalendarToString(org.apache.axis2.databinding.utils.ConverterUtilTest)
>>> >
>>> > Tests run: 60, Failures: 1, Errors: 0, Skipped: 0
>>> >
>>> > ---------------------------------------------------------------------------------------------------------------------------------------------------------
>>> >
>>> > thanks.
>>> > /thilina
>>> >
>>> >
>>> > E-Mail         : thilinamb@gmail.com
>>> > I blog here : http://thilinamb.com
>>> >
>>
>>
>

Re: Axis2 Build Failure

Posted by Andreas Veithen <an...@gmail.com>.
Thilina,

Can you post the content of the following file?

modules/adb/target/surefire-reports/org.apache.axis2.databinding.utils.ConverterUtilTest.txt

This should give us more information about the failure.

Andreas

On Wed, Jul 1, 2009 at 09:00, Thilina Mahesh
Buddhika<th...@gmail.com> wrote:
> Hi Andreas,
>
> Sorry, I have missed the attachment in the previous mail. The detailed test
> info. is pasted below.
>
> Running org.apache.axis2.databinding.utils.ConverterUtilTest
> String   ==> 2007-02-15T14:54:29
> calendar ==> 2007-02-15T14:54:29.000+0530
> calendar ==> 2007-02-15T14:54:29.000+05:30
> String   ==> 2007-02-15T14:54:29.399
> calendar ==> 2007-02-15T14:54:29.399+0530
> calendar ==> 2007-02-15T14:54:29.399+05:30
> String   ==> 2007-02-15T14:54:29+05:30
> calendar ==> 2007-02-15T14:54:29.000+0530
> calendar ==> 2007-02-15T14:54:29.000+05:30
> String   ==> 2007-02-15T14:54:29.399+05:30
> calendar ==> 2007-02-15T14:54:29.399+0530
> calendar ==> 2007-02-15T14:54:29.399+05:30
> String   ==> 2007-02-15T14:54:29Z
> calendar ==> 2007-02-15T20:24:29.000+0530
> calendar ==> 2007-02-15T14:54:29.000+00:00
> String   ==> 2007-02-15T14:54:29.399Z
> calendar ==> 2007-02-15T20:24:29.399+0530
> calendar ==> 2007-02-15T14:54:29.399+00:00
> String   ==> 2006-12-11T23:57:16.625Z
> calendar ==> 2006-12-11T23:57:16.625+0000
> calendar ==> 2006-12-11T23:57:16.625+00:00
> String   ==> 2007-02-15T14:54:29.399-05:30
> calendar ==> 2007-02-15T20:24:29.399+0000
> calendar ==> 2007-02-15T14:54:29.399-05:30
> Date ==> 2009-07-01+05:30
> String   ==> 2007-02-15
> calendar ==> 2007-02-15+0530
> calendar ==> 2007-02-15+05:30
> String   ==> 2007-02-15Z
> calendar ==> 2007-02-15+0530
> calendar ==> 2007-02-15+05:30
> String   ==> 2007-02-15+05:30
> calendar ==> 2007-02-15+0530
> calendar ==> 2007-02-15+05:30
> String   ==> 2007-02-15-12:30
> calendar ==> 2007-02-15+0530
> calendar ==> 2007-02-15+05:30
> Tests run: 7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
> <<< FAILURE!
>
>
> Thanks.
> thilina.
>
>
> E-Mail         : thilinamb@gmail.com
> I blog here : http://thilinamb.com
>
>
> On Tue, Jun 30, 2009 at 11:07 PM, Andreas Veithen
> <an...@gmail.com> wrote:
>>
>> Thilina,
>>
>> Apparently the attachment with the detailed test information got lost.
>>
>> Andreas
>>
>> On Tue, Jun 30, 2009 at 14:09, Thilina Mahesh
>> Buddhika<th...@gmail.com> wrote:
>> > Hi all,
>> >
>> > I am experiencing a build failure in Axis2 trunk(revision 789668) due to
>> > some test failures. I am attaching the failed test information herewith.
>> >
>> >
>> > ---------------------------------------------------------------------------------------------------------------------------------------------------------
>> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032
>> > sec
>> >
>> > Results :
>> >
>> > Failed tests:
>> >
>> >
>> > testConvertCalendarToString(org.apache.axis2.databinding.utils.ConverterUtilTest)
>> >
>> > Tests run: 60, Failures: 1, Errors: 0, Skipped: 0
>> >
>> > ---------------------------------------------------------------------------------------------------------------------------------------------------------
>> >
>> > thanks.
>> > /thilina
>> >
>> >
>> > E-Mail         : thilinamb@gmail.com
>> > I blog here : http://thilinamb.com
>> >
>
>

Re: Axis2 Build Failure

Posted by Thilina Mahesh Buddhika <th...@gmail.com>.
Hi Andreas,

Sorry, I have missed the attachment in the previous mail. The detailed test
info. is pasted below.

Running org.apache.axis2.databinding.utils.ConverterUtilTest
String   ==> 2007-02-15T14:54:29
calendar ==> 2007-02-15T14:54:29.000+0530
calendar ==> 2007-02-15T14:54:29.000+05:30
String   ==> 2007-02-15T14:54:29.399
calendar ==> 2007-02-15T14:54:29.399+0530
calendar ==> 2007-02-15T14:54:29.399+05:30
String   ==> 2007-02-15T14:54:29+05:30
calendar ==> 2007-02-15T14:54:29.000+0530
calendar ==> 2007-02-15T14:54:29.000+05:30
String   ==> 2007-02-15T14:54:29.399+05:30
calendar ==> 2007-02-15T14:54:29.399+0530
calendar ==> 2007-02-15T14:54:29.399+05:30
String   ==> 2007-02-15T14:54:29Z
calendar ==> 2007-02-15T20:24:29.000+0530
calendar ==> 2007-02-15T14:54:29.000+00:00
String   ==> 2007-02-15T14:54:29.399Z
calendar ==> 2007-02-15T20:24:29.399+0530
calendar ==> 2007-02-15T14:54:29.399+00:00
String   ==> 2006-12-11T23:57:16.625Z
calendar ==> 2006-12-11T23:57:16.625+0000
calendar ==> 2006-12-11T23:57:16.625+00:00
String   ==> 2007-02-15T14:54:29.399-05:30
calendar ==> 2007-02-15T20:24:29.399+0000
calendar ==> 2007-02-15T14:54:29.399-05:30
Date ==> 2009-07-01+05:30
String   ==> 2007-02-15
calendar ==> 2007-02-15+0530
calendar ==> 2007-02-15+05:30
String   ==> 2007-02-15Z
calendar ==> 2007-02-15+0530
calendar ==> 2007-02-15+05:30
String   ==> 2007-02-15+05:30
calendar ==> 2007-02-15+0530
calendar ==> 2007-02-15+05:30
String   ==> 2007-02-15-12:30
calendar ==> 2007-02-15+0530
calendar ==> 2007-02-15+05:30
Tests run: 7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
<<< FAILURE!


Thanks.
thilina.


E-Mail         : thilinamb@gmail.com
I blog here : http://thilinamb.com


On Tue, Jun 30, 2009 at 11:07 PM, Andreas Veithen <andreas.veithen@gmail.com
> wrote:

> Thilina,
>
> Apparently the attachment with the detailed test information got lost.
>
> Andreas
>
> On Tue, Jun 30, 2009 at 14:09, Thilina Mahesh
> Buddhika<th...@gmail.com> wrote:
> > Hi all,
> >
> > I am experiencing a build failure in Axis2 trunk(revision 789668) due to
> > some test failures. I am attaching the failed test information herewith.
> >
> >
> ---------------------------------------------------------------------------------------------------------------------------------------------------------
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
> >
> > Results :
> >
> > Failed tests:
> >
> >
> testConvertCalendarToString(org.apache.axis2.databinding.utils.ConverterUtilTest)
> >
> > Tests run: 60, Failures: 1, Errors: 0, Skipped: 0
> >
> ---------------------------------------------------------------------------------------------------------------------------------------------------------
> >
> > thanks.
> > /thilina
> >
> >
> > E-Mail         : thilinamb@gmail.com
> > I blog here : http://thilinamb.com
> >
>

Re: Axis2 Build Failure

Posted by Andreas Veithen <an...@gmail.com>.
Thilina,

Apparently the attachment with the detailed test information got lost.

Andreas

On Tue, Jun 30, 2009 at 14:09, Thilina Mahesh
Buddhika<th...@gmail.com> wrote:
> Hi all,
>
> I am experiencing a build failure in Axis2 trunk(revision 789668) due to
> some test failures. I am attaching the failed test information herewith.
>
> ---------------------------------------------------------------------------------------------------------------------------------------------------------
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
>
> Results :
>
> Failed tests:
>
> testConvertCalendarToString(org.apache.axis2.databinding.utils.ConverterUtilTest)
>
> Tests run: 60, Failures: 1, Errors: 0, Skipped: 0
> ---------------------------------------------------------------------------------------------------------------------------------------------------------
>
> thanks.
> /thilina
>
>
> E-Mail         : thilinamb@gmail.com
> I blog here : http://thilinamb.com
>