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 Simon Fell <sf...@salesforce.com> on 2005/10/03 20:31:01 UTC

[Axis2] building the current SVN code.

Trying to build the source (from SVN about 90 minutes ago), I get 

BUILD FAILED
File...... C:\Documents and
Settings\simon.SIMONATHOME\.maven\cache\maven-multiproject-plugin-1.3.1\
plugin.jelly
Element... maven:reactor
Line...... 217
Column.... 9
Unable to obtain goal [multiproject:install-callback] -- C:\Documents
and Settings\simon.SIMONATHOME\.maven\cache\maven-test-plugi
n-1.6.2\plugin.jelly:181:54: <fail> There were test failures.
Total time: 8 minutes 46 seconds
Finished at: Mon Oct 03 10:30:50 GMT-08:00 2005

And it doesn't appear to of created the final jars. Any tips for moving
forward, I'm new to Maven and the Axis2 build setup.

Tx
Simon

-----Original Message-----
From: Simon Fell 
Sent: Monday, October 03, 2005 9:41 AM
To: axis-dev@ws.apache.org; dims@apache.org
Subject: RE: [Axis2] WS-SNAFU - That hurts!!

Quick turn around, thanks!

Are there nightly build somewhere, or do I need to build the source from
SVN ?

-----Original Message-----
From: Davanum Srinivas [mailto:davanum@gmail.com]
Sent: Friday, September 30, 2005 10:45 AM
To: axis-dev@ws.apache.org
Subject: Re: [Axis2] WS-SNAFU - That hurts!!

/me takes responsibility :)

Fixed A,B,D. C is in progress.

-- dims

On 9/30/05, Simon Fell <sf...@salesforce.com> wrote:
> I hope everyone spots the smilly in my blog post.
>
> But first impressions count for a lot, and frankly my first impression

> of Axis2 wasn't good.
>
> A) the download links for 0.92 on the main axis2 site took you to a 
> page which didn't mention 0.92
> B) the release notes in 0.92 say it's 0.91
> C) was shocked by how many files were generated by WSDL2Code.
> D) generated code didn't compile.
>
> Cheers
> Simon
>
> -----Original Message-----
> From: Davanum Srinivas [mailto:davanum@gmail.com]
> Sent: Friday, September 30, 2005 7:36 AM
> To: Axis developer list
> Subject: [Axis2] WS-SNAFU - That hurts!!
>
> FYI, http://www.pocketsoap.com/weblog/2005/09/1562.html
>
> Now does everyone feel better that we used 0.9.2 instead of 1.0 Alpha
> :)
>
> -- dims
>
> --
> Davanum Srinivas : http://wso2.com/ - Oxygenating The Web Service 
> Platform
>
>
>


--
Davanum Srinivas : http://wso2.com/ - Oxygenating The Web Service
Platform





Re: [Axis2] building the current SVN code.

Posted by Eran Chinthaka <ch...@opensource.lk>.
Hi Srinath and Simon,

The problem Simon is having is not due to the itest plugin. See the 
error, its a test failure. I fixed it just now. Simon can you  please 
check on that by getting an update and building again.

Chinthaka

Srinath Perera wrote:

