Re: Error when building CXF

2013-08-01 Thread Aki Yoshida
for upgrading some maven plugin that i mentioned, i just created CXF-5171. 2013/8/1 Aki Yoshida : > I still use 3.0.4 and haven't tried to build with 3.1. > | heard of one issue with 3.1 with the version of maven-shade-plugin > which we still in use in cxf. So we will need to update this version.

Re: Error when building CXF

2013-08-01 Thread Aki Yoshida
I still use 3.0.4 and haven't tried to build with 3.1. | heard of one issue with 3.1 with the version of maven-shade-plugin which we still in use in cxf. So we will need to update this version. But I suppose you are getting errors somewhere else. In principle, the cxf build should work behind a fi

Re: Error when building CXF

2013-07-31 Thread Jason Pell
I have managed to get it working behind a non auth proxy by passing in the http proxy system properties on mvn command line. These are separate to the m2 settings file properties. On 01/08/2013 2:28 PM, "Al Le" wrote: > I use the latest released version, i.e. 3.1.0. I've set up maven in a way > (

Re: Error when building CXF

2013-07-31 Thread Al Le
I use the latest released version, i.e. 3.1.0. I've set up maven in a way (specified the proxy) so that it does not have any problems with downloading artefacts. But the build as a whole still fails. OK, if it's a known possible problem I'll try to get another build computer. Thank you for the

Re: Error when building CXF

2013-07-31 Thread Daniel Kulp
Also, what version of maven are you using? Definitely use 3.0.4 or 3.1.0. Dan On Jul 31, 2013, at 6:41 PM, Jason Pell wrote: > I have never tried to build on Windows either. If you dont have a proxy in > your way can you turn off firewall temporarily? In the past cxf has needed > internet c

Re: Error when building CXF

2013-07-31 Thread Jason Pell
I have never tried to build on Windows either. If you dont have a proxy in your way can you turn off firewall temporarily? In the past cxf has needed internet connection for downloading schemas and such On 01/08/2013 6:59 AM, "Jason Pell" wrote: > A proxy server can certainly affect building cxf.

Re: Error when building CXF

2013-07-31 Thread Jason Pell
A proxy server can certainly affect building cxf.i generally don't even try to build cxf at work. On 01/08/2013 6:09 AM, "Al Le" wrote: > Hello again. > > I've run the build (with the "-Pfastinstall" option) on another computer > with different system settings (firewal etc.) and it's succeeded. T

Re: Error when building CXF

2013-07-31 Thread Al Le
Hello again. I've run the build (with the "-Pfastinstall" option) on another computer with different system settings (firewal etc.) and it's succeeded. Then I ran the build without the "fastistall" option and it failed at cxf-rt-transports-udp. So I assume that the success and failure someho

Re: Error when building CXF

2013-07-31 Thread Al Le
Hello. I run "mvn -Pfastinstall clean install" but that did not help. I attach the output of the maven execution. If needed, I can provide the output of the same run but with the maven option '-X'. Thanks!

Re: Error when building CXF

2013-07-30 Thread Aki Yoshida
since you mentioned that this was not the first time, have you tried mvn clean install (or just doing a clean build without running tests, mvn -Pfastinstall clean install) to built it clean? if that doesn't work, you can post a little more lines before ending up with the last failure log lines. a

Error when building CXF

2013-07-30 Thread Al Le
Hello. I'm having trouble when building CXF. I follow instructions from http://cxf.apache.org/building.html. When I execute "mvn install" (this is not the first time I do this), I get the following error message and stack trace (see below). Can somebody please help me with building CXF since I