You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Lin Sun <li...@gmail.com> on 2006/12/29 16:24:36 UTC

[Axis2] building Axis2

Hello there,

I am new to the list and I just checked out Axis2\trunk\java.   I followed
this Axis2 development page (http://ws.apache.org/axis2/svn.html) and typed
'maven' to kick off the build.    I am getting the following error when
attempting to build Axis2 using Maven1.
 

BUILD FAILED

File...... C:\Documents and
Settings\Administrator\.maven\cache\maven-multiproje

ct-plugin-1.5-SNAPSHOT\plugin.jelly

Element... maven:reactor

Line...... 227

Column.... -1

Unable to obtain goal [multiproject:install-callback] -- C:\Documents and
Settin

gs\Administrator\.maven\cache\maven-test-plugin-1.8.1-SNAPSHOT\plugin.jelly:
155:

-1: <junit> Test org.apache.axis2.engine.EchoRawXMLMultipleTest failed

Total time   : 17 minutes 47 seconds

Finished at  : Friday, December 22, 2006 1:10:45 PM EST

 

Should I skip test during the build?  Thanks, Lin


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: [Axis2] building Axis2

Posted by Davanum Srinivas <da...@gmail.com>.
I can confim a good build this morning of Axis2 trunk.

thanks,
dims

On 1/9/07, Thilina Gunarathne <cs...@gmail.com> wrote:
> Hi Lin,
> We've been working on a 1.1.1 release, which will hopefully be released today..
>
> In my case, I was working in both 1.1 branch as well as in the trunk.
> I did not experience issues in either of them.
>
> Please try doing a maven clean followed by an online build.
>
> Thanks,
> Thilina
>
>
> On 1/10/07, Lin Sun <li...@gmail.com> wrote:
> > Hi Deepal, ok, I can run a 1.1 branch build.  From Axis 2 website, it said
> > Axis2/java version 1.1 is released last Nov.  So I had thought the Axis2
> > team is working on trunk instead.
> >
> > Thanks.
> >
> > Lin
> >
> > -----Original Message-----
> > From: Deepal Jayasinghe [mailto:deepal@opensource.lk]
> > Sent: Monday, January 08, 2007 11:21 PM
> > To: axis-user@ws.apache.org
> > Subject: Re: [Axis2] building Axis2
> >
> > Hi Lin Sun ;
> >
> > These days we are completely working in 1.1 branch and do not pay much
> > attention to the trunk , anyway I will check that and try to help you to
> > solve the issue.
> >
> >
> > Thanks
> > Deepal
> >
> > >Hi Deepal,
> > >
> > >I updated the code to the latest and reran the build.  Still got the same
> > >error on org.apache.axis2.engine.EchoRawXMLMultipleTest.  Here's my report
> > >file (TEST-org.apache.axis2.engine.EchoRawXMLMultipleTest.txt):
> > >
> > >Testsuite: org.apache.axis2.engine.EchoRawXMLMultipleTest
> > >Tests run: 4, Failures: 0, Errors: 1, Time elapsed: 67.781 sec
> > >
> > >------------- Standard Output ---------------
> > >Server started on port 5555.....[SimpleHTTPServer] Stop called
> > >[SimpleHTTPServer] Stop called
> > >Server stopped .....[SimpleHTTPServer] Stop called
> > >------------- ---------------- ---------------
> > >------------- Standard Error -----------------
> > >log4j:WARN No appenders could be found for logger
> > >(org.apache.axiom.om.util.StAXUtils).
> > >log4j:WARN Please initialize the log4j system properly.
> > >------------- ---------------- ---------------
> > >Testcase:
> > >testEchoXMLMultipleDuelSync(org.apache.axis2.engine.EchoRawXMLMultipleTest)
> > :
> > >Caused an ERROR
> > >Time out while waiting for the server to send the response
> > >org.apache.axis2.AxisFault: Time out while waiting for the server to send
> > >the response
> > >       at
> > >org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:570)
> > >       at
> > >org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:508)
> > >       at
> > >org.apache.axis2.engine.EchoRawXMLMultipleTest.testEchoXMLMultipleDuelSync(
> > E
> > >choRawXMLMultipleTest.java:208)
> > >       at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
> > >       at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
> > >       at junit.extensions.TestSetup.run(TestSetup.java:25)
> > >
> > >Thx, Lin
> > >
> > >-----Original Message-----
> > >From: Deepal Jayasinghe [mailto:deepal@opensource.lk]
> > >Sent: Monday, January 01, 2007 6:11 AM
> > >To: axis-user@ws.apache.org
> > >Subject: Re: [Axis2] building Axis2
> > >
> > >Hi Lin ;
> > >Why dont you try again :)
> > >any way pls send me the error report , I can have a look at that.
> > >
> > >Thanks
> > >Deepal
> > >
> > >
> > >
> > >>Hello there,
> > >>
> > >>I am new to the list and I just checked out Axis2\trunk\java.   I followed
> > >>this Axis2 development page (http://ws.apache.org/axis2/svn.html) and
> > typed
> > >>'maven' to kick off the build.    I am getting the following error when
> > >>attempting to build Axis2 using Maven1.
> > >>
> > >>
> > >>BUILD FAILED
> > >>
> > >>File...... C:\Documents and
> > >>Settings\Administrator\.maven\cache\maven-multiproje
> > >>
> > >>ct-plugin-1.5-SNAPSHOT\plugin.jelly
> > >>
> > >>Element... maven:reactor
> > >>
> > >>Line...... 227
> > >>
> > >>Column.... -1
> > >>
> > >>Unable to obtain goal [multiproject:install-callback] -- C:\Documents and
> > >>Settin
> > >>
> > >>gs\Administrator\.maven\cache\maven-test-plugin-1.8.1-SNAPSHOT\plugin.jell
> > y
> > >>
> > >>
> > >:
> > >
> > >
> > >>155:
> > >>
> > >>-1: <junit> Test org.apache.axis2.engine.EchoRawXMLMultipleTest failed
> > >>
> > >>Total time   : 17 minutes 47 seconds
> > >>
> > >>Finished at  : Friday, December 22, 2006 1:10:45 PM EST
> > >>
> > >>
> > >>
> > >>Should I skip test during the build?  Thanks, Lin
> > >>
> > >>
> > >>---------------------------------------------------------------------
> > >>To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> > >>For additional commands, e-mail: axis-user-help@ws.apache.org
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >
> > >
> > >
> >
> > --
> > Thanks,
> > Deepal
> > ................................................................
> > "The highest tower is built one brick at a time"
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> > For additional commands, e-mail: axis-user-help@ws.apache.org
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> > For additional commands, e-mail: axis-user-help@ws.apache.org
> >
> >
>
>
> --
> Thilina Gunarathne
> WSO2, Inc.; http://www.wso2.com/
> Home page: http://webservices.apache.org/~thilina/
> Blog: http://thilinag.blogspot.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>


-- 
Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: [Axis2] building Axis2

Posted by Thilina Gunarathne <cs...@gmail.com>.
Hi Lin,
We've been working on a 1.1.1 release, which will hopefully be released today..

In my case, I was working in both 1.1 branch as well as in the trunk.
I did not experience issues in either of them.

Please try doing a maven clean followed by an online build.

Thanks,
Thilina


On 1/10/07, Lin Sun <li...@gmail.com> wrote:
> Hi Deepal, ok, I can run a 1.1 branch build.  From Axis 2 website, it said
> Axis2/java version 1.1 is released last Nov.  So I had thought the Axis2
> team is working on trunk instead.
>
> Thanks.
>
> Lin
>
> -----Original Message-----
> From: Deepal Jayasinghe [mailto:deepal@opensource.lk]
> Sent: Monday, January 08, 2007 11:21 PM
> To: axis-user@ws.apache.org
> Subject: Re: [Axis2] building Axis2
>
> Hi Lin Sun ;
>
> These days we are completely working in 1.1 branch and do not pay much
> attention to the trunk , anyway I will check that and try to help you to
> solve the issue.
>
>
> Thanks
> Deepal
>
> >Hi Deepal,
> >
> >I updated the code to the latest and reran the build.  Still got the same
> >error on org.apache.axis2.engine.EchoRawXMLMultipleTest.  Here's my report
> >file (TEST-org.apache.axis2.engine.EchoRawXMLMultipleTest.txt):
> >
> >Testsuite: org.apache.axis2.engine.EchoRawXMLMultipleTest
> >Tests run: 4, Failures: 0, Errors: 1, Time elapsed: 67.781 sec
> >
> >------------- Standard Output ---------------
> >Server started on port 5555.....[SimpleHTTPServer] Stop called
> >[SimpleHTTPServer] Stop called
> >Server stopped .....[SimpleHTTPServer] Stop called
> >------------- ---------------- ---------------
> >------------- Standard Error -----------------
> >log4j:WARN No appenders could be found for logger
> >(org.apache.axiom.om.util.StAXUtils).
> >log4j:WARN Please initialize the log4j system properly.
> >------------- ---------------- ---------------
> >Testcase:
> >testEchoXMLMultipleDuelSync(org.apache.axis2.engine.EchoRawXMLMultipleTest)
> :
> >Caused an ERROR
> >Time out while waiting for the server to send the response
> >org.apache.axis2.AxisFault: Time out while waiting for the server to send
> >the response
> >       at
> >org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:570)
> >       at
> >org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:508)
> >       at
> >org.apache.axis2.engine.EchoRawXMLMultipleTest.testEchoXMLMultipleDuelSync(
> E
> >choRawXMLMultipleTest.java:208)
> >       at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
> >       at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
> >       at junit.extensions.TestSetup.run(TestSetup.java:25)
> >
> >Thx, Lin
> >
> >-----Original Message-----
> >From: Deepal Jayasinghe [mailto:deepal@opensource.lk]
> >Sent: Monday, January 01, 2007 6:11 AM
> >To: axis-user@ws.apache.org
> >Subject: Re: [Axis2] building Axis2
> >
> >Hi Lin ;
> >Why dont you try again :)
> >any way pls send me the error report , I can have a look at that.
> >
> >Thanks
> >Deepal
> >
> >
> >
> >>Hello there,
> >>
> >>I am new to the list and I just checked out Axis2\trunk\java.   I followed
> >>this Axis2 development page (http://ws.apache.org/axis2/svn.html) and
> typed
> >>'maven' to kick off the build.    I am getting the following error when
> >>attempting to build Axis2 using Maven1.
> >>
> >>
> >>BUILD FAILED
> >>
> >>File...... C:\Documents and
> >>Settings\Administrator\.maven\cache\maven-multiproje
> >>
> >>ct-plugin-1.5-SNAPSHOT\plugin.jelly
> >>
> >>Element... maven:reactor
> >>
> >>Line...... 227
> >>
> >>Column.... -1
> >>
> >>Unable to obtain goal [multiproject:install-callback] -- C:\Documents and
> >>Settin
> >>
> >>gs\Administrator\.maven\cache\maven-test-plugin-1.8.1-SNAPSHOT\plugin.jell
> y
> >>
> >>
> >:
> >
> >
> >>155:
> >>
> >>-1: <junit> Test org.apache.axis2.engine.EchoRawXMLMultipleTest failed
> >>
> >>Total time   : 17 minutes 47 seconds
> >>
> >>Finished at  : Friday, December 22, 2006 1:10:45 PM EST
> >>
> >>
> >>
> >>Should I skip test during the build?  Thanks, Lin
> >>
> >>
> >>---------------------------------------------------------------------
> >>To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> >>For additional commands, e-mail: axis-user-help@ws.apache.org
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >
> >
> >
>
> --
> Thanks,
> Deepal
> ................................................................
> "The highest tower is built one brick at a time"
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>


-- 
Thilina Gunarathne
WSO2, Inc.; http://www.wso2.com/
Home page: http://webservices.apache.org/~thilina/
Blog: http://thilinag.blogspot.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


RE: [Axis2] building Axis2

Posted by Lin Sun <li...@gmail.com>.
Hi Deepal, ok, I can run a 1.1 branch build.  From Axis 2 website, it said
Axis2/java version 1.1 is released last Nov.  So I had thought the Axis2
team is working on trunk instead.

Thanks.

Lin

-----Original Message-----
From: Deepal Jayasinghe [mailto:deepal@opensource.lk] 
Sent: Monday, January 08, 2007 11:21 PM
To: axis-user@ws.apache.org
Subject: Re: [Axis2] building Axis2

Hi Lin Sun ;

These days we are completely working in 1.1 branch and do not pay much
attention to the trunk , anyway I will check that and try to help you to
solve the issue.


Thanks
Deepal

>Hi Deepal,
>
>I updated the code to the latest and reran the build.  Still got the same
>error on org.apache.axis2.engine.EchoRawXMLMultipleTest.  Here's my report
>file (TEST-org.apache.axis2.engine.EchoRawXMLMultipleTest.txt):
>
>Testsuite: org.apache.axis2.engine.EchoRawXMLMultipleTest
>Tests run: 4, Failures: 0, Errors: 1, Time elapsed: 67.781 sec
>
>------------- Standard Output ---------------
>Server started on port 5555.....[SimpleHTTPServer] Stop called
>[SimpleHTTPServer] Stop called
>Server stopped .....[SimpleHTTPServer] Stop called
>------------- ---------------- ---------------
>------------- Standard Error -----------------
>log4j:WARN No appenders could be found for logger
>(org.apache.axiom.om.util.StAXUtils).
>log4j:WARN Please initialize the log4j system properly.
>------------- ---------------- ---------------
>Testcase:
>testEchoXMLMultipleDuelSync(org.apache.axis2.engine.EchoRawXMLMultipleTest)
:
>Caused an ERROR
>Time out while waiting for the server to send the response
>org.apache.axis2.AxisFault: Time out while waiting for the server to send
>the response
>	at
>org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:570)
>	at
>org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:508)
>	at
>org.apache.axis2.engine.EchoRawXMLMultipleTest.testEchoXMLMultipleDuelSync(
E
>choRawXMLMultipleTest.java:208)
>	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
>	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
>	at junit.extensions.TestSetup.run(TestSetup.java:25)
>
>Thx, Lin
>
>-----Original Message-----
>From: Deepal Jayasinghe [mailto:deepal@opensource.lk] 
>Sent: Monday, January 01, 2007 6:11 AM
>To: axis-user@ws.apache.org
>Subject: Re: [Axis2] building Axis2
>
>Hi Lin ;
>Why dont you try again :)
>any way pls send me the error report , I can have a look at that.
>
>Thanks
>Deepal
>
>  
>
>>Hello there,
>>
>>I am new to the list and I just checked out Axis2\trunk\java.   I followed
>>this Axis2 development page (http://ws.apache.org/axis2/svn.html) and
typed
>>'maven' to kick off the build.    I am getting the following error when
>>attempting to build Axis2 using Maven1.
>>
>>
>>BUILD FAILED
>>
>>File...... C:\Documents and
>>Settings\Administrator\.maven\cache\maven-multiproje
>>
>>ct-plugin-1.5-SNAPSHOT\plugin.jelly
>>
>>Element... maven:reactor
>>
>>Line...... 227
>>
>>Column.... -1
>>
>>Unable to obtain goal [multiproject:install-callback] -- C:\Documents and
>>Settin
>>
>>gs\Administrator\.maven\cache\maven-test-plugin-1.8.1-SNAPSHOT\plugin.jell
y
>>    
>>
>:
>  
>
>>155:
>>
>>-1: <junit> Test org.apache.axis2.engine.EchoRawXMLMultipleTest failed
>>
>>Total time   : 17 minutes 47 seconds
>>
>>Finished at  : Friday, December 22, 2006 1:10:45 PM EST
>>
>>
>>
>>Should I skip test during the build?  Thanks, Lin
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>>For additional commands, e-mail: axis-user-help@ws.apache.org
>>
>>
>>
>> 
>>
>>    
>>
>
>  
>

-- 
Thanks,
Deepal
................................................................
"The highest tower is built one brick at a time"



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: [Axis2] building Axis2

Posted by Deepal Jayasinghe <de...@opensource.lk>.
Hi Lin Sun ;

These days we are completely working in 1.1 branch and do not pay much
attention to the trunk , anyway I will check that and try to help you to
solve the issue.


Thanks
Deepal

>Hi Deepal,
>
>I updated the code to the latest and reran the build.  Still got the same
>error on org.apache.axis2.engine.EchoRawXMLMultipleTest.  Here's my report
>file (TEST-org.apache.axis2.engine.EchoRawXMLMultipleTest.txt):
>
>Testsuite: org.apache.axis2.engine.EchoRawXMLMultipleTest
>Tests run: 4, Failures: 0, Errors: 1, Time elapsed: 67.781 sec
>
>------------- Standard Output ---------------
>Server started on port 5555.....[SimpleHTTPServer] Stop called
>[SimpleHTTPServer] Stop called
>Server stopped .....[SimpleHTTPServer] Stop called
>------------- ---------------- ---------------
>------------- Standard Error -----------------
>log4j:WARN No appenders could be found for logger
>(org.apache.axiom.om.util.StAXUtils).
>log4j:WARN Please initialize the log4j system properly.
>------------- ---------------- ---------------
>Testcase:
>testEchoXMLMultipleDuelSync(org.apache.axis2.engine.EchoRawXMLMultipleTest):
>Caused an ERROR
>Time out while waiting for the server to send the response
>org.apache.axis2.AxisFault: Time out while waiting for the server to send
>the response
>	at
>org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:570)
>	at
>org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:508)
>	at
>org.apache.axis2.engine.EchoRawXMLMultipleTest.testEchoXMLMultipleDuelSync(E
>choRawXMLMultipleTest.java:208)
>	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
>	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
>	at junit.extensions.TestSetup.run(TestSetup.java:25)
>
>Thx, Lin
>
>-----Original Message-----
>From: Deepal Jayasinghe [mailto:deepal@opensource.lk] 
>Sent: Monday, January 01, 2007 6:11 AM
>To: axis-user@ws.apache.org
>Subject: Re: [Axis2] building Axis2
>
>Hi Lin ;
>Why dont you try again :)
>any way pls send me the error report , I can have a look at that.
>
>Thanks
>Deepal
>
>  
>
>>Hello there,
>>
>>I am new to the list and I just checked out Axis2\trunk\java.   I followed
>>this Axis2 development page (http://ws.apache.org/axis2/svn.html) and typed
>>'maven' to kick off the build.    I am getting the following error when
>>attempting to build Axis2 using Maven1.
>>
>>
>>BUILD FAILED
>>
>>File...... C:\Documents and
>>Settings\Administrator\.maven\cache\maven-multiproje
>>
>>ct-plugin-1.5-SNAPSHOT\plugin.jelly
>>
>>Element... maven:reactor
>>
>>Line...... 227
>>
>>Column.... -1
>>
>>Unable to obtain goal [multiproject:install-callback] -- C:\Documents and
>>Settin
>>
>>gs\Administrator\.maven\cache\maven-test-plugin-1.8.1-SNAPSHOT\plugin.jelly
>>    
>>
>:
>  
>
>>155:
>>
>>-1: <junit> Test org.apache.axis2.engine.EchoRawXMLMultipleTest failed
>>
>>Total time   : 17 minutes 47 seconds
>>
>>Finished at  : Friday, December 22, 2006 1:10:45 PM EST
>>
>>
>>
>>Should I skip test during the build?  Thanks, Lin
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>>For additional commands, e-mail: axis-user-help@ws.apache.org
>>
>>
>>
>> 
>>
>>    
>>
>
>  
>

-- 
Thanks,
Deepal
................................................................
"The highest tower is built one brick at a time"



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


RE: [Axis2] building Axis2

Posted by Lin Sun <li...@gmail.com>.
Hi Deepal,

I updated the code to the latest and reran the build.  Still got the same
error on org.apache.axis2.engine.EchoRawXMLMultipleTest.  Here's my report
file (TEST-org.apache.axis2.engine.EchoRawXMLMultipleTest.txt):

Testsuite: org.apache.axis2.engine.EchoRawXMLMultipleTest
Tests run: 4, Failures: 0, Errors: 1, Time elapsed: 67.781 sec

------------- Standard Output ---------------
Server started on port 5555.....[SimpleHTTPServer] Stop called
[SimpleHTTPServer] Stop called
Server stopped .....[SimpleHTTPServer] Stop called
------------- ---------------- ---------------
------------- Standard Error -----------------
log4j:WARN No appenders could be found for logger
(org.apache.axiom.om.util.StAXUtils).
log4j:WARN Please initialize the log4j system properly.
------------- ---------------- ---------------
Testcase:
testEchoXMLMultipleDuelSync(org.apache.axis2.engine.EchoRawXMLMultipleTest):
Caused an ERROR
Time out while waiting for the server to send the response
org.apache.axis2.AxisFault: Time out while waiting for the server to send
the response
	at
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:570)
	at
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:508)
	at
