Fwd: config packaging error when building tag 1.1.0 on windows

2006-06-25 Thread simon
Hi John, With the 'maven -e new' I'm getting no-such-method error: + | configurations Geronimo Configuration for performing service deployments | Memory: 38M/52M + DEPRECATED: the default goal should be specified in t

Re: config packaging error when building tag 1.1.0 on windows

2006-06-25 Thread John Sisson
After looking more closely at your error, I think the problem may be due to you hitting the windows filename length limit. Try building in a directory whose name is too long. I have been able to build the 1.1 branch on windows in a directory such as "C:\dev\geronimo\br\1.1", but I believe tha

Re: config packaging error when building tag 1.1.0 on windows

2006-06-25 Thread John Sisson
Hi Simon, Can you try appending the "-e" maven option to your maven command, so exceptions are displayed. If after specifying the -e option you see it is an OutOfMemoryError, then try setting the MAVEN_OPTS environment variable to: -Xmx512m -XX:MaxPermSize=128m If it was something else, p

config packaging error when building tag 1.1.0 on windows

2006-06-25 Thread simon
I'm getting this error when building tag 1.1.0 on windows with 'maven new' + | configurations Geronimo Configuration for performing service deployments | Memory: 39M/80M + DEPRECATED: the default goal should be specifi