Re: 3rd party libs in build

2008-09-01 Thread Tammo van Lessen
Hi, Matthieu Riou wrote: > On Fri, Aug 29, 2008 at 2:52 PM, Dan Kearns <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> The axis2-war target produces a war with some redundant libs in it. Is it >> safe to assume Ode is not sensitive to the version differences in these? >> > > Correct Maybe a result of

Re: 3rd party libs in build

2008-08-29 Thread Milinda Pathirage
Hi, AFAIK, different versions of jars are there because Axis2 1.4.1 uses some different versions of jars when compared with ODE. I think by modifying ODE build script this can be fixed. I have used ODE 1.2 release with Axis2 1.4.1, I think no problems will occur if we remove old jars from build.

Re: 3rd party libs in build

2008-08-29 Thread Matthieu Riou
On Fri, Aug 29, 2008 at 2:52 PM, Dan Kearns <[EMAIL PROTECTED]> wrote: > Hi, > > The axis2-war target produces a war with some redundant libs in it. Is it > safe to assume Ode is not sensitive to the version differences in these? > Correct Maybe a result of our recent upgrade to Axis2 1.4.1? >