org.apache.axis2.engine.EchoRawXMLMultipleTest.testEchoXMLMultipleDuelSync(E
choRawXMLMultipleTest.java:208)
	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
	at junit.extensions.TestSetup.run(TestSetup.java:25)

Thx, Lin

-----Original Message-----
From: Deepal Jayasinghe [mailto:deepal@opensource.lk] 
Sent: Monday, January 01, 2007 6:11 AM
To: axis-user@ws.apache.org
Subject: Re: [Axis2] building Axis2

Hi Lin ;
Why dont you try again :)
any way pls send me the error report , I can have a look at that.

Thanks
Deepal

>Hello there,
>
>I am new to the list and I just checked out Axis2\trunk\java.   I followed
>this Axis2 development page (http://ws.apache.org/axis2/svn.html) and typed
>'maven' to kick off the build.    I am getting the following error when
>attempting to build Axis2 using Maven1.
> 
>
>BUILD FAILED
>
>File...... C:\Documents and
>Settings\Administrator\.maven\cache\maven-multiproje
>
>ct-plugin-1.5-SNAPSHOT\plugin.jelly
>
>Element... maven:reactor
>
>Line...... 227
>
>Column.... -1
>
>Unable to obtain goal [multiproject:install-callback] -- C:\Documents and
>Settin
>
>gs\Administrator\.maven\cache\maven-test-plugin-1.8.1-SNAPSHOT\plugin.jelly
:
>155:
>
>-1: <junit> Test org.apache.axis2.engine.EchoRawXMLMultipleTest failed
>
>Total time   : 17 minutes 47 seconds
>
>Finished at  : Friday, December 22, 2006 1:10:45 PM EST
>
> 
>
>Should I skip test during the build?  Thanks, Lin
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>For additional commands, e-mail: axis-user-help@ws.apache.org
>
>
>
>  
>

-- 
Thanks,
Deepal
................................................................
"The highest tower is built one brick at a time"



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: [Axis2] building Axis2

Posted by Deepal Jayasinghe <de...@opensource.lk>.
Hi Lin ;
Why dont you try again :)
any way pls send me the error report , I can have a look at that.

