RE: Building with mvn install -Dmaven.test.skip=true failes

2016-03-30 Thread Martin Gainty
MG>I *thought* https TC was supposed to pass..so I possibly mucked the Testcase ...Thanks Andreas From: andreas.veit...@gmail.com Date: Wed, 30 Mar 2016 08:02:33 +0100 Subject: Re: Building with mvn install -Dmaven.test.skip=true failes To: java-user@axis.apache.org On Tue, Mar 29, 2016

Re: Building with mvn install -Dmaven.test.skip=true failes

2016-03-30 Thread Andreas Veithen
_ > > > > ------ > From: andreas.veit...@gmail.com > Date: Tue, 29 Mar 2016 18:59:56 +0100 > Subject: Re: Building with mvn install -Dmaven.test.skip=true failes > To: java-user@axis.apache.org > > > That is a problem on your end be

RE: Building with mvn install -Dmaven.test.skip=true failes

2016-03-29 Thread Martin Gainty
taching pom.xml Martin __ From: andreas.veit...@gmail.com Date: Tue, 29 Mar 2016 18:59:56 +0100 Subject: Re: Building with mvn install -Dmaven.test.skip=true failes To: java-user@axis.apache.org That is a problem on your end because the ProviderOMContex

Re: Building with mvn install -Dmaven.test.skip=true failes

2016-03-29 Thread Andreas Veithen
That is a problem on your end because the ProviderOMContextListener class no longer exists on the trunk. Andreas On Tue, Mar 29, 2016 at 8:43 AM, Stadelmann Josef < josef.stadelm...@axa-winterthur.ch> wrote: > I’ve read that JIRA [axis2-5752] was fixed. So I did an SVN UPDATE to the > trunk. > >

Building with mvn install -Dmaven.test.skip=true failes

2016-03-29 Thread Stadelmann Josef
I've read that JIRA [axis2-5752] was fixed. So I did an SVN UPDATE to the trunk. I tried to rebuild to see the fix working and, indeed, as I expected it from the axis developers that JAVA WSDL builds now perfect. Thanks, However, now I get another build abort a few modules down, which I report

AW: Building with mvn install -Dmaven.test.skip=true

2016-03-24 Thread Stadelmann Josef
Have filed it under https://issues.apache.org/jira/browse/AXIS2-5752 Regards - Josef Von: Andreas Veithen [mailto:andreas.veit...@gmail.com] Gesendet: Montag, 21. März 2016 23:17 An: java-user Betreff: Re: Building with mvn install -Dmaven.test.skip=true Josef, Please create a JIRA ticket for

Re: Building with mvn install -Dmaven.test.skip=true

2016-03-21 Thread Andreas Veithen
Josef, Please create a JIRA ticket for this issue. Andreas On Mon, Mar 21, 2016 at 9:13 AM, Stadelmann Josef < josef.stadelm...@axa-winterthur.ch> wrote: > Hi > > > > Just wanted to build one more time axis2 from the trunk, with > -Dmaven.test.skip=true > > That worked well for me in the past a

RE: Building with mvn install -Dmaven.test.skip=true

2016-03-21 Thread Martin Gainty
MG>having difficulty locating xml declaration and classes in .jar for MG>see below From: josef.stadelm...@axa-winterthur.ch To: axis-u...@ws.apache.org Subject: Building with mvn install -Dmaven.test.skip=true Date: Mon, 21 Mar 2016 09:13:15 + Hi Just wanted to build one mor

Building with mvn install -Dmaven.test.skip=true

2016-03-21 Thread Stadelmann Josef
Hi Just wanted to build one more time axis2 from the trunk, with -Dmaven.test.skip=true That worked well for me in the past as I started to not run all the tests as they seldom where running and where too often the cause for a abort of the build. Now even with -Dmaven.test.skip=true it failed.