Re: Problem in building latest source code

2007-09-20 Thread Don Brown
Just update your code and if you are still seeing the problem, let me know, and I'll try to resolve it this weekend. In the meantime, use Ted's suggestion to increase your memory for Maven. Don On 9/21/07, pppsunil <[EMAIL PROTECTED]> wrote: > > I am facing this problem in building trunk code. I

Re: Problem in building latest source code

2007-09-20 Thread pppsunil
Setting heap size to 512 MB did not help either. So i took easy way of skiping unit test cases and i am able to build code now. Thank you for the help Sunil Ted Husted wrote: > > You need to increase the heap space for Maven. > > // Bash > export MAVEN_OPTS=-Xmx512m > > // Windows > set MAVE

Re: Problem in building latest source code

2007-09-20 Thread pppsunil
I am facing this problem in building trunk code. I used http://svn.apache.org/repos/asf/struts/struts2/trunk this path for downloading sourcecode from SVN. What all data should i post on the forum to help with clean up. Sunil Don Brown-2 wrote: > > Are you building the 2.0 branch or trunk? If

Re: Problem in building latest source code

2007-09-20 Thread Don Brown
Are you building the 2.0 branch or trunk? If our tests are leaking memory, I'd like to get that cleaned up. Don On 9/21/07, pppsunil <[EMAIL PROTECTED]> wrote: > > Hi, > > I am trying to build latest Struts 2.0 source code on machine but i am > getting this exception. > > Tests run: 1, Failures:

Re: Problem in building latest source code

2007-09-20 Thread Ted Husted
You need to increase the heap space for Maven. // Bash export MAVEN_OPTS=-Xmx512m // Windows set MAVEN_OPTS=-Xmx512m * http://struts.apache.org/2.x/docs/building-with-maven.html -- HTH, Ted On 9/20/07, pppsunil <[EMAIL PROTECTED]> wrote: > > Hi, > > I am tryin