>see maven part in the http://ws.apache.org/axis2/faq.html ..I think
>that is the case. This is something we should fix :(
>Srinath
>
>On 10/3/05, Simon Fell <sf...@salesforce.com> wrote:
>  
>
>>Trying to build the source (from SVN about 90 minutes ago), I get
>>
>>BUILD FAILED
>>File...... C:\Documents and
>>Settings\simon.SIMONATHOME\.maven\cache\maven-multiproject-plugin-1.3.1\
>>plugin.jelly
>>Element... maven:reactor
>>Line...... 217
>>Column.... 9
>>Unable to obtain goal [multiproject:install-callback] -- C:\Documents
>>and Settings\simon.SIMONATHOME\.maven\cache\maven-test-plugi
>>n-1.6.2\plugin.jelly:181:54: <fail> There were test failures.
>>Total time: 8 minutes 46 seconds
>>Finished at: Mon Oct 03 10:30:50 GMT-08:00 2005
>>
>>And it doesn't appear to of created the final jars. Any tips for moving
>>forward, I'm new to Maven and the Axis2 build setup.
>>
>>Tx
>>Simon
>>
>>-----Original Message-----
>>From: Simon Fell
>>Sent: Monday, October 03, 2005 9:41 AM
>>To: axis-dev@ws.apache.org; dims@apache.org
>>Subject: RE: [Axis2] WS-SNAFU - That hurts!!
>>
>>Quick turn around, thanks!
>>
>>Are there nightly build somewhere, or do I need to build the source from
>>SVN ?
>>
>>-----Original Message-----
>>From: Davanum Srinivas [mailto:davanum@gmail.com]
>>Sent: Friday, September 30, 2005 10:45 AM
>>To: axis-dev@ws.apache.org
>>Subject: Re: [Axis2] WS-SNAFU - That hurts!!
>>
>>/me takes responsibility :)
>>
>>Fixed A,B,D. C is in progress.
>>
>>-- dims
>>
>>On 9/30/05, Simon Fell <sf...@salesforce.com> wrote:
>>    
>>
>>>I hope everyone spots the smilly in my blog post.
>>>
>>>But first impressions count for a lot, and frankly my first impression
>>>      
>>>
>>>of Axis2 wasn't good.
>>>
>>>A) the download links for 0.92 on the main axis2 site took you to a
>>>page which didn't mention 0.92
>>>B) the release notes in 0.92 say it's 0.91
>>>C) was shocked by how many files were generated by WSDL2Code.
>>>D) generated code didn't compile.
>>>
>>>Cheers
>>>Simon
>>>
>>>-----Original Message-----
>>>From: Davanum Srinivas [mailto:davanum@gmail.com]
>>>Sent: Friday, September 30, 2005 7:36 AM
>>>To: Axis developer list
>>>Subject: [Axis2] WS-SNAFU - That hurts!!
>>>
>>>FYI, http://www.pocketsoap.com/weblog/2005/09/1562.html
>>>
>>>Now does everyone feel better that we used 0.9.2 instead of 1.0 Alpha
>>>:)
>>>
>>>-- dims
>>>
>>>--
>>>Davanum Srinivas : http://wso2.com/ - Oxygenating The Web Service
>>>Platform
>>>
>>>
>>>
>>>      
>>>
>>--
>>Davanum Srinivas : http://wso2.com/ - Oxygenating The Web Service
>>Platform
>>
>>
>>
>>
>>
>>    
>>
>
>
>  
>

Re: [Axis2] building the current SVN code.

Posted by Srinath Perera <he...@gmail.com>.
see maven part in the http://ws.apache.org/axis2/faq.html ..I think
that is the case. This is something we should fix :(
Srinath

On 10/3/05, Simon Fell <sf...@salesforce.com> wrote:
> Trying to build the source (from SVN about 90 minutes ago), I get
>
> BUILD FAILED
> File...... C:\Documents and
> Settings\simon.SIMONATHOME\.maven\cache\maven-multiproject-plugin-1.3.1\
> plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> Unable to obtain goal [multiproject:install-callback] -- C:\Documents
> and Settings\simon.SIMONATHOME\.maven\cache\maven-test-plugi
> n-1.6.2\plugin.jelly:181:54: <fail> There were test failures.
> Total time: 8 minutes 46 seconds
> Finished at: Mon Oct 03 10:30:50 GMT-08:00 2005
>
> And it doesn't appear to of created the final jars. Any tips for moving
> forward, I'm new to Maven and the Axis2 build setup.
>
> Tx
> Simon
>
> -----Original Message-----
> From: Simon Fell
> Sent: Monday, October 03, 2005 9:41 AM
> To: axis-dev@ws.apache.org; dims@apache.org
> Subject: RE: [Axis2] WS-SNAFU - That hurts!!
>
> Quick turn around, thanks!
>
> Are there nightly build somewhere, or do I need to build the source from
> SVN ?
>
> -----Original Message-----
> From: Davanum Srinivas [mailto:davanum@gmail.com]
> Sent: Friday, September 30, 2005 10:45 AM
> To: axis-dev@ws.apache.org
> Subject: Re: [Axis2] WS-SNAFU - That hurts!!
>
> /me takes responsibility :)
>
> Fixed A,B,D. C is in progress.
>
> -- dims
>
> On 9/30/05, Simon Fell <sf...@salesforce.com> wrote:
> > I hope everyone spots the smilly in my blog post.
> >
> > But first impressions count for a lot, and frankly my first impression
>
> > of Axis2 wasn't good.
> >
> > A) the download links for 0.92 on the main axis2 site took you to a
> > page which didn't mention 0.92
> > B) the release notes in 0.92 say it's 0.91
> > C) was shocked by how many files were generated by WSDL2Code.
> > D) generated code didn't compile.
> >
> > Cheers
> > Simon
> >
> > -----Original Message-----
> > From: Davanum Srinivas [mailto:davanum@gmail.com]
> > Sent: Friday, September 30, 2005 7:36 AM
> > To: Axis developer list
> > Subject: [Axis2] WS-SNAFU - That hurts!!
> >
> > FYI, http://www.pocketsoap.com/weblog/2005/09/1562.html
> >
> > Now does everyone feel better that we used 0.9.2 instead of 1.0 Alpha
> > :)
> >
> > -- dims
> >
> > --
> > Davanum Srinivas : http://wso2.com/ - Oxygenating The Web Service
> > Platform
> >
> >
> >
>
>
> --
> Davanum Srinivas : http://wso2.com/ - Oxygenating The Web Service
> Platform
>
>
>
>
>