Thanks
Deepal

>Hello there,
>
>I am new to the list and I just checked out Axis2\trunk\java.   I followed
>this Axis2 development page (http://ws.apache.org/axis2/svn.html) and typed
>'maven' to kick off the build.    I am getting the following error when
>attempting to build Axis2 using Maven1.
> 
>
>BUILD FAILED
>
>File...... C:\Documents and
>Settings\Administrator\.maven\cache\maven-multiproje
>
>ct-plugin-1.5-SNAPSHOT\plugin.jelly
>
>Element... maven:reactor
>
>Line...... 227
>
>Column.... -1
>
>Unable to obtain goal [multiproject:install-callback] -- C:\Documents and
>Settin
>
>gs\Administrator\.maven\cache\maven-test-plugin-1.8.1-SNAPSHOT\plugin.jelly:
>155:
>
>-1: <junit> Test org.apache.axis2.engine.EchoRawXMLMultipleTest failed
>
>Total time   : 17 minutes 47 seconds
>
>Finished at  : Friday, December 22, 2006 1:10:45 PM EST
>
> 
>
>Should I skip test during the build?  Thanks, Lin
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>For additional commands, e-mail: axis-user-help@ws.apache.org
>
>
>
>  
>

-- 
Thanks,
Deepal
................................................................
"The highest tower is built one brick at a time"



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org