Re: [Axis2] Switch either to maven or maven2

2007-05-31 Thread David Illsley
FYI, I discovered today that the integration tests depend on the sample module, so that module needs maven2 enabled as well. David On 29/05/07, Davanum Srinivas [EMAIL PROTECTED] wrote: +1 to maven2 in time for Axis2 1.3. Currently items that need to be worked on are: 1. Get tests in

Re: [Axis2] Switch either to maven or maven2

2007-05-31 Thread Amila Suriarachchi
can someone suggest the best maven2 version to be used with the Axis2 2.0.4 or 2.0.6? thanks, Amila. On 6/1/07, David Illsley [EMAIL PROTECTED] wrote: FYI, I discovered today that the integration tests depend on the sample module, so that module needs maven2 enabled as well. David On

Re: [Axis2] Switch either to maven or maven2

2007-05-31 Thread Saminda Abeyruwan
As Dims pointed out in a prior thread, it is 2.0.6. Thank you Saminda On 6/1/07, Amila Suriarachchi [EMAIL PROTECTED] wrote: can someone suggest the best maven2 version to be used with the Axis2 2.0.4 or 2.0.6? thanks, Amila. On 6/1/07, David Illsley [EMAIL PROTECTED] wrote: FYI, I

Re: [Axis2] Switch either to maven or maven2

2007-05-30 Thread Asankha C. Perera
+1 for a M2 build asankha Afkham Azeez wrote: +1 for moving to Maven2. If there are problems with the Maven2 build, lets fix those, and after some time, lets scrap the Maven1 build. -- Azeez On 5/29/07, Deepal Jayasinghe [EMAIL PROTECTED] wrote: Hi all, As you all know in

[Axis2] Switch either to maven or maven2

2007-05-29 Thread Deepal Jayasinghe
Hi all, As you all know in Axis2 we have both maven and meven2 build system , but I personally think that we need to switch to one of them, and it is very difficult to continue with two build systems (maintainability issues). So what do you think abut this , I am ok to go ahead with maven2 if we

Re: [Axis2] Switch either to maven or maven2

2007-05-29 Thread Thilina Gunarathne
After trying HARD to get up and running on maven2 for some other projects, I personally still very much prefer maven1.. IMHO Axis2 is now a some what matured project, where most of the pieces are stable.. Axis2 maven1 build works fine for almost all the parts of Axis2 except for the maven2

Re: [Axis2] Switch either to maven or maven2

2007-05-29 Thread Afkham Azeez
+1 for moving to Maven2. If there are problems with the Maven2 build, lets fix those, and after some time, lets scrap the Maven1 build. -- Azeez On 5/29/07, Deepal Jayasinghe [EMAIL PROTECTED] wrote: Hi all, As you all know in Axis2 we have both maven and meven2 build system , but I

Re: [Axis2] Switch either to maven or maven2

2007-05-29 Thread sumedha rubasinghe
+1 for maven2 build. /sumedha On 5/29/07, Deepal Jayasinghe [EMAIL PROTECTED] wrote: Hi all, As you all know in Axis2 we have both maven and meven2 build system , but I personally think that we need to switch to one of them, and it is very difficult to continue with two build systems

Re: [Axis2] Switch either to maven or maven2

2007-05-29 Thread Saminda Abeyruwan
+1 to Maven2 build. Maven2 can do everything that Maven1 can do. In the case of deployment of artifact we can instruct maven2 to either deploy them as legacy or default. Thank you Saminda On 5/29/07, sumedha rubasinghe [EMAIL PROTECTED] wrote: +1 for maven2 build. /sumedha On 5/29/07,

Re: [Axis2] Switch either to maven or maven2

2007-05-29 Thread David Illsley
+1 to maven2 and the associated build speedup. David On 29/05/07, Saminda Abeyruwan [EMAIL PROTECTED] wrote: +1 to Maven2 build. Maven2 can do everything that Maven1 can do. In the case of deployment of artifact we can instruct maven2 to either deploy them as legacy or default. Thank you

Re: [Axis2] Switch either to maven or maven2

2007-05-29 Thread Davanum Srinivas
+1 to maven2 in time for Axis2 1.3. Currently items that need to be worked on are: 1. Get tests in integration module to work. 2. Add assemblies to generate the src and bin dist. thanks, dims On 5/29/07, David Illsley [EMAIL PROTECTED] wrote: +1 to maven2 and the associated build speedup.

Description of Integration Tests (Was: Re: [Axis2] Switch either to maven or maven2)

2007-05-29 Thread David Illsley
Hi Dims, For my benefit, and possibly those of others, can you outline what the code/tests in modules/integration/src is and when they are/should be run? Thanks, David On 29/05/07, Davanum Srinivas [EMAIL PROTECTED] wrote: +1 to maven2 in time for Axis2 1.3. Currently items that need to be

Re: Description of Integration Tests (Was: Re: [Axis2] Switch either to maven or maven2)

2007-05-29 Thread Davanum Srinivas
David, Sorry, i did not understand the question...we just want to get all the tests that currently run under maven1 to run under maven2..right? -- dims On 5/29/07, David Illsley [EMAIL PROTECTED] wrote: Hi Dims, For my benefit, and possibly those of others, can you outline what the code/tests

Re: [Axis2] Switch either to maven or maven2

2007-05-29 Thread Glen Daniels
+1 for M2 - despite some issues it's way faster, and that's goodness. --Glen Davanum Srinivas wrote: +1 to maven2 in time for Axis2 1.3. Currently items that need to be worked on are: 1. Get tests in integration module to work. 2. Add assemblies to generate the src and bin dist.

Re: [Axis2] Switch either to maven or maven2

2007-05-29 Thread Brian De Pradine
+1 for moving to maven2. Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again? Glen Daniels [EMAIL PROTECTED] wrote on 29/05/2007

Re: [Axis2] Switch either to maven or maven2

2007-05-29 Thread Rajith Attapattu
+0 , doesn't have strong feelings either way. Rajith. On 5/29/07, Brian De Pradine [EMAIL PROTECTED] wrote: +1 for moving to maven2. Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right

Re: Description of Integration Tests (Was: Re: [Axis2] Switch either to maven or maven2)

2007-05-29 Thread Glen Daniels
Hi David: David Illsley wrote: For my benefit, and possibly those of others, can you outline what the code/tests in modules/integration/src is and when they are/should be run? AFAICT, there shouldn't be anything in there, since integration's purpose in life is to be a pure testing module.

Re: [Axis2] Switch either to maven or maven2

2007-05-29 Thread Eran Chinthaka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ok, rather than just +1 for a side, this is what I think. Current maven1 system works !! Yes it is slow, but if you have gone through the release process, then you will feel how useful current scripts are. I agree that I do not know maven2 a lot, but