Re: Intermediate build issues on the trunk

2010-09-30 Thread Daniel Kulp
I wish I could reproduce this. :-( When I did: dk...@dilbert ~/working/cxf $ mvn clean dk...@dilbert ~/working/cxf $ rm -rf ~/.m2/repository/org/apache/cxf/ dk...@dilbert ~/working/cxf $ export MAVEN_OPTS="-XX:MaxPermSize=256m - Xmx512m" dk...@dilbert ~/working/cxf $ mvn install completed fin

Re: Intermediate build issues on the trunk

2010-09-30 Thread Ate Douma
On 30/09/10 15:19, Daniel Kulp wrote: Can I ask some details? Maven version: Java version (full version string): 32/64 bit: Value of MAVEN_OPTS env variable: OS (and version): - maven 2.2.1 - java 1.6.0_20-b02 (32 bits) - MAVEN_OPTS=-Xmx512m -XX:MaxPermSize=256m - Ubuntu 10.04.1, 2.6.32-24-ge

Re: Intermediate build issues on the trunk

2010-09-30 Thread Richard Opalka
Here U go: [/home/opalka]>uname -a Linux opalka-notebook 2.6.34.7-56.fc13.x86_64 #1 SMP Wed Sep 15 03:36:55 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux --- [/home/opalka]>java -version java version "1.6.0_18" OpenJDK Runtime Environment (IcedTea6 1.8.1) (fedora-42.b18.fc13-x86_64) OpenJDK 64-Bit S

Re: Intermediate build issues on the trunk

2010-09-30 Thread Benson Margulies
Of late running with a really big -Xmx has made this disappear for me. On Thu, Sep 30, 2010 at 9:19 AM, Daniel Kulp wrote: > > Can I ask some details? > > Maven version: > Java version (full version string): > 32/64 bit: > Value of MAVEN_OPTS env variable: > OS (and version): > > I haven't run in

Re: Intermediate build issues on the trunk

2010-09-30 Thread Daniel Kulp
Can I ask some details? Maven version: Java version (full version string): 32/64 bit: Value of MAVEN_OPTS env variable: OS (and version): I haven't run into this in a while. :-( Dan On Thursday 30 September 2010 8:29:23 am Richard Opalka wrote: > I'm facing this issue each time I build CX

Re: Intermediate build issues on the trunk

2010-09-30 Thread Richard Opalka
I'm facing this issue each time I build CXF trunk. The trick that works for me is: build twice :D Second build run is usually successful on my machine. Rio PS: I agree it's weird. On 09/30/2010 02:10 PM, Ate Douma wrote: On 30/09/10 13:01, Sergey Beryozkin wrote: Hi Ate Douma has reported t

Re: Intermediate build issues on the trunk

2010-09-30 Thread Ate Douma
On 30/09/10 13:01, Sergey Beryozkin wrote: Hi Ate Douma has reported the following build issues on the trunk : [...] /cxf-2.3.0-SNAPSHOT/api/src/main/java/org/apache/cxf/wsdl/TExtensibilityElementImpl.java: [31,12] cannot find symbol symbol: class TExtensibilityElement extends TExtensibilityEle

Intermediate build issues on the trunk

2010-09-30 Thread Sergey Beryozkin
Hi Ate Douma has reported the following build issues on the trunk : [...] /cxf-2.3.0-SNAPSHOT/api/src/main/java/org/apache/cxf/wsdl/TExtensibilityElementImpl.java: [31,12] cannot find symbol symbol: class TExtensibilityElement extends TExtensibilityElement Shortly above this error is another sus